Function
childWindowFromPoint
corresponds to the C function ChildWindowFromPoint
in the Windows SDK. It has the following type:
val childWindowFromPoint : hwnd * (int * int) -> hwnd
childWindowFromPoint
function takes the pair (int * int)
in a manner emulating the Windows structure POINT
.