2.2.1.3.13 VDS_STORAGE_IDENTIFIER

The VDS_STORAGE_IDENTIFIER structure provides information about a storage identifier.

 typedef struct _VDS_STORAGE_IDENTIFIER {
   VDS_STORAGE_IDENTIFIER_CODE_SET m_CodeSet;
   VDS_STORAGE_IDENTIFIER_TYPE m_Type;
   unsigned long m_cbIdentifier;
   [size_is(m_cbIdentifier)] byte* m_rgbIdentifier;
 } VDS_STORAGE_IDENTIFIER;

m_CodeSet: Value from the VDS_STORAGE_IDENTIFIER_CODE_SET enumeration that defines the code set of the storage identifier.

m_Type: Value from the VDS_STORAGE_IDENTIFIER_TYPE enumeration that defines the type of the storage identifier.

m_cbIdentifier: Length of the m_rgbIdentifier identifier in bytes.

m_rgbIdentifier: Value of the storage identifier. These identifiers depend on both the code set and the type.