Leaked source code of windows server 2003
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.
 
 
 
 
 
 

18 lines
438 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
ClxGetClientData @111