IImageDecoder::GetPropertyIdList (Windows CE 5.0)
This method returns an array containing the property identifiers used in the metadata associated with the current image.
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 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
Send Feedback on this topic to the authors