Modify ↓
Opened 17 years ago
Closed 17 years ago
#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)
Note:
See TracTickets
for help on using tickets.

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