ReactOS 0.4.16-dev-927-g467dec4
_SEH$$_EXCEPTION_RECORD Struct Reference

#include <pseh2_64.h>

Collaboration diagram for _SEH$$_EXCEPTION_RECORD:

Public Attributes

unsigned long ExceptionCode
 
unsigned long ExceptionFlags
 
struct _EXCEPTION_RECORDExceptionRecord
 
voidExceptionAddress
 
unsigned long NumberParameters
 
unsigned long long ExceptionInformation [15]
 

Detailed Description

Definition at line 4 of file pseh2_64.h.

Member Data Documentation

◆ ExceptionAddress

void* _SEH$$_EXCEPTION_RECORD::ExceptionAddress

Definition at line 9 of file pseh2_64.h.

◆ ExceptionCode

unsigned long _SEH$$_EXCEPTION_RECORD::ExceptionCode

Definition at line 6 of file pseh2_64.h.

◆ ExceptionFlags

unsigned long _SEH$$_EXCEPTION_RECORD::ExceptionFlags

Definition at line 7 of file pseh2_64.h.

◆ ExceptionInformation

unsigned long long _SEH$$_EXCEPTION_RECORD::ExceptionInformation[15]

Definition at line 11 of file pseh2_64.h.

◆ ExceptionRecord

struct _EXCEPTION_RECORD* _SEH$$_EXCEPTION_RECORD::ExceptionRecord

Definition at line 8 of file pseh2_64.h.

◆ NumberParameters

unsigned long _SEH$$_EXCEPTION_RECORD::NumberParameters

Definition at line 10 of file pseh2_64.h.


The documentation for this struct was generated from the following file: