Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.