ReactOS 0.4.16-dev-1946-g52006dd
_SEH3$_REGISTRATION_FRAME Struct Reference

#include <pseh3.h>

Collaboration diagram for _SEH3$_REGISTRATION_FRAME:

Public Attributes

struct _SEH3$_REGISTRATION_FRAMENext
 
voidHandler
 
PSEH3$_SCOPE_TABLE ScopeTable
 
unsigned long TryLevel
 
struct _SEH3$_REGISTRATION_FRAMEEndOfChain
 
PSEH3$_EXCEPTION_POINTERS volatile ExceptionPointers
 
unsigned long Esp
 
unsigned long Ebp
 
unsigned long ExceptionCode
 
charAllocaFrame
 

Detailed Description

Definition at line 38 of file pseh3.h.

Member Data Documentation

◆ AllocaFrame

char* _SEH3$_REGISTRATION_FRAME::AllocaFrame

Definition at line 63 of file pseh3.h.

◆ Ebp

unsigned long _SEH3$_REGISTRATION_FRAME::Ebp

Definition at line 58 of file pseh3.h.

◆ EndOfChain

struct _SEH3$_REGISTRATION_FRAME* _SEH3$_REGISTRATION_FRAME::EndOfChain

Definition at line 51 of file pseh3.h.

Referenced by __attribute__(), and _SEH3$_longjmp_unwind().

◆ Esp

unsigned long _SEH3$_REGISTRATION_FRAME::Esp

Definition at line 57 of file pseh3.h.

◆ ExceptionCode

unsigned long _SEH3$_REGISTRATION_FRAME::ExceptionCode

Definition at line 61 of file pseh3.h.

Referenced by __attribute__().

◆ ExceptionPointers

PSEH3$_EXCEPTION_POINTERS volatile _SEH3$_REGISTRATION_FRAME::ExceptionPointers

Definition at line 54 of file pseh3.h.

Referenced by __attribute__().

◆ Handler

void* _SEH3$_REGISTRATION_FRAME::Handler

Definition at line 42 of file pseh3.h.

Referenced by __attribute__(), and _SEH3$_longjmp_unwind().

◆ Next

struct _SEH3$_REGISTRATION_FRAME* _SEH3$_REGISTRATION_FRAME::Next

Definition at line 41 of file pseh3.h.

Referenced by __attribute__().

◆ ScopeTable

PSEH3$_SCOPE_TABLE _SEH3$_REGISTRATION_FRAME::ScopeTable

Definition at line 45 of file pseh3.h.

Referenced by __attribute__().

◆ TryLevel

unsigned long _SEH3$_REGISTRATION_FRAME::TryLevel

Definition at line 48 of file pseh3.h.


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