home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / gdi / printer / printer.def < prev    next >
Text File  |  1993-02-03  |  556b  |  23 lines

  1. NAME         printer
  2.  
  3. DESCRIPTION  'Sample Microsoft Win32 Application'
  4.  
  5. STUB         'WINSTUB.EXE'
  6.  
  7. CODE         PRELOAD MOVEABLE DISCARDABLE
  8. DATA         PRELOAD MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE     1024
  11. STACKSIZE    5120
  12.  
  13. EXPORTS
  14.     MainWndProc                @1
  15.     AboutDlgProc               @2
  16.     AbortDlgProc               @3
  17.     DevCapsXDlgProc            @4
  18.     EnumPrintersDlgProc        @5
  19.     GetDeviceCapsDlgProc       @6
  20.     GetPrinterDriverDlgProc    @7
  21.     EnumPrinterDriversDlgProc  @8
  22.     EnumPrintersOptionsDlgProc @9
  23.