ReactOS 0.4.15-dev-7842-g558ab78
_EXCEPTION_REGISTRATION_RECORD Struct Reference

#include <compat.h>

Collaboration diagram for _EXCEPTION_REGISTRATION_RECORD:

Public Attributes

struct _EXCEPTION_REGISTRATION_RECORDNext
 
PEXCEPTION_ROUTINE Handler
 
struct _EXCEPTION_REGISTRATION_RECORDPrev
 
PEXCEPTION_HANDLER Handler
 

Detailed Description

Definition at line 724 of file compat.h.

Member Data Documentation

◆ Handler [1/2]

PEXCEPTION_ROUTINE _EXCEPTION_REGISTRATION_RECORD::Handler

Definition at line 727 of file compat.h.

◆ Handler [2/2]

PEXCEPTION_HANDLER _EXCEPTION_REGISTRATION_RECORD::Handler

Definition at line 47 of file exception.h.

◆ Next

struct _EXCEPTION_REGISTRATION_RECORD* _EXCEPTION_REGISTRATION_RECORD::Next

Definition at line 726 of file compat.h.

Referenced by CountHandlers(), and RtlUnwind().

◆ Prev

struct _EXCEPTION_REGISTRATION_RECORD* _EXCEPTION_REGISTRATION_RECORD::Prev

Definition at line 46 of file exception.h.

Referenced by __wine_pop_frame(), and __wine_push_frame().


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