ResUtilFreeParameterBlock

The ResUtilFreeParameterBlock utility function deallocates memory that has been allocated for a parameter block.

void WINAPI ResUtilFreeParameterBlock(
  LPBYTE OutParams,                          
  const LPBYTE InParams,                      
  const PRESUTIL_PROPERTY_ITEM PropertyTable  
);
 

Parameters

OutParams
[in, out] Pointer to the parameter block to deallocate.
InParams
[in] Pointer to the parameter block to use as a reference.
PropertyTable
[in] Pointer to an array of RESUTIL_PROPERTY_ITEM structures describing the properties in the input parameter block.

Return Values

None.

Notes to Callers

A parameter block is a buffer or structure that contains the data or pointers to data for the properties described in a property table. ResUtilFreeParameterBlock deallocates any memory allocated for a variable that is a member of the output parameter block that is not also pointed to by the input parameter block.

QuickInfo

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