Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
This function closes an open event object handle.
Syntax
BOOL WPUCloseEvent(
WSAEVENT hEvent,
LPINT lpErrno
);
Parameters
- hEvent
[in] Handle to an open event object.
- lpErrno
[out] Pointer to the error code.
Return Value
If the function succeeds, the return value is TRUE. Otherwise, the return value is FALSE and a specific error code is available in lpErrno.
The following table shows the possible error code.
| Error value | Description |
|---|---|
WSA_INVALID_HANDLE |
The hEvent is not a valid event object handle. |
Requirements
| Header | ws2spi.h |
| Library | Ws2.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |