home *** CD-ROM | disk | FTP | other *** search
- NAME PrntFile
-
- DESCRIPTION 'Sample Microsoft Windows Application'
-
- EXETYPE WINDOWS
-
- STUB 'WINSTUB.EXE'
-
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
-
- HEAPSIZE 0xAFFF ; 45k
- STACKSIZE 8192
-
- EXPORTS
- MainWndProc @1
- About @2
- OpenDlg @3
- SaveAsDlg @4 ; called when SAVE AS menu item selected
- AbortDlg @5 ; called so user can abort print function
- AbortProc @6 ; Processes messages intended for abort box
-