ResUtilVerifyPrivatePropertyList

The ResUtilVerifyPrivatePropertyList utility function verifies that a property list is correctly formatted.

DWORD WINAPI ResUtilVerifyPrivatePropertyList(
  const PVOID InBuffer,  
  DWORD InBufferSize  
);
 

Parameters

InBuffer
[in] Pointer to an input buffer containing the property list to verify.
InBufferSize
[in] Size of the input buffer pointed to by InBuffer.

Return Values

ERROR_SUCCESS
The property list was successfully verified.

If the operation was unsuccessful, ResUtilVerifyPrivatePropertyList returns a Win32® error value.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in clusapi.h.