RemoveClusterGroupToGroupSetDependency function (clusapi.h)
Removes a groupset from a group's dependency expression.
Syntax
DWORD RemoveClusterGroupToGroupSetDependency(
[in] HGROUP hGroup,
[in] HGROUPSET hDependsOn
);
Parameters
[in] hGroup
The group from which to remove the dependency.
[in] hDependsOn
The groupset 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 |