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.