You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am try get all in alt-Tab windws 's hwnd and titles
i am watch Window API from you doc linkGetAltTabWindowAEnumDesktopWindows ...
but in the const use32= U.load() it have this function lack GetAltTabWindowAEnumDesktopWindows
hope to achieve
Second
This is my function for test I know about it shallow I know use32.EnumWindows(foo,null) has a argument trouble but in the EnumWindows function that have a callback EnumWindowsProc function and Type: WNDENUMPROC I want to ask how to put function into the EnumWIndows and how to use ref correctly or it' has better way to get All alt-Tab windows
this is error
The text was updated successfully, but these errors were encountered:
I am try get all in alt-Tab windws 's hwnd and titles
i am watch Window API from you doc link
GetAltTabWindowA
EnumDesktopWindows
...but in the
const use32= U.load()
it have this function lackGetAltTabWindowA
EnumDesktopWindows
hope to achieve
Second
This is my function for test I know about it shallow
I know
use32.EnumWindows(foo,null)
has a argument trouble but in theEnumWindows
function that have a callbackEnumWindowsProc
function andType: WNDENUMPROC
I want to ask how to put function into the
EnumWIndows
and how to useref
correctly or it' has better way to get All alt-Tab windowsthis is error
The text was updated successfully, but these errors were encountered: