Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.44 KB

nf-clusapi-getcurrentclusternodeid.md

File metadata and controls

73 lines (59 loc) · 2.44 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.GetCurrentClusterNodeId
GetCurrentClusterNodeId macro (clusapi.h)
Returns the unique identifier of the current cluster node.
GetCurrentClusterNodeId
GetCurrentClusterNodeId macro [Failover Cluster]
clusapi/GetCurrentClusterNodeId
mscs.getcurrentclusternodeid
mscs\getcurrentclusternodeid.htm
MsCS
289abaaa-d063-4e99-91e7-441c58f7f75c
12/05/2018
GetCurrentClusterNodeId, GetCurrentClusterNodeId macro [Failover Cluster], clusapi/GetCurrentClusterNodeId, mscs.getcurrentclusternodeid
clusapi.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Windows
19H1
GetCurrentClusterNodeId
clusapi/GetCurrentClusterNodeId
c++
APIRef
kbSyntax
HeaderDef
ClusAPI.h
GetCurrentClusterNodeId

-description

Returns the unique identifier of the current cluster node.

-parameters

-param lpszNodeId [out]

This parameter points to a buffer that receives the unique ID of hNode, including the terminating NULL character.

-param lpcchName [in, out]

On input, pointer to the count of characters in the buffer pointed to by the lpszNodeId parameter, including the NULL terminator. On output, pointer to the count of characters stored in the buffer excluding the NULL terminator.

-remarks

Note that lpcchName refers to a count of characters and not a count of bytes, and that the returned size does not include the terminating NULL in the count. For more information on sizing buffers, see Data size conventions.

-see-also

GetClusterNodeId

Node Management Functions

OpenClusterNode