home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / dialog / gdlgitm.def < prev    next >
Text File  |  1988-08-10  |  224b  |  16 lines

  1. NAME        gdlgitm
  2.  
  3. DESCRIPTION    'Windows Sample GetDlgItem function'
  4.  
  5. STUB        'WINSTUB.EXE'
  6.  
  7. CODE        MOVEABLE
  8. DATA        MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE     8192
  11. STACKSIZE 4096
  12.  
  13. EXPORTS
  14.     DlgItmWndProc  @1
  15.     DialogBoxProc  @2
  16.