Skip to content

Latest commit

 

History

History
77 lines (63 loc) · 2.5 KB

nf-clusapi-evictclusternode.md

File metadata and controls

77 lines (63 loc) · 2.5 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:clusapi.EvictClusterNode
EvictClusterNode function (clusapi.h)
Deletes a node from the cluster database.
EvictClusterNode
EvictClusterNode function [Failover Cluster]
PCLUSAPI_EVICT_CLUSTER_NODE
PCLUSAPI_EVICT_CLUSTER_NODE function [Failover Cluster]
_wolf_evictclusternode
clusapi/EvictClusterNode
clusapi/PCLUSAPI_EVICT_CLUSTER_NODE
mscs.evictclusternode
mscs\evictclusternode.htm
MsCS
0353b640-5fa6-4e83-a7e5-1b4bd2ca16d9
12/05/2018
EvictClusterNode, EvictClusterNode function [Failover Cluster], PCLUSAPI_EVICT_CLUSTER_NODE, PCLUSAPI_EVICT_CLUSTER_NODE function [Failover Cluster], _wolf_evictclusternode, clusapi/EvictClusterNode, clusapi/PCLUSAPI_EVICT_CLUSTER_NODE, mscs.evictclusternode
clusapi.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
ClusAPI.lib
ClusAPI.dll
Windows
19H1
EvictClusterNode
clusapi/EvictClusterNode
c++
APIRef
kbSyntax
DllExport
ClusAPI.dll
Ext-MS-Win-Cluster-ClusAPI-l1-1-0.dll
Ext-MS-Win-Cluster-ClusAPI-l1-1-1.dll
Ext-MS-Win-Cluster-ClusAPI-l1-1-2.dll
EvictClusterNode

EvictClusterNode function

-description

Deletes a node from the cluster database. The PCLUSAPI_EVICT_CLUSTER_NODE type defines a pointer to this function.

-parameters

-param hNode [in]

Handle to the node to delete.

-returns

If the operation succeeds, the function returns ERROR_SUCCESS.

If the operation fails, the function returns a system error code.

-remarks

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

-see-also

OpenClusterNode