Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Retrieves a .NET Native input assembly file by unique identifier.
Syntax
HRESULT findInputAssemblyById (
DWORD uniqueId,
IDiaInputAssemblyFile** ppResult
);
Parameters
uniqueId
[in] Specifies the unique identifier of the .NET Native input assembly file to return.
ppResult
[out] Returns the specified IDiaInputAssemblyFile object.
Return Value
If successful, returns S_OK; otherwise, returns an error code.