Partager via


IImageDecoder::GetFrameDimensionsCount (Windows CE 5.0)

Send Feedback

This method returns the total number of frame dimensions associated with a multiframe image.

HRESULT GetFrameDimensionsCount(  UINT* count);

Parameters

  • count
    [out] A pointer to a UINT value that receives the number of dimensions associated with a multiframe 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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.