From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/nw/vwipxspx/dll/vwipx.h | 122 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 private/nw/vwipxspx/dll/vwipx.h (limited to 'private/nw/vwipxspx/dll/vwipx.h') diff --git a/private/nw/vwipxspx/dll/vwipx.h b/private/nw/vwipxspx/dll/vwipx.h new file mode 100644 index 000000000..351351eab --- /dev/null +++ b/private/nw/vwipxspx/dll/vwipx.h @@ -0,0 +1,122 @@ +/*++ + +Copyright (c) 1991 Microsoft Corporation + +Module Name: + + vwipx.h + +Abstract: + + Contains function prototypes for VWIPX.C + +Author: + + Richard L Firth (rfirth) 25-Oct-1993 + +Revision History: + + 25-Oct-1993 rfirth + Created + +--*/ + +VOID +VwIPXCancelEvent( + VOID + ); + +VOID +VwIPXCloseSocket( + VOID + ); + +VOID +VwIPXDisconnectFromTarget( + VOID + ); + +VOID +VwIPXGenerateChecksum( + VOID + ); + +VOID +VwIPXGetInformation( + VOID + ); + +VOID +VwIPXGetInternetworkAddress( + VOID + ); + +VOID +VwIPXGetIntervalMarker( + VOID + ); + +VOID +VwIPXGetLocalTarget( + VOID + ); + +VOID +VwIPXGetLocalTargetAsync( + VOID + ); + +VOID +VwIPXGetMaxPacketSize( + VOID + ); + +VOID +VwIPXInitialize( + VOID + ); + +VOID +VwIPXListenForPacket( + VOID + ); + +VOID +VwIPXOpenSocket( + VOID + ); + +VOID +VwIPXRelinquishControl( + VOID + ); + +VOID +VwIPXScheduleAESEvent( + VOID + ); + +VOID +VwIPXScheduleIPXEvent( + VOID + ); + +VOID +VwIPXSendPacket( + VOID + ); + +VOID +VwIPXSendWithChecksum( + VOID + ); + +VOID +VwIPXSPXDeinit( + VOID + ); + +VOID +VwIPXVerifyChecksum( + VOID + ); -- cgit v1.2.3