ReactOS 0.4.15-dev-7942-gd23573b
SystemClockImpl Struct Reference
Collaboration diagram for SystemClockImpl:

Public Attributes

IReferenceClock IReferenceClock_iface
 
LONG ref
 
HANDLE adviseThread
 
DWORD adviseThreadId
 
BOOL adviseThreadActive
 
REFERENCE_TIME lastRefTime
 
DWORD lastTimeTickCount
 
CRITICAL_SECTION safe
 
SystemClockAdviseEntrypSingleShotAdvise
 
SystemClockAdviseEntrypPeriodicAdvise
 

Detailed Description

Definition at line 39 of file systemclock.c.

Member Data Documentation

◆ adviseThread

HANDLE SystemClockImpl::adviseThread

IReferenceClock

Definition at line 44 of file systemclock.c.

◆ adviseThreadActive

BOOL SystemClockImpl::adviseThreadActive

Definition at line 46 of file systemclock.c.

◆ adviseThreadId

DWORD SystemClockImpl::adviseThreadId

Definition at line 45 of file systemclock.c.

◆ IReferenceClock_iface

IReferenceClock SystemClockImpl::IReferenceClock_iface

Definition at line 40 of file systemclock.c.

◆ lastRefTime

REFERENCE_TIME SystemClockImpl::lastRefTime

Definition at line 47 of file systemclock.c.

◆ lastTimeTickCount

DWORD SystemClockImpl::lastTimeTickCount

Definition at line 48 of file systemclock.c.

◆ pPeriodicAdvise

SystemClockAdviseEntry* SystemClockImpl::pPeriodicAdvise

Definition at line 52 of file systemclock.c.

◆ pSingleShotAdvise

SystemClockAdviseEntry* SystemClockImpl::pSingleShotAdvise

Definition at line 51 of file systemclock.c.

◆ ref

LONG SystemClockImpl::ref

Definition at line 41 of file systemclock.c.

◆ safe

CRITICAL_SECTION SystemClockImpl::safe

Definition at line 49 of file systemclock.c.


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