home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
mnth0103.zip
/
Cannata
/
apidll
/
api.def
next >
Wrap
Text File
|
1992-04-12
|
610b
|
22 lines
;========================================================================
; API.DEF - C-Tree Sysytems, Inc. API DLL definition file
;========================================================================
LIBRARY API
DESCRIPTION 'An Api Dll'
PROTMODE
DATA MULTIPLE READWRITE LOADONCALL
CODE LOADONCALL
EXPORTS UtlMsgBox @1
UtlLoadString @2
UtlLoadMessage @3
UtlDisplayError @4
UtlDisplayDebug @5
NewStdApp @201