Skip to content

Latest commit

 

History

History
104 lines (87 loc) · 3.04 KB

nf-clusapi-clusterregdeletevalue.md

File metadata and controls

104 lines (87 loc) · 3.04 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.ClusterRegDeleteValue
ClusterRegDeleteValue function (clusapi.h)
Removes a named value from a cluster database key.
ClusterRegDeleteValue
ClusterRegDeleteValue function [Failover Cluster]
_wolf_clusterregdeletevalue
clusapi/ClusterRegDeleteValue
mscs.clusterregdeletevalue
mscs\clusterregdeletevalue.htm
MsCS
81d2936e-6f2c-48d9-b898-c1d8b2c946e6
12/05/2018
ClusterRegDeleteValue, ClusterRegDeleteValue function [Failover Cluster], _wolf_clusterregdeletevalue, clusapi/ClusterRegDeleteValue, mscs.clusterregdeletevalue
clusapi.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
ClusAPI.lib
ClusAPI.dll
Windows
19H1
ClusterRegDeleteValue
clusapi/ClusterRegDeleteValue
c++
APIRef
kbSyntax
DllExport
ClusAPI.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
ClusterRegDeleteValue

ClusterRegDeleteValue function

-description

Removes a named value from a cluster database key.

-parameters

-param hKey [in]

Handle to a currently open key.

-param lpszValueName [in]

Pointer to a null-terminated Unicode string containing the name of the value to be removed.

-returns

If the operation succeeds, the function returns ERROR_SUCCESS.

If the operation fails, the function returns a system error code.

-remarks

Do not call ClusterRegDeleteValue from the following resource DLL entry point functions:

ClusterRegDeleteValue can be safely called from any other resource DLL entry point function or from a worker thread. For more information, see Function Calls to Avoid in Resource DLLs.

-see-also

ClusterRegOpenKey