Compartir a través de


IEnumSourceErrors::Next

 

Retrieves up to the next celt errors.

Syntax

HRESULT Next(const ULONG celt,ISourceError, **ppSourceErrors,ULONG *pceltFetched);

Parameters

celt

[in] The requested number of errors to retrieve.

ppSourceErrors

[out] An array of length celt where the enumerated errors 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

IEnumSourceErrors Interface