﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
974	WindowFromPoint API function tagPoint structure on x64 based systems	level20peon	Gary	"After some tests it turned out that using the _WinAPI_WindowFromPoint function the x-coordinate is given back correctly but the y-coordinate always returns zero.

Seems that the WindowFromPoint WinAPI function returns a tagPoint structure containing int and long (?) on x64 based systems.

Running this script in x86 mode works just fine.


{{{
#include <WinAPI.au3>

$pos = _WinAPI_GetMousePos()
$hwnd = _WinAPI_WindowFromPoint($pos)
MsgBox(0,'output',WinGetTitle($hwnd))
}}}"	Bug	closed	3.3.1.1	Standard UDFs	3.3.0.0	None	Fixed		
