ReactOS 0.4.15-dev-7953-g1f49173
KSIDEFAULTCLOCK Struct Reference
Collaboration diagram for KSIDEFAULTCLOCK:

Public Attributes

LONGLONG Time
 
KSPIN_LOCK TimeLock
 
KSSTATE State
 
KTIMER Timer
 
LONG ReferenceCount
 
PVOID Context
 
PFNKSSETTIMER SetTimer
 
PFNKSCANCELTIMER CancelTimer
 
PFNKSCORRELATEDTIME CorrelatedTime
 
LONGLONG Granularity
 
LONGLONG Error
 
ULONG Flags
 

Detailed Description

Definition at line 14 of file clocks.c.

Member Data Documentation

◆ CancelTimer

PFNKSCANCELTIMER KSIDEFAULTCLOCK::CancelTimer

Definition at line 24 of file clocks.c.

◆ Context

PVOID KSIDEFAULTCLOCK::Context

Definition at line 22 of file clocks.c.

◆ CorrelatedTime

PFNKSCORRELATEDTIME KSIDEFAULTCLOCK::CorrelatedTime

Definition at line 25 of file clocks.c.

◆ Error

LONGLONG KSIDEFAULTCLOCK::Error

Definition at line 27 of file clocks.c.

◆ Flags

ULONG KSIDEFAULTCLOCK::Flags

Definition at line 28 of file clocks.c.

◆ Granularity

LONGLONG KSIDEFAULTCLOCK::Granularity

Definition at line 26 of file clocks.c.

◆ ReferenceCount

LONG KSIDEFAULTCLOCK::ReferenceCount

Definition at line 20 of file clocks.c.

◆ SetTimer

PFNKSSETTIMER KSIDEFAULTCLOCK::SetTimer

Definition at line 23 of file clocks.c.

◆ State

KSSTATE KSIDEFAULTCLOCK::State

Definition at line 18 of file clocks.c.

◆ Time

LONGLONG KSIDEFAULTCLOCK::Time

Definition at line 16 of file clocks.c.

◆ TimeLock

KSPIN_LOCK KSIDEFAULTCLOCK::TimeLock

Definition at line 17 of file clocks.c.

◆ Timer

KTIMER KSIDEFAULTCLOCK::Timer

Definition at line 19 of file clocks.c.


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