struct EXCEPTION_RECORD32
|
typedef struct _EXCEPTION_RECORD32
{
LONG ExceptionCode;
ULONG ExceptionFlags;
ULONG ExceptionRecord;
ULONG ExceptionAddress;
ULONG NumberParameters;
ULONG ExceptionInformation[15];
} EXCEPTION_RECORD32, *PEXCEPTION_RECORD32;
Windows Vista Kernel Structures
|