Skip to content

Latest commit

 

History

History
91 lines (68 loc) · 2.8 KB

nf-wincodec-iwicenummetadataitem-next.md

File metadata and controls

91 lines (68 loc) · 2.8 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wincodec.IWICEnumMetadataItem.Next
IWICEnumMetadataItem::Next (wincodec.h)
Advanced the current position in the enumeration.
IWICEnumMetadataItem interface [Windows Imaging Component]
Next method
IWICEnumMetadataItem.Next
IWICEnumMetadataItem::Next
Next
Next method [Windows Imaging Component]
Next method [Windows Imaging Component]
IWICEnumMetadataItem interface
_wic_codec_iwicenummetadataitem_next
wic._wic_codec_iwicenummetadataitem_next
wincodec/IWICEnumMetadataItem::Next
wic\_wic_codec_iwicenummetadataitem_next.htm
wic
e502f42e-573c-416b-9282-dd50827ef132
12/05/2018
IWICEnumMetadataItem interface [Windows Imaging Component],Next method, IWICEnumMetadataItem.Next, IWICEnumMetadataItem::Next, Next, Next method [Windows Imaging Component], Next method [Windows Imaging Component],IWICEnumMetadataItem interface, _wic_codec_iwicenummetadataitem_next, wic._wic_codec_iwicenummetadataitem_next, wincodec/IWICEnumMetadataItem::Next
wincodec.h
Windows
Windows XP with SP2, Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Wincodec.idl
Windowscodecs.lib
Windowscodecs.dll
Windows
19H1
IWICEnumMetadataItem::Next
wincodec/IWICEnumMetadataItem::Next
c++
APIRef
kbSyntax
COM
Windowscodecs.dll
IWICEnumMetadataItem.Next

IWICEnumMetadataItem::Next

-description

Advanced the current position in the enumeration.

-parameters

-param celt [in]

Type: ULONG

The number of items to be retrieved.

-param rgeltSchema [in, out]

Type: PROPVARIANT*

An array of enumerated items. This parameter is optional.

-param rgeltId [in, out]

Type: PROPVARIANT*

An array of enumerated items.

-param rgeltValue [in, out, optional]

Type: PROPVARIANT*

An array of enumerated items. This parameter is optional.

-param 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.

-returns

Type: HRESULT

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