VDS_STORAGE_IDENTIFIER structure [VDS]
The VDS_STORAGE_IDENTIFIER structure defines a storage device using a particular code set and type.
typedef struct _VDS_STORAGE_IDENTIFIER {
VDS_STORAGE_IDENTIFIER_CODE_SET m_CodeSet;
VDS_STORAGE_IDENTIFIER_TYPE m_Type;
ULONG m_cbIdentifier;
BYTE* m_rgbIdentifier;
} VDS_STORAGE_IDENTIFIER;
Members
- m_CodeSet
The encoding type of m_rgbIdentifier enumerated by VDS_STORAGE_IDENTIFIER_CODE_SET. - m_Type
The type of m_rgbIdentifier enumerated by VDS_STORAGE_IDENTIFIER_TYPE. - m_cbIdentifier
The size, in bytes, of the m_rgbIdentifier array. - m_rgbIdentifier
Pointer to the identifier data.
Remarks
The VDS_STORAGE_DEVICE_ID_DESCRIPTOR structure includes this structure as a member to specify a particular storage device identifier for a LUN.
Requirements
Client | Requires Windows Vista. |
Server | Requires Windows Server "Longhorn" or Windows Server 2003. |
Header | Declared in VdsLun.h. |
See Also
Volume Shadow Copy API Structures
VDS_STORAGE_IDENTIFIER_CODE_SET
VDS_STORAGE_IDENTIFIER_TYPE
VDS_STORAGE_DEVICE_ID_DESCRIPTOR