|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <timer.h>

Public Attributes | |
| HEAD | head |
| LIST_ENTRY | ptmrList |
| PTHREADINFO | pti |
| PWND | pWnd |
| UINT_PTR | nID |
| INT | cmsCountdown |
| INT | cmsRate |
| FLONG | flags |
| TIMERPROC | pfn |
| INT _TIMER::cmsCountdown |
Definition at line 10 of file timer.h.
Referenced by IntSetTimer(), and ProcessTimers().
| INT _TIMER::cmsRate |
Definition at line 11 of file timer.h.
Referenced by IntSetTimer(), and ProcessTimers().
| FLONG _TIMER::flags |
Definition at line 12 of file timer.h.
Referenced by FindSystemTimer(), FindTimer(), IntSetTimer(), PostTimerMessages(), ProcessTimers(), RemoveTimer(), and ValidateTimerCallback().
| UINT_PTR _TIMER::nID |
Definition at line 9 of file timer.h.
Referenced by FindTimer(), IntSetTimer(), PostTimerMessages(), ProcessTimers(), and RemoveTimer().
| TIMERPROC _TIMER::pfn |
Definition at line 13 of file timer.h.
Referenced by FindSystemTimer(), IntDispatchMessage(), IntSetTimer(), PostTimerMessages(), ProcessTimers(), and ValidateTimerCallback().
| PTHREADINFO _TIMER::pti |
Definition at line 7 of file timer.h.
Referenced by DestroyTimersForThread(), DestroyTimersForWindow(), IntSetTimer(), PostTimerMessages(), ProcessTimers(), and ValidateTimerCallback().
| LIST_ENTRY _TIMER::ptmrList |
Definition at line 6 of file timer.h.
Referenced by CreateTimer(), PostTimerMessages(), ProcessTimers(), and RemoveTimer().
| PWND _TIMER::pWnd |
Definition at line 8 of file timer.h.
Referenced by DestroyTimersForWindow(), FindTimer(), IntSetTimer(), PostTimerMessages(), and RemoveTimer().