|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <cppexcept.h>

Public Attributes | |
| UINT | flags |
| UINT | type_info |
| int | offset |
| UINT | handler |
Definition at line 91 of file cppexcept.h.
| UINT catchblock_info::flags |
Definition at line 93 of file cppexcept.h.
| UINT catchblock_info::handler |
Definition at line 96 of file cppexcept.h.
Referenced by cxx_frame_handler().
| int catchblock_info::offset |
Definition at line 95 of file cppexcept.h.
Referenced by find_catch_handler().
| UINT catchblock_info::type_info |
Definition at line 94 of file cppexcept.h.
Referenced by dump_function_descr(), and find_catch_handler().