typedef struct _KDPC_DATA
{
    LIST_ENTRY DpcListHead;
    unsigned __int64 DpcLock;
    volatile long DpcQueueDepth;
    unsigned long DpcCount;
} KDPC_DATA, *PKDPC_DATA;