struct KTIMER

typedef struct _KTIMER
{
     DISPATCHER_HEADER Header;
     ULARGE_INTEGER DueTime;
     LIST_ENTRY TimerListEntry;
     PKDPC Dpc;
     LONG Period;
} KTIMER, *PKTIMER;

Windows Vista Kernel Structures