This topic has not yet been rated - Rate this topic

IWICEnumMetadataItem::Next method

Applies to: desktop apps | Metro style apps

Advanced the current position in the enumeration.

Syntax

HRESULT Next(
  [in]                 ULONG celt,
  [in, out]            PROPVARIANT *rgeltSchema,
  [in, out]            PROPVARIANT *rgeltId,
  [in, out, optional]  PROPVARIANT *rgeltValue,
  [out, optional]      ULONG *pceltFetched
);

Parameters

celt [in]

Type: ULONG

The number of items to be retrieved.

rgeltSchema [in, out]

Type: PROPVARIANT*

An array of enumerated items. This parameter is optional.

rgeltId [in, out]

Type: PROPVARIANT*

An array of enumerated items.

rgeltValue [in, out, optional]

Type: PROPVARIANT*

An array of enumerated items. This parameter is optional.

pceltFetched [out, optional]

Type: ULONG*

The number of items that were retrieved. This value is always less than or equal to the number of items requested.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows XP with SP2, Windows Vista

Minimum supported server

Windows Server 2008

Header

Wincodec.h

IDL

Wincodec.idl

Library

Windowscodecs.lib

DLL

Windowscodecs.dll

 

 

Send comments about this topic to Microsoft

Build date: 3/14/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ