GetDVMountPoints method of the WT_Disk class

Returns a list of all volume mount points that are associated with a virtual disk that was mounted via Data View. This is used for locally mounted shadow copies.

Windows Server 2012 R2: This method is deprecated.

Syntax

sint32 GetDVMountPoints(
  [out] string MountPoints[]
);

Parameters

MountPoints [out]

An array of strings that contain volume mount points.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Wmi
MOF
WmiWtProvider.mof
DLL
WtWmiProv.dll

See also

WT_Disk