SymSetParentWindow function dbghelp

int SymSetParentWindow(
  1. int hwnd
)

Sets the window that the caller will use to display a user interface.

BOOL SymSetParentWindow(
  HWND hwnd
);

Implementation

int SymSetParentWindow(int hwnd) => _SymSetParentWindow(hwnd);