IImageDecoder::GetPropertyIdList

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method returns an array containing the property identifiers used in the metadata associated with the current image.

Syntax

HRESULT GetPropertyIdList(
  UINT    numOfProperty,
  PROPID* list
);

Parameters

  • numOfProperty
    [in] A UINT value identifying the number of property identifiers for the image.

    To obtain this value, call the IImageDecoder::GetPropertyCount method.

  • list
    [in, out] A pointer to an array of PROPID values that is populated by the list of property identifiers associated with the current image.

Return Value

If successful, this method returns S_OK.

This method may return E_INVALIDARG if it fails.

Requirements

Header imaging.h
Library Imaging.lib
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IImageDecoder