Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RemoveClusterGroupSetDependency function (clusapi.h)

Removes a groupset from a groupset's dependency expression.

Syntax

DWORD RemoveClusterGroupSetDependency(
 [in] HGROUPSET hGroupSet,
 [in] HGROUPSET hDependsOn
);

Parameters

[in] hGroupSet

The groupset from which to remove the dependency.

[in] hDependsOn

The collection to remove

Return value

If the operation succeeds, the function returns ERROR_SUCCESS.

If the operation fails, the function returns a system error code.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2016
Target Platform Windows
Header clusapi.h
Library ClusAPI.lib
DLL ClusAPI.dll

Feedback

Was this page helpful?

Additional resources