// storport.h
typedef enum _STOR_EVENT_ASSOCIATION_ENUM {
StorEventAdapterAssociation,
StorEventLunAssociation,
StorEventTargetAssociation,
StorEventInvalidAssociation
} STOR_EVENT_ASSOCIATION_ENUM;
View the official Windows Driver Kit DDI referenceNo description available.
The STOR_EVENT_ASSOCIATION_ENUM enumerator specifies the type of device that is associated with an event.
StorEventAdapterAssociationThe event is associated with the adapter.
StorEventLunAssociationThe event is associated with the LUN.
StorEventTargetAssociationThe event is associated with the target.
StorEventInvalidAssociationMarks end of valid enumeration range