Skip to content

Latest commit

 

History

History
116 lines (89 loc) · 3.38 KB

nf-clusapi-openclusternode.md

File metadata and controls

116 lines (89 loc) · 3.38 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.OpenClusterNode
OpenClusterNode function (clusapi.h)
Opens a node and returns a handle to it. (OpenClusterNode)
OpenClusterNode
OpenClusterNode function [Failover Cluster]
PCLUSAPI_OPEN_CLUSTER_NODE
PCLUSAPI_OPEN_CLUSTER_NODE function [Failover Cluster]
_wolf_openclusternode
clusapi/OpenClusterNode
clusapi/PCLUSAPI_OPEN_CLUSTER_NODE
mscs.openclusternode
mscs\openclusternode.htm
MsCS
7658a030-d4b2-407c-829f-61491b5907e6
12/05/2018
OpenClusterNode, OpenClusterNode function [Failover Cluster], PCLUSAPI_OPEN_CLUSTER_NODE, PCLUSAPI_OPEN_CLUSTER_NODE function [Failover Cluster], _wolf_openclusternode, clusapi/OpenClusterNode, clusapi/PCLUSAPI_OPEN_CLUSTER_NODE, mscs.openclusternode
clusapi.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
ClusAPI.lib
ClusAPI.dll
Windows
19H1
OpenClusterNode
clusapi/OpenClusterNode
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
ext-ms-win-cluster-clusapi-l1-1-3.dll
OpenClusterNode

OpenClusterNode function

-description

Opens a node and returns a handle to it. The PCLUSAPI_OPEN_CLUSTER_NODE type defines a pointer to this function.

-parameters

-param hCluster [in]

Handle to a cluster returned from the OpenCluster or OpenClusterEx functions.

-param lpszNodeName [in]

Pointer to the NetBIOS name of an existing node. If the DNS name of the node is used, the OpenClusterNode function will fail and GetLastError will return ERROR_CLUSTER_NODE_NOT_FOUND.

-returns

If the operation was successful, OpenClusterNode returns a node handle.

Return code Description
NULL
The operation was not successful. For more information about the error, call the function GetLastError.

-see-also

CloseClusterNode

Node Management Functions

OpenCluster

OpenClusterEx

OpenClusterNodeEx