STORAGE_IDENTIFIER_TYPE enumeration (ntddstor.h)
The STORAGE_IDENTIFIER_TYPE enumeration specifies the type of storage identifier.
Syntax
typedef enum _STORAGE_IDENTIFIER_TYPE {
StorageIdTypeVendorSpecific,
StorageIdTypeVendorId,
StorageIdTypeEUI64,
StorageIdTypeFCPHName,
StorageIdTypePortRelative,
StorageIdTypeTargetPortGroup,
StorageIdTypeLogicalUnitGroup,
StorageIdTypeMD5LogicalUnitIdentifier,
StorageIdTypeScsiNameString
} STORAGE_IDENTIFIER_TYPE, *PSTORAGE_IDENTIFIER_TYPE;
Constants
StorageIdTypeVendorSpecific Indicates that the vendor created the identifier without reference to an assignment authority, and consequently there is no guarantee that the identifier is globally unique. |
StorageIdTypeVendorId Indicates a vendor identifier strings assigned by the SCSI-3 specification to the vendor. |
StorageIdTypeEUI64 Indicates a 64-bit IEEE extended unique identifier (EUI-64). |
StorageIdTypeFCPHName Indicates a 64-bit FC-PH name identifier as defined in the X3.230-1994 specification. |
StorageIdTypePortRelative Indicates that the identifier type depends on the port. |
StorageIdTypeTargetPortGroup The storage identifier is a target port group number. |
StorageIdTypeLogicalUnitGroup The storage identifier is a logical unit group number. |
StorageIdTypeMD5LogicalUnitIdentifier The storage identifier is an MD5 logical unit number (LUN). |
StorageIdTypeScsiNameString Indicates that the identifier type is specified by a Scsi name string. |
Requirements
Requirement | Value |
---|---|
Header | ntddstor.h |