home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_sdk / prntfile / prntfile.def < prev    next >
Encoding:
Text File  |  1990-06-01  |  541 b   |  22 lines

  1. NAME         PrntFile
  2.  
  3. DESCRIPTION  'Sample Microsoft Windows Application'
  4.  
  5. EXETYPE      WINDOWS
  6.  
  7. STUB         'WINSTUB.EXE'
  8.  
  9. CODE         PRELOAD MOVEABLE DISCARDABLE
  10. DATA         PRELOAD MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE     0xAFFF    ; 45k
  13. STACKSIZE    8192
  14.  
  15. EXPORTS
  16.     MainWndProc     @1
  17.     About           @2
  18.     OpenDlg         @3
  19.     SaveAsDlg       @4  ; called when SAVE AS menu item selected
  20.     AbortDlg        @5  ; called so user can abort print function
  21.     AbortProc       @6  ; Processes messages intended for abort box
  22.