ReactOS 0.4.16-dev-2104-gb84fa49
catchblock_info Struct Reference

#include <cppexcept.h>

Collaboration diagram for catchblock_info:

Public Attributes

UINT flags
 
UINT type_info
 
int offset
 
UINT handler
 

Detailed Description

Definition at line 91 of file cppexcept.h.

Member Data Documentation

◆ flags

UINT catchblock_info::flags

Definition at line 93 of file cppexcept.h.

◆ handler

UINT catchblock_info::handler

Definition at line 96 of file cppexcept.h.

Referenced by cxx_frame_handler().

◆ offset

int catchblock_info::offset

Definition at line 95 of file cppexcept.h.

Referenced by find_catch_handler().

◆ type_info

UINT catchblock_info::type_info

Definition at line 94 of file cppexcept.h.

Referenced by dump_function_descr(), and find_catch_handler().


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