Home
last modified time | relevance | path

Searched defs:__cxx_exception_type (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/crt/wine/
H A Dcppexcept.h110 typedef struct __cxx_exception_type struct
112 UINT flags; /* TYPE_FLAG flags */
113 void (*destructor)(void);/* exception object destructor */
114 cxx_exc_custom_handler custom_handler; /* custom handler for this exception */
115 const cxx_type_info_table *type_info_table; /* list of types for this exception object */
/reactos/sdk/lib/crt/include/internal/wine/
H A Dcppexcept.h143 typedef struct __cxx_exception_type struct
145 UINT flags; /* TYPE_FLAG flags */
146 void (*destructor)(void);/* exception object destructor */
147 cxx_exc_custom_handler custom_handler; /* custom handler for this exception */
148 const cxx_type_info_table *type_info_table; /* list of types for this exception object */