#ifndef _NTDBG_H
//
// Definitions
//
/**
* The DBGKM_EXCEPTION structure contains exception information for a debug event.
*/
typedef struct _DBGKM_EXCEPTION
{
EXCEPTION_RECORD ExceptionRecord;
ULONG FirstChance;
} DBGKM_EXCEPTION, *PDBGKM_EXCEPTION;
View code on GitHubNo description available.