windows-nt/Source/XPSP1/NT/base/cluster/clusnet/wshclus/wshclus.def

31 lines
734 B
Modula-2
Raw Normal View History

2020-09-26 03:20:57 -05:00
;
; 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