CWindowTimerEvent Class
class CWindowTimerEvent: public CWinEventBase
This class encapsulates a Windows timer message.Defined in: WindowEvents.h
Class Members
inline CWindowTimerEvent(const UINT nMessageID, const WPARAM wParam = 0, const LPARAM lParam = 0L)
Construct a timer event from a message ID, WPARAM, and LPARAM.
inline virtual bool Dispatch(IQueryGuid* pIListener)
Dispatches the event to the given event listener.
inline virtual SEC_UINT GetTimerID() const
Return the identifier of the timer.