Skip to content

Latest commit

 

History

History
93 lines (71 loc) · 3.16 KB

nf-clusapi-addclusterresourcenode.md

File metadata and controls

93 lines (71 loc) · 3.16 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.AddClusterResourceNode
AddClusterResourceNode function (clusapi.h)
Adds a node to the list of possible nodes that a resource can run on.
AddClusterResourceNode
AddClusterResourceNode function [Failover Cluster]
PCLUSAPI_ADD_CLUSTER_RESOURCE_NODE
PCLUSAPI_ADD_CLUSTER_RESOURCE_NODE function [Failover Cluster]
_wolf_addclusterresourcenode
clusapi/AddClusterResourceNode
clusapi/PCLUSAPI_ADD_CLUSTER_RESOURCE_NODE
mscs.addclusterresourcenode
mscs\addclusterresourcenode.htm
MsCS
d87f9541-7cc6-4dbb-8f1f-e8e36462b01b
12/05/2018
AddClusterResourceNode, AddClusterResourceNode function [Failover Cluster], PCLUSAPI_ADD_CLUSTER_RESOURCE_NODE, PCLUSAPI_ADD_CLUSTER_RESOURCE_NODE function [Failover Cluster], _wolf_addclusterresourcenode, clusapi/AddClusterResourceNode, clusapi/PCLUSAPI_ADD_CLUSTER_RESOURCE_NODE, mscs.addclusterresourcenode
clusapi.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
ClusAPI.lib
ClusAPI.dll
Windows
19H1
AddClusterResourceNode
clusapi/AddClusterResourceNode
c++
APIRef
kbSyntax
DllExport
ClusAPI.dll
AddClusterResourceNode

AddClusterResourceNode function

-description

Adds a node to the list of possible nodes that a resource can run on. The PCLUSAPI_ADD_CLUSTER_RESOURCE_NODE type defines a pointer to this function.

-parameters

-param hResource [in]

Handle to a resource that will add a node to its possible owners list.

-param hNode [in]

Handle to the node to be added to the list of potential host nodes belonging to the resource identified by hResource.

-returns

If the operation succeeds, it returns ERROR_SUCCESS.

If the operation fails, AddClusterResourceNode returns one of the system error codes.

-remarks

Do not pass LPC and RPC handles to the same function call. Otherwise, the call will raise an RPC exception and can have additional destructive effects. For information on how LPC and RPC handles are created, see Using Object Handles and OpenCluster.

-see-also

OpenClusterNode

OpenClusterResource

RemoveClusterResourceNode