ReactOS 0.4.15-dev-7942-gd23573b
_TIMER Struct Reference

#include <timer.h>

Collaboration diagram for _TIMER:

Public Attributes

HEAD head
 
LIST_ENTRY ptmrList
 
PTHREADINFO pti
 
PWND pWnd
 
UINT_PTR nID
 
INT cmsCountdown
 
INT cmsRate
 
FLONG flags
 
TIMERPROC pfn
 

Detailed Description

Definition at line 3 of file timer.h.

Member Data Documentation

◆ cmsCountdown

INT _TIMER::cmsCountdown

Definition at line 10 of file timer.h.

Referenced by IntSetTimer(), and ProcessTimers().

◆ cmsRate

INT _TIMER::cmsRate

Definition at line 11 of file timer.h.

Referenced by IntSetTimer(), and ProcessTimers().

◆ flags

◆ head

HEAD _TIMER::head

Definition at line 5 of file timer.h.

◆ nID

UINT_PTR _TIMER::nID

Definition at line 9 of file timer.h.

Referenced by FindTimer(), IntSetTimer(), PostTimerMessages(), ProcessTimers(), and RemoveTimer().

◆ pfn

◆ pti

◆ ptmrList

LIST_ENTRY _TIMER::ptmrList

Definition at line 6 of file timer.h.

Referenced by CreateTimer(), PostTimerMessages(), ProcessTimers(), and RemoveTimer().

◆ pWnd

PWND _TIMER::pWnd

Definition at line 8 of file timer.h.

Referenced by DestroyTimersForWindow(), FindTimer(), IntSetTimer(), PostTimerMessages(), and RemoveTimer().


The documentation for this struct was generated from the following file: