﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3168	Missing constants from AutoItConstants.au3	timrude@…		"In the help topic for the GetWinState function, it lists the various return values. Immediately below that list it says ''Constants are defined in ""AutoItConstants.au3"".''

However, the various '$WIN_STATE_...' constants are NOT defined in the AutoItConstants.au3 file, but really should be as follows:

{{{
; GetWinState Constants
Global Const $WIN_STATE_EXISTS = 1 ; Window exists
Global Const $WIN_STATE_VISIBLE = 2 ; Window is visible
Global Const $WIN_STATE_ENABLED = 4 ; Window is enabled
Global Const $WIN_STATE_ACTIVE = 8 ; Window is active
Global Const $WIN_STATE_MINIMIZED = 16 ; Window is minimized
Global Const $WIN_STATE_MAXIMIZED = 32 ; Window is maximized
}}}
"	Bug	closed		Other	3.3.14.2	None	Duplicate		
