ICRemove

The ICRemove function removes an installed compressor.

BOOL 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 Values

Returns TRUE if successful or FALSE otherwise.

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