ICCompressorFree
The ICCompressorFree function frees the resources in the COMPVARS structure used by other VCM functions.
void ICCompressorFree(
PCOMPVARS pc
);
Parameters
pc
Pointer to 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.
Requirements
** Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
** Windows 95/98/Me:** Included in Windows 95 and later.
** Header:** Declared in Vfw.h.
** Library:** Use Vfw32.lib.
See Also
Video Compression Manager, Video Compression Functions, COMPVARS, ICCompressorChoose, ICSeqCompressFrameStart, ICSeqCompressFrame, ICSeqCompressFrameEnd