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

Need PumpWaitingMessages() #122

Open
rodrigc opened this issue Oct 28, 2017 · 1 comment
Open

Need PumpWaitingMessages() #122

rodrigc opened this issue Oct 28, 2017 · 1 comment

Comments

@rodrigc
Copy link
Contributor

rodrigc commented Oct 28, 2017

In Twisted, I tried to replace pywin32 with pywincffi: twisted/twisted#920

I found that win32gui.PumpWaitingMessages() is not in pywincffi.

@opalmer can you add it?

@rodrigc rodrigc changed the title Need PumpWaitingMessages Need PumpWaitingMessages() Oct 28, 2017
@opalmer
Copy link
Owner

opalmer commented Oct 29, 2017

I need to do a bit of research on this one. It doesn't appear to be a standard win32 function and looks like it might be something written for pywin32 to wait for multiple objects to complete. Similar functionality should be achievable with pywin32 but I need to go dive the code first to see how it was written first.

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

No branches or pull requests

2 participants