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