Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method allows an application to get the list of installed image decoders.
HRESULT GetInstalledDecoders( UINT* count, ImageCodecInfo** decoders);
Parameters
- count
[out] A UINT value containing the number of installed image decoders. - decoders
[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 | ImageCodecInfo | CoTaskMemFree
Send Feedback on this topic to the authors