STOR_EVENT_TYPE enumeration (storport.h)

The STOR_EVENT_TYPE enum identifies the type of event object initialized by a miniport.

Syntax

typedef enum _STOR_EVENT_TYPE {
  StorNotificationEvent,
  StorSynchronizationEvent
} STOR_EVENT_TYPE, *PSTOR_EVENT_TYPE;

Constants

 
StorNotificationEvent
The event is a notification event.
StorSynchronizationEvent
The event is a synchronization event.

Remarks

A miniport initializes an event object by calling StorPortInitializeEvent, passing in a STOR_EVENT_TYPE enum to identify the type of the event object.

Requirements

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

See also

StorPortInitializeEvent