STOR_EVENT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// storport.h

typedef struct _STOR_EVENT {
  STOR_DISPATCHER_HEADER Header;
} STOR_EVENT, *PSTOR_EVENT, *PRSTOR_EVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-storport-stor_event)

STOR_EVENT structure

Description

The STOR_EVENT structure describes an event object.

Members

An opaque STOR_DISPATCHER_HEADER structure that describes an event object.

Remarks

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

See also

KeInitializeEvent STOR_EVENT

STOR_DISPATCHER_HEADER

StorPortInitializeEvent

StorPortSetEvent