How to hook for particular windows message without subclassing?
Posted
by Alien01
on Stack Overflow
See other posts from Stack Overflow
or by Alien01
Published on 2010-05-06T11:59:19Z
Indexed on
2010/05/06
13:38 UTC
Read the original article
Hit count: 166
Is there a way to hook for a particular windows message without subclassing the window.
There is WH_GETMESSAGE but that seems create performance issues.
Any other solutions apart from these which doesn't deteriorate performance?
© Stack Overflow or respective owner