ICClose function (vfw.h)

The ICClose function closes a compressor or decompressor.

Syntax

LRESULT VFWAPI ICClose(
  HIC hic
);

Parameters

hic

Handle to a compressor or decompressor.

Return value

Returns ICERR_OK if successful or an error otherwise.

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