ICCompressorFree
The ICCompressorFree
function frees the resources in the COMPVARS3ICXIX structure used by other VCM functions.
void ICCompressorFree(
PCOMPVARS pc |
|
); |
|
Parameters
pc
Address of
the COMPVARS structure containing the resources to be freed.
Return Values
This function
does not return a value.
Remarks
Use this
function to release the resources in the COMPVARS structure after using
the ICCompressorChoose, ICSeqCompressFrameStart, ICSeqCompressFrame,
and ICSeqCompressFrameEnd functions.
See Also