หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The GetInlinedFunction method retrieves a symbol for the inlined function that the local variable is contained within, if IsInlineScope() returns true.
Syntax
HRESULT GetInlinedFunction(
IDebugHostSymbol **inlineFunction
);
Parameters
inlineFunction
A pointer to a pointer variable that receives the IDebugHostSymbol interface of the inlined function.
Return value
If the method succeeds and the local is within an inlined scope, it returns S_OK and a pointer to the inlined function symbol. If the local is not within an inlined scope, it returns an E_FAIL. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |