// ntddstor.h
typedef enum _STORAGE_ASSOCIATION_TYPE {
StorageIdAssocDevice,
StorageIdAssocPort,
StorageIdAssocTarget
} STORAGE_ASSOCIATION_TYPE, *PSTORAGE_ASSOCIATION_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The STORAGE_ASSOCIATION_TYPE enumeration indicates whether a storage descriptor identifies a device or a port.
StorageIdAssocDeviceIndicates that the descriptor identifies a device.
StorageIdAssocPortIndicates that the descriptor identifies a port.
StorageIdAssocTargetIndicates that the descriptor identifies a target.