Microsoft DirectX 9.0 |
The FreeProps method frees resources allocated by the IPropertySetter::GetProps method. Call this method after calling GetProps, passing it the structures returned by GetProps.
Syntax
HRESULT FreeProps(
LONG cParams,
DEXTER_PARAM *paParam,
DEXTER_VALUE *paValue
);
Parameters
cParams
[in] Value that specifies the size of the array given in the paParam parameter.
paParam
[in] Pointer to an array of DEXTER_PARAM structures.
paValue
[in] Pointer to an array of DEXTER_VALUE structures.
Return Value
Returns S_OK.
Requirements
Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.
Library: Use strmiids.lib.
See Also