IImagingFactory::UninstallImageCodec
Windows Mobile 6.5
A version of this page is also available for
4/8/2010
This method is used to uninstall an imaging codec.
HRESULT UninstallImageCodec( const WCHAR* codecName, UINT flags );
- codecName
-
[in] A WCHAR array containing the name of the imaging codec.
- flags
-
[in] A UINT value that identifies the part of the registry that the codec should be removed from.
Set this parameter to one of the ImageCodecFlags enumeration values in the following table.
Flag Description ImageCodecFlagsUser
Removes codec information from the HKEY_CURRENT_USER branch of the registry.
ImageCodecFlagsSystem
Removes codec information from the HKEY_LOCAL_MACHINE branch of the registry.
For information on installing codecs see IImagingFactory::InstallImageCodec.