CloseClusterGroup function (clusapi.h)

Closes a group handle. The PCLUSAPI_CLOSE_CLUSTER_GROUP type defines a pointer to this function.

Syntax

BOOL CloseClusterGroup(
  [in] HGROUP hGroup
);

Parameters

[in] hGroup

Handle to the group 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 2008 Enterprise, Windows Server 2008 Datacenter
Target Platform Windows
Header clusapi.h
Library ClusAPI.lib
DLL ClusAPI.dll

See also

OpenClusterGroup