Go to the source code of this file.
Classes | |
| class | CBaseControlWindow |
| class | CBaseControlVideo |
Defines | |
| #define | ABSOL(x) (x < 0 ? -x : x) |
| #define | NEGAT(x) (x > 0 ? -x : x) |
Functions | |
| BOOL WINAPI | PossiblyEatMessage (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| BOOL WINAPI PossiblyEatMessage | ( | HWND | hwnd, | |
| UINT | uMsg, | |||
| WPARAM | wParam, | |||
| LPARAM | lParam | |||
| ) |
Definition at line 17 of file winctrl.cpp.
References DbgLog, FALSE, LOG_TRACE, NULL, and TRUE.
Referenced by CBaseControlWindow::PossiblyEatMessage().
1.5.6