2.2.1.3.14 VDS_STORAGE_DEVICE_ID_DESCRIPTOR

The VDS_STORAGE_DEVICE_ID_DESCRIPTOR structure provides information about a device identification descriptor.

 typedef struct _VDS_STORAGE_DEVICE_ID_DESCRIPTOR {
   unsigned long m_version;
   unsigned long m_cIdentifiers;
   [size_is(m_cIdentifiers)] VDS_STORAGE_IDENTIFIER* m_rgIdentifiers;
 } VDS_STORAGE_DEVICE_ID_DESCRIPTOR;

m_version: The version number of the VDS_STORAGE_DEVICE_ID_DESCRIPTOR structure as specified by the device manufacturer and in [SPC-3].

m_cIdentifiers: The number of elements in the m_rgIdentifiers array.

m_rgIdentifiers: The array of VDS_STORAGE_IDENTIFIER structures that contain the storage identifier information.