ReactOS 0.4.15-dev-6056-gb29b268
_IO_TIMER Struct Reference

#include <iotypes.h>

Collaboration diagram for _IO_TIMER:

Public Attributes

USHORT Type
 
USHORT TimerEnabled
 
LIST_ENTRY IoTimerList
 
PIO_TIMER_ROUTINE TimerRoutine
 
PVOID Context
 
PDEVICE_OBJECT DeviceObject
 

Detailed Description

Definition at line 813 of file iotypes.h.

Member Data Documentation

◆ Context

PVOID _IO_TIMER::Context

Definition at line 819 of file iotypes.h.

Referenced by IoInitializeTimer().

◆ DeviceObject

PDEVICE_OBJECT _IO_TIMER::DeviceObject

Definition at line 820 of file iotypes.h.

Referenced by IoInitializeTimer().

◆ IoTimerList

LIST_ENTRY _IO_TIMER::IoTimerList

Definition at line 817 of file iotypes.h.

Referenced by IoInitializeTimer().

◆ TimerEnabled

USHORT _IO_TIMER::TimerEnabled

Definition at line 816 of file iotypes.h.

Referenced by IoStartTimer(), and IoStopTimer().

◆ TimerRoutine

PIO_TIMER_ROUTINE _IO_TIMER::TimerRoutine

Definition at line 818 of file iotypes.h.

Referenced by IoInitializeTimer().

◆ Type

USHORT _IO_TIMER::Type

Definition at line 815 of file iotypes.h.

Referenced by IoInitializeTimer().


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