typedef struct _EXCEPTION_RECORD { long ExceptionCode; unsigned long ExceptionFlags; EXCEPTION_RECORD *ExceptionRecord; void *ExceptionAddress; unsigned long NumberParameters; unsigned __int64 ExceptionInformation[15]; } EXCEPTION_RECORD, *PEXCEPTION_RECORD;