31 lines
734 B
Modula-2
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
|