Adds a message filter to monitor Windows messages as they are routed to their destinations.
Parameters
The
implementation of the imessage_filter interface you want to install.
Remarks
Use a message filter to prevent specific events from being raised or to perform special operations for an event before it is passed to an event handler. Message filters are unique to a specific thread.