Skip to content

Latest commit

 

History

History
139 lines (86 loc) · 4.66 KB

ns-vds-vds_volume_prop.md

File metadata and controls

139 lines (86 loc) · 4.66 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:vds._VDS_VOLUME_PROP
VDS_VOLUME_PROP (vds.h)
Defines the properties of a volume object.
*PVDS_VOLUME_PROP
PVDS_VOLUME_PROP
PVDS_VOLUME_PROP structure pointer [VDS]
VDS_VOLUME_PROP
VDS_VOLUME_PROP structure [VDS]
base.vds_volume_prop
vds/PVDS_VOLUME_PROP
vds/_VDS_VOLUME_PROP
base\vds_volume_prop.htm
base
3628b312-f830-4a1c-beb7-ad002a94313c
12/05/2018
*PVDS_VOLUME_PROP, PVDS_VOLUME_PROP, PVDS_VOLUME_PROP structure pointer [VDS], VDS_VOLUME_PROP, VDS_VOLUME_PROP structure [VDS], base.vds_volume_prop, vds/PVDS_VOLUME_PROP, vds/_VDS_VOLUME_PROP
vds.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
VDS_VOLUME_PROP, *PVDS_VOLUME_PROP
19H1
_VDS_VOLUME_PROP
vds/_VDS_VOLUME_PROP
PVDS_VOLUME_PROP
vds/PVDS_VOLUME_PROP
VDS_VOLUME_PROP
vds/VDS_VOLUME_PROP
c++
APIRef
kbSyntax
HeaderDef
Vds.h
VDS_VOLUME_PROP

VDS_VOLUME_PROP structure

-description

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

Defines the properties of a volume object.

-struct-fields

-field id

The GUID of the volume.

-field type

A VDS_VOLUME_TYPE enumeration value that specifies the type of the volume. Volume types are simple, spanned, striped (RAID-0), mirrored, or striped with parity (RAID-5).

-field status

A VDS_VOLUME_STATUS enumeration value that specifies the status of the volume.

-field health

A VDS_HEALTH enumeration value that specifies the health state of the volume.

-field TransitionState

A VDS_TRANSITION_STATE enumeration value that specifies the transition state of the volume.

-field ullSize

The size of the volume, in bytes.

-field ulFlags

A bitmask of VDS_VOLUME_FLAG enumeration values that describe the volume.

-field RecommendedFileSystemType

A VDS_FILE_SYSTEM_TYPE enumeration value that specifies the preferred file system for the volume. Must be one of the following: VDS_FST_NTFS, VDS_FST_FAT, VDS_FST_FAT32, VDS_FST_UDF, VDS_FST_CDFS, or VDS_FST_UNKNOWN.

-field pwszName

The name used to open a handle for the volume with the CreateFile function. For example, \?\GLOBALROOT\Device\HarddiskVolume1.

-remarks

The IVdsVolume::GetProperties method returns this structure to report the properties of a volume object.

When a volume is offline, the VDS_VF_PERMANENTLY_DISMOUNTED flag is set in the ulFlags member of the VDS_VOLUME_PROP structure, and the VDS_VS_OFFLINE volume status value is also set in the status member of this structure.

-see-also

IVdsVolume::GetProperties

VDS Structures

VDS_FILE_SYSTEM_TYPE

VDS_HEALTH

VDS_TRANSITION_STATE

VDS_VOLUME_FLAG

VDS_VOLUME_PROP2

VDS_VOLUME_STATUS

VDS_VOLUME_TYPE