mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
470 B
20 lines
470 B
LIBRARY CLXTSHAR
|
|
|
|
;DESCRIPTION 'T.Share CLient eXtension DLL'
|
|
|
|
;DATA LOADONCALL SINGLE MOVEABLE
|
|
;CODE LOADONCALL MOVEABLE DISCARDABLE
|
|
|
|
EXPORTS
|
|
ClxInitialize @100
|
|
ClxTerminate @101
|
|
ClxEvent @102
|
|
ClxTextOut @103
|
|
ClxGlyphOut @104
|
|
ClxBitmap @105
|
|
ClxConnect @106
|
|
ClxDisconnect @107
|
|
ClxDialog @108
|
|
ClxRegisterVC @109
|
|
ClxUnregisterVC @110
|
|
ClxGetClientData @111
|