IImageDecoder::SetPropertyItem (Windows CE 5.0)
This method is used to set a property item for the current image in the decoder. If the item exists, its contents are updated; otherwise, a new item is added.
HRESULT SetPropertyItem( PropertyItem item);
Parameters
- item
[in] A PropertyItem object containing data for the property item.
Return Values
If successful, this method returns S_OK.
If it fails, this method should return one of the following error values:
- E_FAIL
- E_OUTOFMEMORY
For more information, see Error Codes for the Imaging API.
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