STORAGE_ASSOCIATION_TYPE enumeration (ntddstor.h)
The STORAGE_ASSOCIATION_TYPE enumeration indicates whether a storage descriptor identifies a device or a port.
Syntax
typedef enum _STORAGE_ASSOCIATION_TYPE {
StorageIdAssocDevice,
StorageIdAssocPort,
StorageIdAssocTarget
} STORAGE_ASSOCIATION_TYPE, *PSTORAGE_ASSOCIATION_TYPE;
Constants
StorageIdAssocDevice Indicates that the descriptor identifies a device. |
StorageIdAssocPort Indicates that the descriptor identifies a port. |
StorageIdAssocTarget Indicates that the descriptor identifies a target. |
Requirements
Requirement | Value |
---|---|
Header | ntddstor.h |