IImageDecoder::GetPropertyIdList (Compact 2013)
3/26/2014
This feature is being deprecated for this release. Refer to this component: Windows Imaging Component.
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 |