ReactOS 0.4.15-dev-7918-g2a2556c
_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 850 of file iotypes.h.

Member Data Documentation

◆ Context

PVOID _IO_TIMER::Context

Definition at line 856 of file iotypes.h.

Referenced by IoInitializeTimer().

◆ DeviceObject

PDEVICE_OBJECT _IO_TIMER::DeviceObject

Definition at line 857 of file iotypes.h.

Referenced by IoInitializeTimer().

◆ IoTimerList

LIST_ENTRY _IO_TIMER::IoTimerList

Definition at line 854 of file iotypes.h.

Referenced by IoInitializeTimer().

◆ TimerEnabled

USHORT _IO_TIMER::TimerEnabled

Definition at line 853 of file iotypes.h.

Referenced by IoStartTimer(), and IoStopTimer().

◆ TimerRoutine

PIO_TIMER_ROUTINE _IO_TIMER::TimerRoutine

Definition at line 855 of file iotypes.h.

Referenced by IoInitializeTimer().

◆ Type

USHORT _IO_TIMER::Type

Definition at line 852 of file iotypes.h.

Referenced by IoInitializeTimer().


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