Skip to content

Latest commit

 

History

History
100 lines (80 loc) · 3.07 KB

nf-resapi-resutilgetproperty.md

File metadata and controls

100 lines (80 loc) · 3.07 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.ResUtilGetProperty
ResUtilGetProperty function (resapi.h)
Returns a specified property from the cluster database. The PRESUTIL_GET_PROPERTY type defines a pointer to this function.
PRESUTIL_GET_PROPERTY
PRESUTIL_GET_PROPERTY function [Failover Cluster]
ResUtilGetProperty
ResUtilGetProperty function [Failover Cluster]
_wolf_resutilgetproperty
mscs.resutilgetproperty
resapi/PRESUTIL_GET_PROPERTY
resapi/ResUtilGetProperty
mscs\resutilgetproperty.htm
MsCS
f1c6f69c-fc64-4e64-9543-449fc8780eef
12/05/2018
PRESUTIL_GET_PROPERTY, PRESUTIL_GET_PROPERTY function [Failover Cluster], ResUtilGetProperty, ResUtilGetProperty function [Failover Cluster], _wolf_resutilgetproperty, mscs.resutilgetproperty, resapi/PRESUTIL_GET_PROPERTY, resapi/ResUtilGetProperty
resapi.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
ResUtils.lib
ResUtils.dll
Windows
19H1
ResUtilGetProperty
resapi/ResUtilGetProperty
c++
APIRef
kbSyntax
DllExport
ResUtils.dll
ResUtilGetProperty

ResUtilGetProperty function

-description

Returns a specified property from the cluster database. The PRESUTIL_GET_PROPERTY type defines a pointer to this function.

-parameters

-param hkeyClusterKey [in]

Pointer to the cluster database key identifying the location of the property to retrieve.

-param pPropertyTableItem [in]

Pointer to a RESUTIL_PROPERTY_ITEM structure that describes the property to retrieve.

-param pOutPropertyItem [out]

Pointer to an output buffer in which to return the requested property. It is assumed that the buffer is part of a property list.

-param pcbOutPropertyItemSize [in, out]

Pointer to the size in bytes of the output buffer pointed to by pOutPropertyItem.

-returns

If the operations succeeds, the function returns ERROR_SUCCESS.

If the operation fails, the function returns a system error code. The following is a possible error code.

Return code Description
ERROR_BAD_ARGUMENTS
One or more of the input parameters were invalid.

-see-also

RESUTIL_PROPERTY_ITEM