ReactOS 0.4.15-dev-6056-gb29b268
|
#include <iotypes.h>
Public Attributes | |
USHORT | Type |
USHORT | TimerEnabled |
LIST_ENTRY | IoTimerList |
PIO_TIMER_ROUTINE | TimerRoutine |
PVOID | Context |
PDEVICE_OBJECT | DeviceObject |
PVOID _IO_TIMER::Context |
Definition at line 819 of file iotypes.h.
Referenced by IoInitializeTimer().
PDEVICE_OBJECT _IO_TIMER::DeviceObject |
Definition at line 820 of file iotypes.h.
Referenced by IoInitializeTimer().
LIST_ENTRY _IO_TIMER::IoTimerList |
Definition at line 817 of file iotypes.h.
Referenced by IoInitializeTimer().
USHORT _IO_TIMER::TimerEnabled |
Definition at line 816 of file iotypes.h.
Referenced by IoStartTimer(), and IoStopTimer().
PIO_TIMER_ROUTINE _IO_TIMER::TimerRoutine |
Definition at line 818 of file iotypes.h.
Referenced by IoInitializeTimer().
USHORT _IO_TIMER::Type |
Definition at line 815 of file iotypes.h.
Referenced by IoInitializeTimer().