Opened 12 years ago
Closed 12 years ago
#2697 closed Bug (Fixed)
"$GW_ENABLEDPOPUP = 6" is missing in "WinAPIConstants.au3"
| Reported by: | Exit | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.11.5 | Component: | Standard UDFs |
| Version: | 3.3.11.4 | Severity: | None |
| Keywords: | ENABLEDPOPUP | Cc: |
Description
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
Attachments (0)
Change History (1)
comment:1 by , 12 years ago
| Milestone: | → 3.3.11.5 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |

Fixed by revision [10075] in version: 3.3.11.5