VSS_VOLUME_PROP structure (vsmgmt.h)

The VSS_VOLUME_PROP structure contains the properties of a shadow copy source volume.

Syntax

typedef struct _VSS_VOLUME_PROP {
  VSS_PWSZ m_pwszVolumeName;
  VSS_PWSZ m_pwszVolumeDisplayName;
} VSS_VOLUME_PROP, *PVSS_VOLUME_PROP;

Members

m_pwszVolumeName

The volume name, in \?\Volume{GUID}\ format.

m_pwszVolumeDisplayName

A pointer to a null-terminated Unicode string that contains the shortest mount point that can be displayed to the user. The mount point can be a drive letter, for example, C:, or a mounted folder, for example, C:\WriterData\Archive.

Requirements

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

See also

VSS_MGMT_OBJECT_UNION

Volume Shadow Copy API Structures