The ICCompressorFree function frees the resources in the COMPVARS structure used by other VCM functions.
void ICCompressorFree(
PCOMPVARS pc
);
This function does not return a value.
Use this function to release the resources in the COMPVARS structure after using the ICCompressorChoose, ICSeqCompressFrameStart, ICSeqCompressFrame, and ICSeqCompressFrameEnd functions.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in vfw.h.
Import Library: Use vfw32.lib.
Video Compression Manager Overview, Video Compression Functions, COMPVARS, ICCompressorChoose, ICSeqCompressFrameStart, ICSeqCompressFrame, ICSeqCompressFrameEnd