IImageDecoder::SetPropertyItem (Windows Embedded CE 6.0)
1/6/2010
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.
Syntax
HRESULT SetPropertyItem(
PropertyItem item
);
Parameters
- item
[in] A PropertyItem object containing data for the property item.
Return Value
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
Header | imaging.h |
Library | Imaging.lib |
Windows Embedded CE | Windows CE 5.0 and later |