ReactOS 0.4.16-dev-1025-gd3456f5
|
#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 974 of file iotypes.h.
Referenced by IoInitializeTimer().
PDEVICE_OBJECT _IO_TIMER::DeviceObject |
Definition at line 975 of file iotypes.h.
Referenced by IoInitializeTimer().
LIST_ENTRY _IO_TIMER::IoTimerList |
Definition at line 972 of file iotypes.h.
Referenced by IoInitializeTimer().
USHORT _IO_TIMER::TimerEnabled |
Definition at line 971 of file iotypes.h.
Referenced by IoStartTimer(), and IoStopTimer().
PIO_TIMER_ROUTINE _IO_TIMER::TimerRoutine |
Definition at line 973 of file iotypes.h.
Referenced by IoInitializeTimer().
USHORT _IO_TIMER::Type |
Definition at line 970 of file iotypes.h.
Referenced by IoInitializeTimer().