63 lines
1.4 KiB
Modula-2
63 lines
1.4 KiB
Modula-2
|
LIBRARY VWIPXSPX
|
||
|
|
||
|
EXPORTS
|
||
|
VwInitialize
|
||
|
VwDispatcher
|
||
|
|
||
|
VwIPXCancelEvent
|
||
|
VwIPXCloseSocket
|
||
|
VwIPXDisconnectFromTarget
|
||
|
VwIPXGenerateChecksum
|
||
|
VwIPXGetInformation
|
||
|
VwIPXGetInternetworkAddress
|
||
|
VwIPXGetIntervalMarker
|
||
|
VwIPXGetLocalTarget
|
||
|
VwIPXGetLocalTargetAsync
|
||
|
VwIPXGetMaxPacketSize
|
||
|
VwIPXInitialize
|
||
|
VwIPXListenForPacket
|
||
|
VwIPXOpenSocket
|
||
|
VwIPXRelinquishControl
|
||
|
VwIPXScheduleAESEvent
|
||
|
VwIPXScheduleIPXEvent
|
||
|
VwIPXSendPacket
|
||
|
VwIPXSendWithChecksum
|
||
|
VwIPXSPXDeinit
|
||
|
VwIPXVerifyChecksum
|
||
|
VwSPXAbortConnection
|
||
|
VwSPXEstablishConnection
|
||
|
VwSPXGetConnectionStatus
|
||
|
VwSPXInitialize
|
||
|
VwSPXListenForConnection
|
||
|
VwSPXListenForSequencedPacket
|
||
|
VwSPXSendSequencedPacket
|
||
|
VwSPXTerminateConnection
|
||
|
|
||
|
VWinEsrCallback
|
||
|
VWinInitialize
|
||
|
|
||
|
VWinIPXCancelEvent
|
||
|
VWinIPXCloseSocket
|
||
|
VWinIPXDisconnectFromTarget
|
||
|
VWinIPXGetInternetworkAddress
|
||
|
VWinIPXGetIntervalMarker
|
||
|
VWinIPXGetLocalTarget
|
||
|
VWinIPXGetLocalTargetAsync
|
||
|
VWinIPXGetMaxPacketSize
|
||
|
VWinIPXInitialize
|
||
|
VWinIPXListenForPacket
|
||
|
VWinIPXOpenSocket
|
||
|
VWinIPXRelinquishControl
|
||
|
VWinIPXScheduleIPXEvent
|
||
|
VWinIPXSendPacket
|
||
|
VWinIPXSPXDeinit
|
||
|
|
||
|
VWinSPXAbortConnection
|
||
|
VWinSPXEstablishConnection
|
||
|
VWinSPXGetConnectionStatus
|
||
|
VWinSPXInitialize
|
||
|
VWinSPXListenForConnection
|
||
|
VWinSPXListenForSequencedPacket
|
||
|
VWinSPXSendSequencedPacket
|
||
|
VWinSPXTerminateConnection
|