CloseClusterNode

The CloseClusterNode function closes a node by invalidating its handle.

BOOL WINAPI CloseClusterNode(
  HNODE hNode  
);
 

Parameters

hNode
[in] Handle to an existing node.

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.