STOR_EVENT_ASSOCIATION_ENUM - NtDoc

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

typedef enum _STOR_EVENT_ASSOCIATION_ENUM {
  StorEventAdapterAssociation,
  StorEventLunAssociation,
  StorEventTargetAssociation,
  StorEventInvalidAssociation
} STOR_EVENT_ASSOCIATION_ENUM;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-storport-_stor_event_association_enum)

_STOR_EVENT_ASSOCIATION_ENUM enumeration

Description

The STOR_EVENT_ASSOCIATION_ENUM enumerator specifies the type of device that is associated with an event.

Constants

StorEventAdapterAssociation

The event is associated with the adapter.

StorEventLunAssociation

The event is associated with the LUN.

StorEventTargetAssociation

The event is associated with the target.

StorEventInvalidAssociation

Marks end of valid enumeration range