WindowFromPhysicalPoint function user32

int WindowFromPhysicalPoint(
  1. POINT Point
)

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

HWND WindowFromPhysicalPoint(
  POINT Point
);

Implementation

int WindowFromPhysicalPoint(POINT Point) => _WindowFromPhysicalPoint(Point);