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.
|
|
; ; File: wshclus.def ; System: MS-Windows 3.x ; Summary: Module definition file for the Cluster Transport ; helper DLL for WinSockAPI DLL. ;
LIBRARY WSHCLUS ; Application's module name
HEAPSIZE 1024 STACKSIZE 16384
; All functions that will be called by any Windows routine ; must be exported
EXPORTS WSHGetSockaddrType WSHGetWildcardSockaddr WSHGetSocketInformation WSHGetWinsockMapping WSHNotify WSHOpenSocket WSHSetSocketInformation WSHEnumProtocols WSHOpenSocket2 WSHGetWSAProtocolInfo WSHAddressToString WSHStringToAddress WSHGetProviderGuid WSHIoctl
|