ReactOS
0.4.15-dev-4569-g032c50f
|
#include <ws2_32.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
BOOL WSAAPI | WSACloseEvent (IN WSAEVENT hEvent) |
WSAEVENT WSAAPI | WSACreateEvent (VOID) |
BOOL WSAAPI | WSAResetEvent (IN WSAEVENT hEvent) |
BOOL WSAAPI | WSASetEvent (IN WSAEVENT hEvent) |
DWORD WSAAPI | WSAWaitForMultipleEvents (IN DWORD cEvents, IN CONST WSAEVENT FAR *lphEvents, IN BOOL fWaitAll, IN DWORD dwTimeout, IN BOOL fAlertable) |
INT WSAAPI | WSAEnumNetworkEvents (IN SOCKET s, IN WSAEVENT hEventObject, OUT LPWSANETWORKEVENTS lpNetworkEvents) |
Definition at line 23 of file event.c.
Referenced by CServerSocket::Close(), detectChange(), dispatch(), event_client(), recv_thread(), START_TEST(), test_AcceptEx(), test_ConnectEx(), test_DisconnectEx(), test_GetAddrInfoExW(), test_sioAddressListChange(), test_write_watch(), test_WSAEnumNetworkEvents(), Test_WSARecv(), and test_WSARecv().
Definition at line 42 of file event.c.
Referenced by detectChange(), dispatch(), event_client(), recv_thread(), CSocket::SetEvents(), START_TEST(), test_DisconnectEx(), test_events(), test_GetAddrInfoExW(), test_sioAddressListChange(), test_WSAEnumNetworkEvents(), and Test_WSARecv().
INT WSAAPI WSAEnumNetworkEvents | ( | IN SOCKET | s, |
IN WSAEVENT | hEventObject, | ||
OUT LPWSANETWORKEVENTS | lpNetworkEvents | ||
) |
Definition at line 94 of file event.c.
Referenced by event_client(), flush_events(), CServerClientSocket::MessageLoop(), CServerSocket::MessageLoop(), ok_event_sequence(), START_TEST(), and test_WSAEnumNetworkEvents().
DWORD WSAAPI WSAWaitForMultipleEvents | ( | IN DWORD | cEvents, |
IN CONST WSAEVENT FAR * | lphEvents, | ||
IN BOOL | fWaitAll, | ||
IN DWORD | dwTimeout, | ||
IN BOOL | fAlertable | ||
) |
Definition at line 75 of file event.c.
Referenced by CServerClientSocket::MessageLoop(), CServerSocket::MessageLoop(), and Test_WSARecv().