struct IO_TIMER

typedef struct _IO_TIMER
{
     SHORT Type;
     SHORT TimerFlag;
     LIST_ENTRY TimerList;
     PVOID TimerRoutine;
     PVOID Context;
     PDEVICE_OBJECT DeviceObject;
} IO_TIMER, *PIO_TIMER;

Windows Vista Kernel Structures