CloseCluster

The CloseCluster function closes a connection to a cluster by invalidating its handle.

BOOL WINAPI CloseCluster(
  HCLUSTER hCluster   
);
 

Parameters

hCluster
[in] Handle to the cluster to close.

Return Values

TRUE
The operation was successful.
FALSE
The operation was unsuccessful; call the Win32 function GetLastError to obtain more detailed information.

QuickInfo

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