Garmin Fleet Management Controller
2.19.0
|
#include "EventListener.h"
Go to the source code of this file.
Classes | |
class | CWndEventListener |
EventListener that dispatches a Windows message. More... | |
Macros | |
#define | WM_EVENT(_event) ( _event + WM_APP ) |
Translation from an application event to the corresponding Windows message. More... | |
#define WM_EVENT | ( | _event | ) | ( _event + WM_APP ) |
Translation from an application event to the corresponding Windows message.
Definition at line 19 of file CWndEventListener.h.
Referenced by CIftaDlg::DoDataExchange(), and CWndEventListener::onEvent().