ReactOS 0.4.15-dev-7842-g558ab78
tagWINE_TIMERENTRY Struct Reference
Collaboration diagram for tagWINE_TIMERENTRY:

Public Attributes

UINT wDelay
 
UINT wResol
 
LPTIMECALLBACK lpFunc
 
DWORD dwUser
 
UINT16 wFlags
 
UINT16 wTimerID
 
DWORD dwTriggerTime
 
struct tagWINE_TIMERENTRYlpNext
 

Detailed Description

Definition at line 34 of file time.c.

Member Data Documentation

◆ dwTriggerTime

DWORD tagWINE_TIMERENTRY::dwTriggerTime

Definition at line 41 of file time.c.

Referenced by TIME_MMSysTimeCallback(), TIME_SetEventInternal(), and TIME_TriggerCallBack().

◆ dwUser

DWORD tagWINE_TIMERENTRY::dwUser

Definition at line 38 of file time.c.

Referenced by TIME_SetEventInternal(), TIME_TriggerCallBack(), and timeSetEvent().

◆ lpFunc

LPTIMECALLBACK tagWINE_TIMERENTRY::lpFunc

◆ lpNext

struct tagWINE_TIMERENTRY* tagWINE_TIMERENTRY::lpNext

Definition at line 42 of file time.c.

Referenced by TIME_MMSysTimeCallback(), TIME_SetEventInternal(), and timeKillEvent().

◆ wDelay

UINT tagWINE_TIMERENTRY::wDelay

Definition at line 35 of file time.c.

Referenced by TIME_MMSysTimeCallback(), TIME_SetEventInternal(), and timeSetEvent().

◆ wFlags

UINT16 tagWINE_TIMERENTRY::wFlags

◆ wResol

UINT tagWINE_TIMERENTRY::wResol

Definition at line 36 of file time.c.

Referenced by TIME_SetEventInternal(), and timeSetEvent().

◆ wTimerID

UINT16 tagWINE_TIMERENTRY::wTimerID

Definition at line 40 of file time.c.

Referenced by TIME_SetEventInternal(), and TIME_TriggerCallBack().


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