Share via


VDS_STORAGE_IDENTIFIER_CODE_SET enumeration [VDS]

The VDS_STORAGE_IDENTIFIER_CODE_SET enumeration defines the set of the valid code sets (encodings) of a storage identifier.

typedef enum 
{
  VDSStorageIdCodeSetReserved = 0,
  VDSStorageIdCodeSetBinary = 1,
  VDSStorageIdCodeSetAscii = 2
}VDS_STORAGE_IDENTIFIER_CODE_SET;

Constants

  • VDSStorageIdCodeSetReserved
    This value is reserved.
  • VDSStorageIdCodeSetBinary
    The storage identifier is encoded as binary data.
  • VDSStorageIdCodeSetAscii
    The storage identifier is encoded as ASCII data.

Remarks

The VDS_STORAGE_IDENTIFIER structure includes the value of this enumeration as a member to indicate the code set of a storage identifier.

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 Enumeration Types
VDS_STORAGE_IDENTIFIER