ReactOS 0.4.15-dev-8002-gbbb3b00
_ETIMER Struct Reference

#include <ex.h>

Collaboration diagram for _ETIMER:

Public Attributes

KTIMER KeTimer
 
KAPC TimerApc
 
KDPC TimerDpc
 
LIST_ENTRY ActiveTimerListEntry
 
KSPIN_LOCK Lock
 
LONG Period
 
BOOLEAN ApcAssociated
 
BOOLEAN WakeTimer
 
LIST_ENTRY WakeTimerListEntry
 

Detailed Description

Definition at line 107 of file ex.h.

Member Data Documentation

◆ ActiveTimerListEntry

LIST_ENTRY _ETIMER::ActiveTimerListEntry

Definition at line 112 of file ex.h.

◆ ApcAssociated

BOOLEAN _ETIMER::ApcAssociated

Definition at line 115 of file ex.h.

◆ KeTimer

KTIMER _ETIMER::KeTimer

Definition at line 109 of file ex.h.

◆ Lock

KSPIN_LOCK _ETIMER::Lock

Definition at line 113 of file ex.h.

◆ Period

LONG _ETIMER::Period

Definition at line 114 of file ex.h.

◆ TimerApc

KAPC _ETIMER::TimerApc

Definition at line 110 of file ex.h.

◆ TimerDpc

KDPC _ETIMER::TimerDpc

Definition at line 111 of file ex.h.

◆ WakeTimer

BOOLEAN _ETIMER::WakeTimer

Definition at line 116 of file ex.h.

◆ WakeTimerListEntry

LIST_ENTRY _ETIMER::WakeTimerListEntry

Definition at line 117 of file ex.h.


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