29 lines
705 B
Modula-2
29 lines
705 B
Modula-2
|
;
|
||
|
; File: wshpgm.def
|
||
|
; System: MS-Windows 3.x
|
||
|
; Summary: Module definition file for PGM helper DLL for WinSockAPI DLL.
|
||
|
;
|
||
|
|
||
|
LIBRARY WSHRM ; Application's module name
|
||
|
|
||
|
; All functions that will be called by any Windows routine
|
||
|
; must be exported
|
||
|
|
||
|
EXPORTS
|
||
|
WSHOpenSocket
|
||
|
WSHOpenSocket2
|
||
|
WSHGetSockaddrType
|
||
|
WSHGetSocketInformation
|
||
|
WSHNotify
|
||
|
WSHSetSocketInformation
|
||
|
WSHEnumProtocols
|
||
|
WSHGetWildcardSockaddr
|
||
|
WSHGetWinsockMapping
|
||
|
WSHAddressToString
|
||
|
WSHStringToAddress
|
||
|
WSHGetBroadcastSockaddr
|
||
|
WSHGetProviderGuid
|
||
|
WSHGetWSAProtocolInfo
|
||
|
WSHIoctl
|
||
|
WSHJoinLeaf
|