home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mnth0103.zip / Cannata / apidll / api.def next >
Text File  |  1992-04-12  |  610b  |  22 lines

  1. ;========================================================================
  2. ; API.DEF - C-Tree Sysytems, Inc. API DLL definition file
  3. ;========================================================================
  4. LIBRARY     API
  5.  
  6. DESCRIPTION 'An Api Dll'
  7.  
  8. PROTMODE
  9.  
  10. DATA        MULTIPLE READWRITE LOADONCALL
  11.  
  12. CODE        LOADONCALL
  13.  
  14. EXPORTS     UtlMsgBox                   @1
  15.             UtlLoadString               @2
  16.             UtlLoadMessage              @3
  17.             UtlDisplayError             @4
  18.             UtlDisplayDebug             @5
  19.  
  20.  
  21.             NewStdApp                   @201
  22.