CloseClusterGroup

The CloseClusterGroup function closes a group by invalidating its handle, a handle returned from OpenClusterGroup or CreateClusterGroup.

BOOL WINAPI CloseClusterGroup(
  HGROUP hGroup  
);
 

Parameters

hGroup
[in] Handle to the group to close.

Return Values

TRUE
The operation was successful.
FALSE
The operation was unsuccessful. For more detailed information about the error, call the Win32 function GetLastError.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in clusapi.h.