Skip to content

Latest commit

 

History

History
96 lines (71 loc) · 3.34 KB

nf-resapi-resutilgetpropertyformats.md

File metadata and controls

96 lines (71 loc) · 3.34 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.ResUtilGetPropertyFormats
ResUtilGetPropertyFormats function (resapi.h)
Returns a property format list describing the format of a specified set of properties. The PRESUTIL_GET_PROPERTY_FORMATS type defines a pointer to this function.
PRESUTIL_GET_PROPERTY_FORMATS
PRESUTIL_GET_PROPERTY_FORMATS function [Failover Cluster]
ResUtilGetPropertyFormats
ResUtilGetPropertyFormats function [Failover Cluster]
_wolf_resutilgetpropertyformats
mscs.resutilgetpropertyformats
resapi/PRESUTIL_GET_PROPERTY_FORMATS
resapi/ResUtilGetPropertyFormats
mscs\resutilgetpropertyformats.htm
MsCS
034c7a4f-4219-47ea-afb0-a7c634d1b544
12/05/2018
PRESUTIL_GET_PROPERTY_FORMATS, PRESUTIL_GET_PROPERTY_FORMATS function [Failover Cluster], ResUtilGetPropertyFormats, ResUtilGetPropertyFormats function [Failover Cluster], _wolf_resutilgetpropertyformats, mscs.resutilgetpropertyformats, resapi/PRESUTIL_GET_PROPERTY_FORMATS, resapi/ResUtilGetPropertyFormats
resapi.h
Windows
None supported
Windows Server 2008 Datacenter, Windows Server 2008 Enterprise
ResUtils.lib
ResUtils.dll
Windows
19H1
ResUtilGetPropertyFormats
resapi/ResUtilGetPropertyFormats
c++
APIRef
kbSyntax
DllExport
ResUtils.dll
ResUtilGetPropertyFormats

ResUtilGetPropertyFormats function

-description

Returns a property format list describing the format of a specified set of properties. The PRESUTIL_GET_PROPERTY_FORMATS type defines a pointer to this function.

-parameters

-param pPropertyTable [in]

Pointer to a RESUTIL_PROPERTY_ITEM property table specifying the properties whose formats are to be retrieved.

-param pOutPropertyFormatList [out]

On input, pointer to a buffer. On a successful return, pointer to a property format list describing the format of each property specified by pPropertyTable.

-param cbPropertyFormatListSize [in]

Specifies the allocated size (in bytes) of the buffer pointed to by pOutPropertyFormatList.

-param pcbBytesReturned [out]

Pointer to the actual size (in bytes) of the property format list that results from the operation.

-param pcbRequired [out]

If the buffer pointed to by the pOutPropertyFormatList parameter is too small to hold the resulting data, pcbRequired points to the required buffer size (in bytes).

-returns

Returns ERROR_SUCCESS if the operation was successful.

-see-also

CLUSCTL_CLUSTER_GET_COMMON_PROPERTY_FMTS

General Utility Functions

RESUTIL_PROPERTY_ITEM