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
);
None.
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.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.