Skip to content

Latest commit

 

History

History
86 lines (64 loc) · 2.69 KB

nf-clusapi-getclusternetworkkey.md

File metadata and controls

86 lines (64 loc) · 2.69 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.GetClusterNetworkKey
GetClusterNetworkKey function (clusapi.h)
Opens the root of the cluster database subtree for a network.
GetClusterNetworkKey
GetClusterNetworkKey function [Failover Cluster]
_wolf_getclusternetworkkey
clusapi/GetClusterNetworkKey
mscs.getclusternetworkkey
mscs\getclusternetworkkey.htm
MsCS
c5d914b4-0419-4c03-bed4-ecb87e44db5e
12/05/2018
GetClusterNetworkKey, GetClusterNetworkKey function [Failover Cluster], _wolf_getclusternetworkkey, clusapi/GetClusterNetworkKey, mscs.getclusternetworkkey
clusapi.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
ClusAPI.lib
ClusAPI.dll
Windows
19H1
GetClusterNetworkKey
clusapi/GetClusterNetworkKey
c++
APIRef
kbSyntax
DllExport
ClusAPI.dll
GetClusterNetworkKey

GetClusterNetworkKey function

-description

Opens the root of the cluster database subtree for a network.

-parameters

-param hNetwork [in]

Handle to a network.

-param samDesired [in]

Access mask that describes the security access needed for the new key.

-returns

If the operation succeeds, the function returns a registry key handle for the network.

If the operation fails, the function returns NULL. For more information about the error, call GetLastError.

-remarks

The GetClusterNetworkKey function returns a handle to a cluster database key representing the subtree root for the network identified by hNetwork. Callers should call ClusterRegCloseKey to close the key handle retrieved by GetClusterNetworkKey when they are done with it.

-see-also

ClusterRegCloseKey

GetLastError

OpenClusterNetwork