WindowFromPoint function user32

int WindowFromPoint(
  1. POINT Point
)

Retrieves a handle to the window that contains the specified point.

HWND WindowFromPoint(
  POINT Point
);

Implementation

int WindowFromPoint(POINT Point) => _WindowFromPoint(Point);