﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2820	WIN(all) handle bug	anonymous	Jon	"Strange bug for almost all functions related to the search window.
If the window handle, for example 0x00110758, then the same window be found from 0x00000758 (LoWord)

It generates such bugs as:
{{{WinExists('192.168.0.1 - WINDOW NOT EXISTS')}}} - This CODE return TRUE and finds window handle 0x000000C0, but the original handle 0x003100C0

{{{WinGetHandle (""192.txt - THIS WINDOW NOT REALY EXISTS"")}}} - this return not valid handle


{{{
#include <WinAPI.au3>
$h = WinGetHandle('[CLASS:SciTEWindow]')
ConsoleWrite('Handle 1: ' & $h & @CRLF)
$hLo = _WinAPI_LoWord($h)
ConsoleWrite('Handle 2: ' & WinGetHandle($hLo) & @CRLF)
}}} 
Here function WinGetHandle return wrong result to.

Bug is not observed on x64 systems.

Autoit 3.3.10.0 - 3.3.x.x"	Bug	closed	3.3.13.14	AutoIt	Other	None	Fixed		
