ICRemove function (vfw.h)

The ICRemove function removes an installed compressor.

Syntax

BOOL VFWAPI ICRemove(
  DWORD fccType,
  DWORD fccHandler,
  UINT  wFlags
);

Parameters

fccType

Four-character code indicating the type of data used by the compressor or decompressor. Specify "VIDC" for a video compressor or decompressor.

fccHandler

Four-character code identifying a specific compressor or a number between zero and the number of installed compressors of the type specified by fccType.

wFlags

Reserved; do not use.

Return value

Returns TRUE if successful or FALSE 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