|
WSACreateEvent creates an event object internally with an initial state of nonsignaled.
Syntax
WSAEVENT WSACreateEvent(void);
Parameters
None
Return Values
A handle to the event object if the function succeeds, NULL if the function fails
To get extended error information, call WSAGetLastError.
Requirements
Library | Rtxtcpip.lib |