IImagingFactory::UninstallImageCodec (Windows CE 5.0)

Send Feedback

This method is used to uninstall an imaging codec.

HRESULT UninstallImageCodec(  const WCHAR* codecName,  UINT         flags);

Parameters

  • 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.

Return Values

If successful, this method returns S_OK.

This method may return E_INVALIDARG if it fails.

Remarks

For information on installing codecs see IImagingFactory::InstallImageCodec.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Imaging.h.
Link Library: Imaging.

See Also

IImagingFactory | ImageCodecFlags | IImagingFactory::InstallImageCodec

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.