typedef struct _EXCEPTION_RECORD32 { long ExceptionCode; unsigned long ExceptionFlags; unsigned long ExceptionRecord; unsigned long ExceptionAddress; unsigned long NumberParameters; unsigned long ExceptionInformation[15]; } EXCEPTION_RECORD32, *PEXCEPTION_RECORD32;