Interface for message filtering. More...
#include <SMsgLoop-i.h>
Public Member Functions | |
BOOL | PreTranslateMessage (MSG *pMsg) PURE |
Preprocesses a message. | |
Interface for message filtering.
Definition at line 14 of file SMsgLoop-i.h.
BOOL IMsgFilter::PreTranslateMessage | ( | MSG * | pMsg | ) |
Preprocesses a message.
pMsg | Pointer to the message. |
Implemented in IToolTip, SDropDownWnd, and STipCtrl.