SymSetScopeFromAddr function dbghelp

int SymSetScopeFromAddr(
  1. int hProcess,
  2. int Address
)

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

BOOL SymSetScopeFromAddr(
  HANDLE  hProcess,
  ULONG64 Address
);

Implementation

int SymSetScopeFromAddr(int hProcess, int Address) =>
    _SymSetScopeFromAddr(hProcess, Address);