home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk11 / tk4 / opendlg / opendlg.def < prev    next >
Encoding:
Text File  |  1989-02-20  |  451 b   |  29 lines

  1. LIBRARY OPENDLG  INITINSTANCE
  2. PROTMODE
  3.  
  4. DESCRIPTION 'OS/2 File Dialog Library'
  5.  
  6. STUB        'NULSTUB.EXE'
  7.  
  8. HEAPSIZE    2048
  9.  
  10. DATA NONSHARED
  11.  
  12. SEGMENTS
  13.     _TEXT    PRELOAD        CONFORMING    IOPL
  14.     _INIT    PRELOAD
  15.     _FILE
  16.  
  17. EXPORTS
  18.     ALERTBOX        @21
  19.     LSTRLEN        @22
  20.     LSTRCAT        @23
  21.     LSTRCPY        @24
  22.     LSTRCMP        @25
  23.     SETUPDLF        @26
  24.     DLGFILE        @27
  25.     OPENFILE        @28
  26.     FILEINPATH        @29
  27.     LCOPYSTRUCT        @30
  28.     LFILLSTRUCT        @31
  29.