Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support like GetAltTabInfoA EnumDesktopWindows function #23

Open
WingDust opened this issue Feb 2, 2020 · 2 comments
Open

support like GetAltTabInfoA EnumDesktopWindows function #23

WingDust opened this issue Feb 2, 2020 · 2 comments

Comments

@WingDust
Copy link

WingDust commented Feb 2, 2020

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 lack GetAltTabWindowA EnumDesktopWindows
hope to achieve

image

image

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
image

this is error
image

@waitingsong
Copy link
Owner

@WingDust
Copy link
Author

WingDust commented Feb 5, 2020

yes
or u have better way to get all windows in alt-Tab list in windows show me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants