STOR_EVENT_ASSOCIATION_ENUM enumeration (storport.h)

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

Syntax

typedef enum _STOR_EVENT_ASSOCIATION_ENUM {
  StorEventAdapterAssociation,
  StorEventLunAssociation,
  StorEventTargetAssociation,
  StorEventInvalidAssociation
} STOR_EVENT_ASSOCIATION_ENUM;

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

Requirements

Requirement Value
Header storport.h (include Storport.h)