ICCompressorFree function (vfw.h)

The ICCompressorFree function frees the resources in the COMPVARS structure used by other VCM functions.

Syntax

void VFWAPI ICCompressorFree(
  PCOMPVARS pc
);

Parameters

pc

Pointer to the COMPVARS structure containing the resources to be freed.

Return value

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

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header vfw.h
Library Vfw32.lib
DLL Msvfw32.dll

See also

Video Compression Functions

Video Compression Manager