VDS_DRIVE_LETTER_FLAG enumeration (vds.h)

[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]

Defines the set of valid flags for a drive letter.

Syntax

typedef enum _VDS_DRIVE_LETTER_FLAG {
  VDS_DLF_NON_PERSISTENT = 0x1
} VDS_DRIVE_LETTER_FLAG;

Constants

 
VDS_DLF_NON_PERSISTENT
Value: 0x1
If set, the drive letter disappears after the computer reboots.

Remarks

This enumeration provides the values for the ulFlags member of the VDS_DRIVE_LETTER_PROP structure.

Note  Additional constants might be added to the VDS_DRIVE_LETTER_FLAG enumeration in future Windows versions. For this reason, your application must be designed to gracefully handle an unrecognized VDS_DRIVE_LETTER_FLAG enumeration constant.
 

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header vds.h

See also

VDS Enumerations