2.2.2.16.2.1 VDS_REPARSE_POINT_PROP

The VDS_REPARSE_POINT_PROP structure defines the reparse point properties of the mount point to a volume object.

 typedef struct VDS_REPARSE_POINT_PROP {
   VDS_OBJECT_ID SourceVolumeId;
   [string] WCHAR* pwszPath;
 } VDS_REPARSE_POINT_PROP,
  *PVDS_REPARSE_POINT_PROP;

SourceVolumeId: The VDS object ID of the volume object that the reparse point refers to.

pwszPath: The null-terminated Unicode path of the reparse point. The path does not contain a drive letter; for example, "\mount".