ResUtilVerifyPropertyTable

The ResUtilVerifyPropertyTable utility function verifies that a property table is correctly formatted.

ResUtilVerifyPropertyTable(
  const PRESUTIL_PROPERTY_ITEM PropertyTable,  
  PVOID Reserved,                        
  BOOL AllowUnknownProperties,                        
  const PVOID InBuffer,                        
  DWORD InBufferSize,                          
  LPBYTE OutParams                   
);
 

Parameters

PropertyTable
[in] Pointer to the array of RESUTIL_PROPERTY_ITEM structures to verify.
Reserved
[in] Reserved.
AllowUnknownProperties
[in] Indicates whether or not unknown properties should be allowed in the property table. This parameter is set to TRUE if they should be allowed and FALSE otherwise.
InBuffer
[in] Pointer to the input buffer containing the property list to process.
InBufferSize
[in] Size in bytes of the input buffer pointed to by InBuffer.
OutParams
[out] Optional pointer to the parameter block to hold returned data.

Return Values

ERROR_SUCCESS
The property list was successfully verified.

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

QuickInfo

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