Redigera

Dela via


IDebugHostFunctionLocalDetails2::GetInlinedFunction method (dbgmodel.h)

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

See also

IDebugHostFunctionLocalDetails2 interface