EvictClusterNode

The EvictClusterNode function deletes a node from the cluster database.

DWORD WINAPI EvictClusterNode(
  HNODE hNode  
);
 

Parameters

hNode
[in]Handle to the node to delete.

Return Values

ERROR_SUCCESS
The operation was successful.

If the operation was unsuccessful, EvictClusterNode returns a Win32 error value.

Remarks

To reinstate an evicted node, you must first remove Cluster Server from the node and then reinstall it. During installation, choose the Join an Existing Cluster option.

QuickInfo

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