הערה
גישה לעמוד זה דורשת אישור. אתה יכול לנסות להיכנס או לשנות תיקיות.
גישה לעמוד זה דורשת אישור. אתה יכול לנסות לשנות מדריכים.
Retrieves the .NET Native input assembly file that is the parent of the specified symbol.
Syntax
HRESULT findInputAssemblyFile (
IDiaSymbol* pSymbol,
IDiaInputAssemblyFile** ppResult
);
Parameters
pSymbol
[in] An IDiaSymbol that is a child of the desired input assembly.
ppResult
[out] Returns an IDiaInputAssemblyFile object that was the original .NET assembly of the specified symbol.
Return Value
If successful, returns S_OK; otherwise, returns an error code.