หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Retrieves a .NET Native input assembly file by index.
Syntax
HRESULT findInputAssembly (
DWORD index,
IDiaInputAssemblyFile** ppResult
);
Parameters
index
[in] Specifies the index 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.