ResUtilVerifyPrivatePropertyList function (resapi.h)

Verifies that a property list is correctly formatted.

Syntax

DWORD ResUtilVerifyPrivatePropertyList(
  [in] const PVOID pInPropertyList,
  [in] DWORD       cbInPropertyListSize
);

Parameters

[in] pInPropertyList

Pointer to an input buffer containing the property list to verify.

[in] cbInPropertyListSize

Size of the input buffer pointed to by pInPropertyList.

Return value

If the operation succeeds, the function returns ERROR_SUCCESS.

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

Requirements

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

See also

ResUtilSetPrivatePropertyList