VerifyPath method of the MSCluster_Cluster class

Verifies if the path is valid cluster storage for the resource group.

Syntax

void VerifyPath(
  [in]  string Path,
  [in]  string Group,
  [out] uint32 result
);

Parameters

Path [in]

The path to verify.

Group [in]

The group to verify the path for.

result [out]

The result of the path validation.

Valid (0)

Available Storage (1)

Smb (2)

Non Cluster (3)

Not Valid (128)

Not In Group (129)

Other Group (130)

Return value

This method does not return a value.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\MSCluster
MOF
ClusWmi.mof
DLL
ClusWMI.dll

See also

MSCluster_Cluster