﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1261	IsHWnd() returns TRUE for some values	Yashied		"''IsHWnd()'' returns TRUE for some integer values (20, 22, 24, 26 for me) that may conflict with IDs in many native AutoIt UDF.


{{{
For $i = 1 To 50
    ConsoleWrite(IsHWnd($i))
Next
ConsoleWrite(@CR)
}}}
"	Bug	closed		AutoIt	3.3.1.4	None	Duplicate	IsHWnd	
