STORAGE_IDENTIFIER_CODE_SET enumeration (ntddstor.h)

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

Syntax

typedef enum _STORAGE_IDENTIFIER_CODE_SET {
  StorageIdCodeSetReserved,
  StorageIdCodeSetBinary,
  StorageIdCodeSetAscii,
  StorageIdCodeSetUtf8
} STORAGE_IDENTIFIER_CODE_SET, *PSTORAGE_IDENTIFIER_CODE_SET;

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.

Requirements

Requirement Value
Header ntddstor.h

See also

STORAGE_IDENTIFIER