SymSetScopeFromIndex function dbghelp

int SymSetScopeFromIndex(
  1. int hProcess,
  2. int BaseOfDll,
  3. int Index
)

Sets the local scope to the symbol that matches the specified index.

BOOL SymSetScopeFromIndex(
  HANDLE  hProcess,
  ULONG64 BaseOfDll,
  DWORD   Index
);

Implementation

int SymSetScopeFromIndex(int hProcess, int BaseOfDll, int Index) =>
    _SymSetScopeFromIndex(hProcess, BaseOfDll, Index);