Data of Class Timer


m_aTimeOut
TTimeValue m_aTimeOut;

Summary
holds (initial) exparation time of this timer.

m_aExpired
TTimeValue m_aExpired;

Summary
holds the time of exparation of this timer.

m_aRepeatDelta
TTimeValue m_aRepeatDelta;

Summary
holds the time interveal of successive expirations.

m_pNext
Timer * m_pNext;

Summary
Pointer to the next timer (to fire).

Top of Page