GetGroups method of the MSCluster_GroupSet class

Gets the groups that are providers for the group.

Syntax

uint32 GetGroups(
  [in]  string DependentGroup,
  [in]  string ProviderGroup,
  [out] string Groups[]
);

Parameters

DependentGroup [in]

The name of the group to find the providers of.

ProviderGroup [in]

The name of the group to find the dependents of.

Groups [out]

On success, returns the providers for the group.

Requirements

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

See also

MSCluster_GroupSet