ResUtilFindULargeIntegerProperty function (resapi.h)

Gets a large integer property value from a property list. The PRESUTIL_FIND_ULARGEINTEGER_PROPERTY type defines a pointer to this function.

Syntax

DWORD ResUtilFindULargeIntegerProperty(
  [in]  const PVOID pPropertyList,
  [in]  DWORD       cbPropertyListSize,
  [in]  LPCWSTR     pszPropertyName,
  [out] ULONGLONG   *plPropertyValue
);

Parameters

[in] pPropertyList

A pointer to the property list.

[in] cbPropertyListSize

The size of the data in pPropertyList, in bytes.

[in] pszPropertyName

The name of the property.

[out] plPropertyValue

The value of the property.

Return value

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.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2016
Target Platform Windows
Header resapi.h
Library ResUtils.lib
DLL ResUtils.dll

See also

Property List Parsing Functions