CloseClusterGroupSet function (clusapi.h)

Closes a groupset handle returned from OpenClusterGroupSet.

Syntax

BOOL CloseClusterGroupSet(
  [in] HGROUPSET hGroupSet
);

Parameters

[in] hGroupSet

The handle to close

Return value

Return code Description
TRUE
The operation was successful.
FALSE
The operation was not successful. For more information about the error, call the function GetLastError.

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