|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <msafd.h>
Go to the source code of this file.
| VOID NTAPI AfdAPC | ( | PVOID | ApcContext, |
| PIO_STATUS_BLOCK | IoStatusBlock, | ||
| ULONG | Reserved | ||
| ) |
Definition at line 140 of file sndrcv.c.
Referenced by WSPRecv(), WSPRecvFrom(), WSPSend(), and WSPSendTo().
| INT WSPAPI WSPAsyncSelect | ( | IN SOCKET | Handle, |
| IN HWND | hWnd, | ||
| IN UINT | wMsg, | ||
| IN LONG | lEvent, | ||
| OUT LPINT | lpErrno | ||
| ) |
Definition at line 17 of file sndrcv.c.
Referenced by WSPStartup().
| BOOL WSPAPI WSPGetOverlappedResult | ( | IN SOCKET | Handle, |
| IN LPWSAOVERLAPPED | lpOverlapped, | ||
| OUT LPDWORD | lpdwBytes, | ||
| IN BOOL | fWait, | ||
| OUT LPDWORD | lpdwFlags, | ||
| OUT LPINT | lpErrno | ||
| ) |
Definition at line 96 of file sndrcv.c.
Referenced by WSPStartup().
| int WSPAPI WSPRecv | ( | SOCKET | Handle, |
| LPWSABUF | lpBuffers, | ||
| DWORD | dwBufferCount, | ||
| LPDWORD | lpNumberOfBytesRead, | ||
| LPDWORD | ReceiveFlags, | ||
| LPWSAOVERLAPPED | lpOverlapped, | ||
| LPWSAOVERLAPPED_COMPLETION_ROUTINE | lpCompletionRoutine, | ||
| LPWSATHREADID | lpThreadId, | ||
| LPINT | lpErrno | ||
| ) |
Definition at line 157 of file sndrcv.c.
Referenced by WSPRecvFrom(), and WSPStartup().
| INT WSPAPI WSPRecvDisconnect | ( | IN SOCKET | s, |
| OUT LPWSABUF | lpInboundDisconnectData, | ||
| OUT LPINT | lpErrno | ||
| ) |
Definition at line 926 of file sndrcv.c.
Referenced by WSPStartup().
| int WSPAPI WSPRecvFrom | ( | SOCKET | Handle, |
| LPWSABUF | lpBuffers, | ||
| DWORD | dwBufferCount, | ||
| LPDWORD | lpNumberOfBytesRead, | ||
| LPDWORD | ReceiveFlags, | ||
| struct sockaddr * | SocketAddress, | ||
| int * | SocketAddressLength, | ||
| LPWSAOVERLAPPED | lpOverlapped, | ||
| LPWSAOVERLAPPED_COMPLETION_ROUTINE | lpCompletionRoutine, | ||
| LPWSATHREADID | lpThreadId, | ||
| LPINT | lpErrno | ||
| ) |
Definition at line 358 of file sndrcv.c.
Referenced by WSPStartup().
| int WSPAPI WSPSend | ( | SOCKET | Handle, |
| LPWSABUF | lpBuffers, | ||
| DWORD | dwBufferCount, | ||
| LPDWORD | lpNumberOfBytesSent, | ||
| DWORD | iFlags, | ||
| LPWSAOVERLAPPED | lpOverlapped, | ||
| LPWSAOVERLAPPED_COMPLETION_ROUTINE | lpCompletionRoutine, | ||
| LPWSATHREADID | lpThreadId, | ||
| LPINT | lpErrno | ||
| ) |
Definition at line 575 of file sndrcv.c.
Referenced by WSPSendTo(), and WSPStartup().
| INT WSPAPI WSPSendDisconnect | ( | IN SOCKET | s, |
| IN LPWSABUF | lpOutboundDisconnectData, | ||
| OUT LPINT | lpErrno | ||
| ) |
Definition at line 938 of file sndrcv.c.
Referenced by WSPStartup().
| int WSPAPI WSPSendTo | ( | SOCKET | Handle, |
| LPWSABUF | lpBuffers, | ||
| DWORD | dwBufferCount, | ||
| LPDWORD | lpNumberOfBytesSent, | ||
| DWORD | iFlags, | ||
| const struct sockaddr * | SocketAddress, | ||
| int | SocketAddressLength, | ||
| LPWSAOVERLAPPED | lpOverlapped, | ||
| LPWSAOVERLAPPED_COMPLETION_ROUTINE | lpCompletionRoutine, | ||
| LPWSATHREADID | lpThreadId, | ||
| LPINT | lpErrno | ||
| ) |
Definition at line 726 of file sndrcv.c.
Referenced by WSPStartup().