Skip to content

Latest commit

 

History

History
106 lines (80 loc) · 2.21 KB

nf-ws2spi-wpusetevent.md

File metadata and controls

106 lines (80 loc) · 2.21 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:ws2spi.WPUSetEvent
WPUSetEvent function (ws2spi.h)
The WPUSetEvent function sets the state of the specified event object to signaled. This call is safe for use within interrupt context.
WPUSetEvent
WPUSetEvent function [Winsock]
_win32_wpusetevent_2
winsock.wpusetevent_2
ws2spi/WPUSetEvent
winsock\wpusetevent_2.htm
WinSock
d5caa926-1223-4917-85ba-4f79731e955a
12/05/2018
WPUSetEvent, WPUSetEvent function [Winsock], _win32_wpusetevent_2, winsock.wpusetevent_2, ws2spi/WPUSetEvent
ws2spi.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
WPUSetEvent
ws2spi/WPUSetEvent
c++
APIRef
kbSyntax
UserDefined
Ws2spi.h
WPUSetEvent

WPUSetEvent function

-description

The WPUSetEvent function sets the state of the specified event object to signaled. This call is safe for use within interrupt context.

-parameters

-param hEvent [in]

Handle that identifies an open event object.

-param lpErrno [out]

Pointer to the error code.

-returns

If no error occurs, the WPUSetEvent function returns the value TRUE. Otherwise, FALSE is returned, and a specific error code is available in lpErrno.

Error code Meaning
ERROR_INVALID_HANDLE
The hEvent parameter is not a valid event object handle.
 
 

-see-also

WPUCloseEvent

WPUCreateEvent

WPUResetEvent