mhammond / pywin32

Python for Windows (pywin32) Extensions
4.9k stars 783 forks source link

Exposing RealGetWindowClass #2261

Open tellarin opened 1 month ago

tellarin commented 1 month ago

Sorry if this has been asked before, but are there plans to expose RealGetWindowClass (https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-realgetwindowclassw)? It is very helpful in accessibility scenarios where GetClassName and similar don't provide enough information.