﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2697	"""$GW_ENABLEDPOPUP = 6""  is missing in  ""WinAPIConstants.au3"""	Exit	Jpm	"MSDN specifies:
GW_ENABLEDPOPUP = 6 
The retrieved handle identifies the enabled popup window owned by the specified window (the search uses the first such window found using GW_HWNDNEXT); otherwise, if there are no enabled popup windows, the retrieved handle is that of the specified window. 
Source: 
http://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k(GetWindow);k(DevLang-C);k(TargetOS-WINDOWS)&rd=true

""WinAPIConstants.au3"" line 155 - 163:
; GetWindows Constants
Global Const $GW_HWNDFIRST = 0
Global Const $GW_HWNDLAST = 1
Global Const $GW_HWNDNEXT = 2
Global Const $GW_HWNDPREV = 3
Global Const $GW_OWNER = 4
Global Const $GW_CHILD = 5

; GetWindowLong Constants

Following line should be inserted after line 161:
Global Const $GW_ENABLEDPOPUP = 6

"	Bug	closed	3.3.11.5	Standard UDFs	3.3.11.4	None	Fixed	ENABLEDPOPUP	
