struct DBGKM_EXCEPTION64

typedef struct _DBGKM_EXCEPTION64
{
     EXCEPTION_RECORD64 ExceptionRecord;
     ULONG FirstChance;
} DBGKM_EXCEPTION64, *PDBGKM_EXCEPTION64;

Windows Vista Kernel Structures