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.
Requirements
** Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
** Windows 95/98/Me:** Included in Windows 95 and later.
** Header:** Declared in Vfw.h.
** Library:** Use Vfw32.lib.
See Also