ReactOS 0.4.16-dev-401-g45b008d
|
#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 969 of file iotypes.h.
Referenced by IoInitializeTimer().
PDEVICE_OBJECT _IO_TIMER::DeviceObject |
Definition at line 970 of file iotypes.h.
Referenced by IoInitializeTimer().
LIST_ENTRY _IO_TIMER::IoTimerList |
Definition at line 967 of file iotypes.h.
Referenced by IoInitializeTimer().
USHORT _IO_TIMER::TimerEnabled |
Definition at line 966 of file iotypes.h.
Referenced by IoStartTimer(), and IoStopTimer().
PIO_TIMER_ROUTINE _IO_TIMER::TimerRoutine |
Definition at line 968 of file iotypes.h.
Referenced by IoInitializeTimer().
USHORT _IO_TIMER::Type |
Definition at line 965 of file iotypes.h.
Referenced by IoInitializeTimer().