//0x110 bytes (sizeof)
struct _ETIMER
{
struct _KTIMER KeTimer; //0x0
struct _KAPC TimerApc; //0x40
struct _KDPC TimerDpc; //0x98
struct _LIST_ENTRY ActiveTimerListEntry; //0xd8
ULONGLONG Lock; //0xe8
LONG Period; //0xf0
UCHAR ApcAssociated; //0xf4
struct _DIAGNOSTIC_CONTEXT* volatile WakeReason; //0xf8
struct _LIST_ENTRY WakeTimerListEntry; //0x100
};