IImageDecoder::GetPropertyCount (Windows CE 5.0)
This method returns the number of properties associated with an image.
HRESULT GetPropertyCount( UINT* numOfProperty);
Parameters
- numOfProperty
[out] A pointer to a UINT value identifying the number of property items associated with an 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