SymSetScopeFromInlineContext function dbghelp

int SymSetScopeFromInlineContext(
  1. int hProcess,
  2. int Address,
  3. int InlineContext
)

Sets the local scope to the symbol that matches the specified address and inline context.

BOOL SymSetScopeFromInlineContext(
  HANDLE  hProcess,
  ULONG64 Address,
  ULONG   InlineContext
);

Implementation

int SymSetScopeFromInlineContext(
        int hProcess, int Address, int InlineContext) =>
    _SymSetScopeFromInlineContext(hProcess, Address, InlineContext);