IDiaEnumInputAssemblyFiles::Item

Retrieves an input assembly file by means of an index.

Syntax

HRESULT Item ( 
   DWORD                   index,
   IDiaInputAssemblyFile** file
);

Parameters

index

[in] Index of the IDiaInputAssemblyFile object to be retrieved. The index is the range 0 to count-1, where count is returned by the IDiaEnumInputAssemblyFiles::get_Count method.

file

[out] Returns an IDiaInputAssemblyFile object representing the input assembly file.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See also