// ntddstor.h
typedef enum _STORAGE_IDENTIFIER_CODE_SET {
StorageIdCodeSetReserved,
StorageIdCodeSetBinary,
StorageIdCodeSetAscii,
StorageIdCodeSetUtf8
} STORAGE_IDENTIFIER_CODE_SET, *PSTORAGE_IDENTIFIER_CODE_SET;
View the official Windows Driver Kit DDI referenceNo description available.
The STORAGE_IDENTIFIER_CODE_SET enumeration specifies the code set used by a SCSI identification descriptor (STORAGE_IDENTIFIER) to identify a logical unit.
StorageIdCodeSetReservedReserved.
StorageIdCodeSetBinaryIndicates that the identification descriptor contains a binary representation of the identifier.
StorageIdCodeSetAsciiIndicates that the identification descriptor contains an ASCII representation of the identifier.
StorageIdCodeSetUtf8Indicates that the identification descriptor contains a UTF8 representation of the identifier.
This field is intended to be an aid to software that displays the identifier field. Every device identification page (page code 0x83) of SCSI vital product data contains a series of identification descriptors, each of which contains an identifier.