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

Wasting RegisterWindowMessage #109

Closed
sredna opened this issue Jul 23, 2023 · 1 comment
Closed

Wasting RegisterWindowMessage #109

sredna opened this issue Jul 23, 2023 · 1 comment

Comments

@sredna
Copy link

sredna commented Jul 23, 2023

RegisterWindowMessage is a shared global resource that you cannot free back to the system, they stick around for the lifetime of the session.

You are sending messages to a specific window so you don't even need RegisterWindowMessage, you can use messages in the WM_APP range.

@AlexanderPro
Copy link
Owner

Hi @sredna ,
Thank you. It works. Version 2.24.0.

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