
6.7 Identifier reference
windowFromPoint corresponds to the C function WindowFromPoint in the Windows SDK. It has the following type:
val windowFromPoint : int * int -> hwnd
windowFromPoint function takes the pair (int * int) in a manner emulating the Windows structure POINT.

Generated with Harlequin WebMaker