Skip to content

Latest commit

 

History

History
139 lines (110 loc) · 4.45 KB

nf-resapi-resutilgetallproperties.md

File metadata and controls

139 lines (110 loc) · 4.45 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.ResUtilGetAllProperties
ResUtilGetAllProperties function (resapi.h)
Returns a property list that includes all of the default and unknown properties for a cluster object. The PRESUTIL_GET_ALL_PROPERTIES type defines a pointer to this function.
PRESUTIL_GET_ALL_PROPERTIES
PRESUTIL_GET_ALL_PROPERTIES function [Failover Cluster]
ResUtilGetAllProperties
ResUtilGetAllProperties function [Failover Cluster]
_wolf_resutilgetallproperties
mscs.resutilgetallproperties
resapi/PRESUTIL_GET_ALL_PROPERTIES
resapi/ResUtilGetAllProperties
mscs\resutilgetallproperties.htm
MsCS
18a27e1c-e709-4b0a-97c1-b0697deb8dc7
12/05/2018
PRESUTIL_GET_ALL_PROPERTIES, PRESUTIL_GET_ALL_PROPERTIES function [Failover Cluster], ResUtilGetAllProperties, ResUtilGetAllProperties function [Failover Cluster], _wolf_resutilgetallproperties, mscs.resutilgetallproperties, resapi/PRESUTIL_GET_ALL_PROPERTIES, resapi/ResUtilGetAllProperties
resapi.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
ResUtils.lib
ResUtils.dll
Windows
19H1
ResUtilGetAllProperties
resapi/ResUtilGetAllProperties
c++
APIRef
kbSyntax
DllExport
ResUtils.dll
ResUtilGetAllProperties

ResUtilGetAllProperties function

-description

Returns a property list that includes all of the default and unknown properties for a cluster object. The PRESUTIL_GET_ALL_PROPERTIES type defines a pointer to this function.

-parameters

-param hkeyClusterKey [in]

Pointer to the cluster database key that identifies the location of the properties to retrieve.

-param pPropertyTable [in]

Pointer to an array of RESUTIL_PROPERTY_ITEM structures that describe the properties to retrieve.

-param pOutPropertyList [out]

Pointer to an output buffer in which to return the property list.

-param cbOutPropertyListSize [in]

Size in bytes of the output buffer pointed to by OutBuffer.

-param pcbBytesReturned [out]

Pointer to the total number of bytes in the property list pointed to by OutBuffer.

-param pcbRequired [out]

Pointer to the number of bytes that is required if OutBuffer is too small.

-returns

If the operations succeeds, the function returns ERROR_SUCCESS.

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

Return code Description
ERROR_BAD_ARGUMENTS
One or more of the input parameters were invalid.
ERROR_NOT_ENOUGH_MEMORY
There was an error allocating memory.
ERROR_MORE_DATA
The size of the output buffer is too small to hold the resulting data. The pcbRequired parameter points to the correct size.

-remarks

The ResUtilGetAllProperties utility function makes an entry in the property list for each property that is:

  • Included in the property table.
  • Included in the cluster database below the key identified by the ClusterKey parameter, regardless of whether the property is included in the property table.

-see-also

RESUTIL_PROPERTY_ITEM