Modify ↓
Opened on Sep 4, 2009 at 4:37:34 AM
Closed on Sep 4, 2009 at 5:10:34 AM
#1163 closed Feature Request (Rejected)
WinGetClassList - optional parameter for parent class only
| Reported by: | rover | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
I would like to suggest adding a flag parameter to WinGetClassList
to return only the window/control class string without a linefeed.
this would be useful for UDF WM_NOTIFY message processing by class without need to DllCall GetClassName or add control handle to the message handler.
Thank You
Attachments (0)
Change History (1)
comment:1 by , on Sep 4, 2009 at 5:10:34 AM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

The function _WinAPI_GetClassName() already exists in WinAPI.au3. There's no point in duplicating functionality.