Partager via


IImageDecoder::GetPropertyCount (Windows CE 5.0)

Send Feedback

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

IImageDecoder | PropertyItem

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.