//0x30 bytes (sizeof)
struct _KDPC_DATA
{
struct _KDPC_LIST DpcList; //0x0
ULONGLONG DpcLock; //0x10
volatile LONG DpcQueueDepth; //0x18
ULONG DpcCount; //0x1c
struct _KDPC* volatile ActiveDpc; //0x20
ULONG LongDpcPresent; //0x28
ULONG Padding; //0x2c
};