GetParent function user32

int GetParent(
  1. int hWnd
)

Retrieves a handle to the specified window's parent or owner.

HWND GetParent(
  HWND hWnd
);

Implementation

int GetParent(int hWnd) => _GetParent(hWnd);