struct DBGKM_EXCEPTION32

typedef struct _DBGKM_EXCEPTION32
{
     EXCEPTION_RECORD32 ExceptionRecord;
     ULONG FirstChance;
} DBGKM_EXCEPTION32, *PDBGKM_EXCEPTION32;

Windows Vista Kernel Structures