VDS_LUN_PLEX_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 LUN plex object.
Syntax
typedef enum _VDS_LUN_PLEX_FLAG {
VDS_LPF_LBN_REMAP_ENABLED
} VDS_LUN_PLEX_FLAG;
Constants
VDS_LPF_LBN_REMAP_ENABLED If set, the provider remaps LUN extents to drive extents automatically. This flag corresponds to the VDS_LF_LBN_REMAP_ENABLED value of the VDS_LUN_FLAG enumeration. |
Remarks
This enumeration provides the value for the ulFlags member of the VDS_LUN_PLEX_PROP structure.
Note Additional constants might be added to the VDS_LUN_PLEX_FLAG enumeration in future Windows versions. For this reason, your application must be designed to gracefully handle an unrecognized VDS_LUN_PLEX_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 |