home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / odbc / qurydemo / qurydemo.def < prev    next >
Encoding:
Text File  |  1997-10-06  |  534 b   |  23 lines

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