ICCompressorFree

The ICCompressorFree function frees the resources in the COMPVARS 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.

QuickInfo

  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.

See Also

Video Compression Manager Overview, Video Compression Functions, COMPVARS, ICCompressorChoose, ICSeqCompressFrameStart, ICSeqCompressFrame, ICSeqCompressFrameEnd