STORAGE_IDENTIFIER_CODE_SET - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddstor-storage_identifier_code_set)

Description

The STORAGE_IDENTIFIER_CODE_SET enumeration specifies the code set used by a SCSI identification descriptor (STORAGE_IDENTIFIER) to identify a logical unit.

Constants

StorageIdCodeSetReserved

Reserved.

StorageIdCodeSetBinary

Indicates that the identification descriptor contains a binary representation of the identifier.

StorageIdCodeSetAscii

Indicates that the identification descriptor contains an ASCII representation of the identifier.

StorageIdCodeSetUtf8

Indicates that the identification descriptor contains a UTF8 representation of the identifier.

Remarks

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.

See also

STORAGE_IDENTIFIER