This topic has not yet been rated - Rate this topic

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.

If successful, this method returns S_OK.

This method may return E_INVALIDARG if it fails.

For information on installing codecs see IImagingFactory::InstallImageCodec.

Headerimaging.h
LibraryImaging.lib
Windows Embedded CEWindows CE 5.0 and later
Windows MobileWindows Mobile Version 5.0 and later
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.