IDebugHostFunctionLocalDetails2::IsInlineScope method (dbgmodel.h)
The IsInlineScope method determines if the local variable is scoped within an inlined function. This will always return false unless the IDebugHostFunctionLocalDetailsEnumerator::EnumerateLocalsDetailsEx method is called with 'enumerateInlinedLocals' set to true.
Syntax
bool IsInlineScope();
Return value
Returns a boolean value. If the local variable is scoped within an inlined function, it returns true. Otherwise, it returns false.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |