IImageDecoder::GetFrameDimensionsList (Windows CE 5.0)

Send Feedback

This method returns an array of frame dimension GUIDS for a multiframe image.

HRESULT GetFrameDimensionsList(  GUID* dimensionIDs,  UINT  count);

Parameters

  • dimensionIDs
    [out] A pointer to an array of GUID values identifying the dimensions associated with the image frame.   

    You must allocate enough memory in this array for count GUIDs.

    The values in the array are multiframe dimension identifiers. For more information, see Imaging GUIDs.

  • count
    [in] A UINT value identifying the number of GUID values in the dimensionIDs array.

    To obtain this value, call the IImageDecoder::GetFrameDimensionsCount method.

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 | Imaging GUIDs | IImageDecoder::GetFrameDimensionsCount

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.