IEnumBinaryItems::Next

 

Retrieves up to the next celt items.

Syntax

virtual HRESULT Next( const ULONG celt, IBinaryItem **ppBinaryItems, ULONG *pceltFetched) = 0;  

Parameters

celt
[in] The requested number of items to retrieve.

ppBinaryItems
[out] An array of length celt where the items will be copied.

pceltFetched
[out] The actual number of items retrieved.

Return Value

One of the standard HRESULT values.

Requirements

Type Library VstaCore.tlb
Header VstaCore.h

See Also

IEnumBinaryItems Interface