// storport.h
typedef struct _STOR_EVENT {
STOR_DISPATCHER_HEADER Header;
} STOR_EVENT, *PSTOR_EVENT, *PRSTOR_EVENT;
View the official Windows Driver Kit DDI referenceNo description available.
The STOR_EVENT structure describes an event object.
HeaderAn opaque STOR_DISPATCHER_HEADER structure that describes an event object.
Callers of StorPortInitializeEvent must first allocate space for a STOR_EVENT structure.
KeInitializeEvent STOR_EVENT