typedef struct _EXCEPTION_RECORD64
{
    long ExceptionCode;
    unsigned long ExceptionFlags;
    unsigned __int64 ExceptionRecord;
    unsigned __int64 ExceptionAddress;
    unsigned long NumberParameters;
    unsigned long __unusedAlignment;
    unsigned __int64 ExceptionInformation[15];
} EXCEPTION_RECORD64, *PEXCEPTION_RECORD64;