windows-nt/Source/XPSP1/NT/base/cluster/clusnet/wshclus/wshclus.def
2020-09-26 16:20:57 +08:00

31 lines
734 B
Modula-2

;
; 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