STORAGE_ASSOCIATION_TYPE enumeration
The STORAGE_ASSOCIATION_TYPE enumeration indicates whether a storage descriptor identifies a device or a port.
Syntax
typedef enum _STORAGE_ASSOCIATION_TYPE { StorageIdAssocDevice = 0, StorageIdAssocPort = 1, StorageIdAssocTarget = 2 } 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
|
Header |
|
|---|
See also
Send comments about this topic to Microsoft
Build date: 5/17/2013