Skip to content

Latest commit

 

History

History
77 lines (60 loc) · 1.87 KB

nf-storport-storportsetevent.md

File metadata and controls

77 lines (60 loc) · 1.87 KB
UID title description tech.root 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.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos f1_keywords topic_type api_type api_location api_name
NF:storport.StorPortSetEvent
StorPortSetEvent function
A miniport can call StorPortSetEvent to set an event object to the signaled state.
storage
03/24/2020
StorPortSetEvent
storport.h
Windows 10, version 2004
Windows
StorPortSetEvent
storport/StorPortSetEvent
apiref
LibDef
Storport.lib
Storport.dll
StorPortSetEvent

StorPortSetEvent function

-description

A miniport can call StorPortSetEvent to set an event object to the signaled state.

-parameters

-param HwDeviceExtension

Pointer to the miniport's device extension.

-param Event

Pointer to a STOR_EVENT structure containing the event object.

-returns

StorPortSetEvent returns a status code such as one of the following:

Return code Description
STOR_STATUS_INVALID_IRQL The current IRQL is greater than DISPATCH_LEVEL.
STOR_STATUS_INVALID_PARAMETER Either HwDeviceExtension or Event are invalid parameters.
STOR_STATUS_SUCCESS The event object was successfully set to the signaled state.
STOR_STATUS_UNSUCCESSFUL The operation failed.

-remarks

See KeSetEvent for more details.

-see-also

KeSetEvent for more details.

STOR_EVENT

StorPortInitializeEvent