STOR_EVENT structure (storport.h)

The STOR_EVENT structure describes an event object.

Syntax

typedef struct _STOR_EVENT {
  STOR_DISPATCHER_HEADER Header;
} STOR_EVENT, *PSTOR_EVENT, *PRSTOR_EVENT;

Members

Header

An opaque STOR_DISPATCHER_HEADER structure that describes an event object.

Remarks

Callers of StorPortInitializeEvent must first allocate space for a STOR_EVENT structure.

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004
Header storport.h

See also

KeInitializeEvent STOR_EVENT

STOR_DISPATCHER_HEADER

StorPortInitializeEvent

StorPortSetEvent