Function 34 -
find out who owns the point of the screen
Options:
* eax =
34 - function number
* ebx =
x-coordinate (relative to the screen)
* ecx =
y-coordinate (relative to screen)
Return value:
* eax =
0x000000XX - the point belongs to the slot of the window N. With incorrect
values of ebx and ecx,
the function returns 0
* Function takes values from [_WinMapAddress]
Constants for registers:
eax -
SF_GET_PIXEL_OWNER (34)