Modify

Opened 10 years ago

Closed 10 years ago

#2697 closed Bug (Fixed)

"$GW_ENABLEDPOPUP = 6" is missing in "WinAPIConstants.au3"

Reported by: Exit Owned by: Jpm
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 Changed 10 years ago by Jpm

  • Milestone set to 3.3.11.5
  • Owner set to Jpm
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [10075] in version: 3.3.11.5

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.