﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1883	IsHWnd(), Return Value. (Nitpick: Value = Bool)	mvg	Jon	">'''IsHWnd()'''
>Return Value
>Success: Returns 1 if the expression is a pointer type AND a valid window handle. 
>Failure: Returns 0 if expression is not a pointer OR not a valid window handle. 

{{{
MsgBox(0,'MsgBox',IsHWnd('abc')) ;; False
}}}

,,(Other Is*() function all return 1/0 value types.),,"	Bug	closed	3.3.7.0	AutoIt	3.3.6.1	None	Fixed	IsHWnd	
