Share via


IImageDecoder::GetAllPropertyItems (Windows CE 5.0)

Send Feedback

This method retrieves all metadata about the image being decoded.

HRESULT GetAllPropertyItems(  UINT          totalBufferSize,  UINT          numProperties,  PropertyItem* allItems);

Parameters

  • totalBufferSize
    [in] A UINT value specifying the size, in bytes, of the allItems buffer.

    Use the IImageDecoder::GetPropertySize method to obtain this information.

  • numProperties
    [in] A UINT value specifying the number of property items associated with the image.

    Use the IImageDecoder::GetPropertySize method to obtain this information.

  • allItems
    [in, out] An array of PropertyItem objects containing the properties associated with this image and the values for those properties.

Return Values

If successful, this method returns S_OK.

This method may return E_INVALIDARG if it fails:

Requirements

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

See Also

IImageDecoder | IImageDecoder::GetPropertySize | PropertyItem

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.