Skip to content

Latest commit

 

History

History
113 lines (87 loc) · 4.49 KB

nf-resapi-resutilsetunknownproperties.md

File metadata and controls

113 lines (87 loc) · 4.49 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.ResUtilSetUnknownProperties
ResUtilSetUnknownProperties function (resapi.h)
Stores a cluster object's unknown properties in the cluster database.
PRESUTIL_SET_UNKNOWN_PROPERTIES
PRESUTIL_SET_UNKNOWN_PROPERTIES function [Failover Cluster]
ResUtilSetUnknownProperties
ResUtilSetUnknownProperties function [Failover Cluster]
_wolf_resutilsetunknownproperties
mscs.resutilsetunknownproperties
resapi/PRESUTIL_SET_UNKNOWN_PROPERTIES
resapi/ResUtilSetUnknownProperties
mscs\resutilsetunknownproperties.htm
MsCS
ee729a3d-9d10-459c-b57d-de17f29d8ae8
12/05/2018
PRESUTIL_SET_UNKNOWN_PROPERTIES, PRESUTIL_SET_UNKNOWN_PROPERTIES function [Failover Cluster], ResUtilSetUnknownProperties, ResUtilSetUnknownProperties function [Failover Cluster], _wolf_resutilsetunknownproperties, mscs.resutilsetunknownproperties, resapi/PRESUTIL_SET_UNKNOWN_PROPERTIES, resapi/ResUtilSetUnknownProperties
resapi.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
ResUtils.lib
ResUtils.dll
Windows
19H1
ResUtilSetUnknownProperties
resapi/ResUtilSetUnknownProperties
c++
APIRef
kbSyntax
DllExport
ResUtils.dll
ResUtilSetUnknownProperties

ResUtilSetUnknownProperties function

-description

Stores a cluster object's unknown properties in the cluster database.

-parameters

-param hkeyClusterKey [in]

Cluster database key identifying the location of the properties to set.

-param pPropertyTable [in]

Pointer to a property table specifying properties that should NOT be set by this function.

-param pInPropertyList [in]

Pointer to a property list. Any properties that appear in this list and that do NOT appear in pInPropertyList are set.

-param cbInPropertyListSize [in]

Pointer to the size in bytes of the input buffer pointed to by pInPropertyList.

-returns

If the operation succeeds, the function returns ERROR_SUCCESS.

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

-remarks

ResUtilSetUnknownProperties only sets the properties listed in pInPropertyList that are NOT listed in pPropertyTable.

Use the ResUtilAddUnknownProperties to create the property list and ResUtilGetAllProperties to retrieve unknown properties.

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

ResUtilSetUnknownProperties 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

ResUtilAddUnknownProperties

ResUtilGetAllProperties