ReactOS 0.4.15-dev-7788-g1ad9096
SystemClockAdviseEntry Struct Reference
Collaboration diagram for SystemClockAdviseEntry:

Public Attributes

SystemClockAdviseEntrynext
 
SystemClockAdviseEntryprev
 
HANDLE hEvent
 
REFERENCE_TIME rtBaseTime
 
REFERENCE_TIME rtIntervalTime
 

Detailed Description

Definition at line 30 of file systemclock.c.

Member Data Documentation

◆ hEvent

HANDLE SystemClockAdviseEntry::hEvent

Definition at line 34 of file systemclock.c.

Referenced by SystemClockAdviseThread().

◆ next

SystemClockAdviseEntry* SystemClockAdviseEntry::next

◆ prev

SystemClockAdviseEntry* SystemClockAdviseEntry::prev

Definition at line 32 of file systemclock.c.

◆ rtBaseTime

REFERENCE_TIME SystemClockAdviseEntry::rtBaseTime

Definition at line 35 of file systemclock.c.

Referenced by QUARTZ_InsertAviseEntryFromQueue(), and SystemClockAdviseThread().

◆ rtIntervalTime

REFERENCE_TIME SystemClockAdviseEntry::rtIntervalTime

Definition at line 36 of file systemclock.c.

Referenced by QUARTZ_InsertAviseEntryFromQueue(), and SystemClockAdviseThread().


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