VDS_REPARSE_POINT_PROP structure (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 reparse-point properties of a volume object.

Syntax

typedef struct VDS_REPARSE_POINT_PROP {
  VDS_OBJECT_ID SourceVolumeId;
  LPWSTR        pwszPath;
} VDS_REPARSE_POINT_PROP, *PVDS_REPARSE_POINT_PROP;

Members

SourceVolumeId

The GUID of the volume object that contains the reparse point.

pwszPath

A string for a path without a drive letter. For example, "\mount".

Remarks

The IVdsVolumeMF::QueryReparsePoints method returns this structure to report the reparse-point properties of a volume object.

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

IVdsVolumeMF::QueryReparsePoints

VDS Structures