IDiaEnumInputAssemblyFiles::Next

Retrieves a specified number of input assembly files in the enumeration sequence.

Syntax

HRESULT Next ( 
   ULONG                   celt,
   IDiaInputAssemblyFile** rgelt,
   ULONG*                  pceltFetched
);

Parameters

celt

[in] The number of injected sources in the enumerator to be retrieved.

rgelt

[out] Returns an array of IDiaInputAssemblyFile objects that represents the desired input assembly files.

pceltFetched

[out] Returns the number of input assembly files in the fetched enumerator.

Return Value

If successful, returns S_OK. Returns S_FALSE if there are no more input assembly files. Otherwise, returns an error code.

See also