IImageDecoder::GetFrameDimensionsList (Compact 2013)

3/26/2014

This feature is being deprecated for this release. Refer to this component: Windows Imaging Component.

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

Syntax

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.

Return Value

If successful, this method returns S_OK.

This method may return E_INVALIDARG if it fails.

Requirements

Header

imaging.h

Library

Imaging.lib

See Also

Reference

IImageDecoder
Imaging GUIDs
IImageDecoder::GetFrameDimensionsCount