IImagingFactory::GetInstalledEncoders (Windows CE 5.0)

Send Feedback

This method allows an application to get the list of installed image encoders.

HRESULT GetInstalledEncoders(  UINT*            count,  ImageCodecInfo** encoders);

Parameters

  • count
    [out] A UINT value containing the number of installed image encoders.
  • encoders
    [out] A pointer to an array of ImageCodecInfo objects. When your application is done with this array, call CoTaskMemFree to free its memory.

Return Values

If successful, this method returns S_OK.

This method may return E_POINTER if it fails.

Requirements

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

See Also

IImagingFactory |

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.