IImageDecoder::GetPropertyIdList (Windows Embedded CE 6.0)
1/6/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 |