ClusterRemoveGroupFromGroupSet function (clusapi.h)
Removes the specified group from the groupset to which it is currently a member.
Syntax
DWORD ClusterRemoveGroupFromGroupSet(
[in] HGROUP hGroup
);
Parameters
[in] hGroup
A handle to the group to remove.
Return value
Returns ERROR_SUCCESS if successful, or if the group was not currently a member of a collection.
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 |