home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / oledb / qurydemo / qurydemo.def < prev    next >
Encoding:
Text File  |  1998-03-12  |  509 b   |  21 lines

  1. ;    Module Definition file for QURYDEMO application
  2. ;    Created by Microsoft Corporation.
  3.  
  4. NAME        QURYDEMO
  5. DESCRIPTION    'Microsoft OLE DB Sample Program'
  6. CODE        PRELOAD    MOVEABLE DISCARDABLE
  7. DATA        PRELOAD    MOVEABLE MULTIPLE
  8. HEAPSIZE    40960
  9. STACKSIZE    10240
  10. EXPORTS
  11.     MainWndProc            @1
  12.     MDIChildProc        @2
  13.     ToolbarProc            @3
  14.     StatusbarProc        @4
  15.     ConnectDlgProc        @5
  16.     DisconnectDlgProc    @6
  17.     AboutDlgProc        @7
  18.     MDIChildDlgProc        @8
  19.     
  20. ;******************************** End of File ********************************
  21.