Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.