Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 1.9 KB

nf-resapi-resutilsetvalueex.md

File metadata and controls

83 lines (64 loc) · 1.9 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:resapi.ResUtilSetValueEx
ResUtilSetValueEx function (resapi.h)
Sets a value in the cluster database.
ResUtilSetValueEx
ResUtilSetValueEx function [Failover Cluster]
mscs.resutilsetvalueex
resapi/ResUtilSetValueEx
mscs\resutilsetvalueex.htm
MsCS
AE0D9AF5-3161-453F-95FC-C759640AF58B
12/05/2018
ResUtilSetValueEx, ResUtilSetValueEx function [Failover Cluster], mscs.resutilsetvalueex, resapi/ResUtilSetValueEx
resapi.h
Windows
None supported
Windows Server 2012 R2
ResUtils.lib
ResUtils.dll
Windows
19H1
ResUtilSetValueEx
resapi/ResUtilSetValueEx
c++
APIRef
kbSyntax
DllExport
ResUtils.dll
ResUtilSetValueEx

ResUtilSetValueEx function

-description

Sets a value in the cluster database.

-parameters

-param hkeyClusterKey [in]

A key that identifies the location of the value in the cluster database.

-param valueName [in]

A Null-terminated Unicode string that contains the name of the value to update.

-param valueType [in]

A flag that indicates the type of the value to update.

-param valueData [in]

A pointer to the new data for the value.

-param valueSize [in]

The size of the new value, in bytes.

-param flags [in]

The flags that specify settings for the operation.

-returns

Returns ERROR_SUCCESS if the operation succeeds; otherwise, returns a system error code.