Skip to content

Latest commit

 

History

History
85 lines (67 loc) · 3.14 KB

nf-cluadmex-igetclusternodeinfo-getnodehandle.md

File metadata and controls

85 lines (67 loc) · 3.14 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:cluadmex.IGetClusterNodeInfo.GetNodeHandle
IGetClusterNodeInfo::GetNodeHandle (cluadmex.h)
Returns a handle to a node.
GetNodeHandle
GetNodeHandle method [Failover Cluster]
GetNodeHandle method [Failover Cluster]
IGetClusterNodeInfo interface
IGetClusterNodeInfo interface [Failover Cluster]
GetNodeHandle method
IGetClusterNodeInfo.GetNodeHandle
IGetClusterNodeInfo::GetNodeHandle
_wolf_igetclusternodeinfo_getnodehandle
cluadmex/IGetClusterNodeInfo::GetNodeHandle
mscs.igetclusternodeinfo_getnodehandle
mscs\igetclusternodeinfo_getnodehandle.htm
MsCS
d1932844-9900-4a16-8c9a-39f89bddfdb0
12/05/2018
GetNodeHandle, GetNodeHandle method [Failover Cluster], GetNodeHandle method [Failover Cluster],IGetClusterNodeInfo interface, IGetClusterNodeInfo interface [Failover Cluster],GetNodeHandle method, IGetClusterNodeInfo.GetNodeHandle, IGetClusterNodeInfo::GetNodeHandle, _wolf_igetclusternodeinfo_getnodehandle, cluadmex/IGetClusterNodeInfo::GetNodeHandle, mscs.igetclusternodeinfo_getnodehandle
cluadmex.h
Windows
None supported
Windows Server 2003 Enterprise, Windows Server 2003 Datacenter
CluAdmEx.idl
Windows
19H1
IGetClusterNodeInfo::GetNodeHandle
cluadmex/IGetClusterNodeInfo::GetNodeHandle
c++
APIRef
kbSyntax
COM
cluadmex.h
IGetClusterNodeInfo.GetNodeHandle

IGetClusterNodeInfo::GetNodeHandle

-description

[This method is available for use in the operating systems specified in the Requirements section. Support for this method was removed in Windows Server 2008.]

Returns a handle to a node.

-parameters

-param lObjIndex [in]

A number representing the zero-based index of the target node. lObjIndex is restricted to the number that can be retrieved by calling IGetClusterDataInfo::GetObjectCount.

-returns

If GetNodeHandle is successful, it returns a handle for the node represented by lObjIndex.

If GetNodeHandle is not successful, it returns NULL. For more information about the error, call the function GetLastError.

-remarks

Do not close the handle obtained through this method.

-see-also

IGetClusterDataInfo::GetObjectCount

IGetClusterNodeInfo