ReactOS 0.4.16-dev-2110-ge3521eb
wine_msc.h
Go to the documentation of this file.
1
3exception * __thiscall exception_ctor_noalloc(exception * _this, char ** name, int noalloc);
8void * __thiscall exception_vector_dtor(exception * _this, unsigned int flags);
9void * __thiscall exception_scalar_dtor(exception * _this, unsigned int flags);
10const char * __thiscall exception_what(exception * _this);
12bad_typeid * __thiscall bad_typeid_ctor(bad_typeid * _this, const char * name);
16void * __thiscall bad_typeid_vector_dtor(bad_typeid * _this, unsigned int flags);
17void * __thiscall bad_typeid_scalar_dtor(bad_typeid * _this, unsigned int flags);
24bad_cast * __thiscall bad_cast_ctor(bad_cast * _this, const char ** name);
30void * __thiscall bad_cast_vector_dtor(bad_cast * _this, unsigned int flags);
31void * __thiscall bad_cast_scalar_dtor(bad_cast * _this, unsigned int flags);
34int __thiscall type_info_before(type_info * _this, const type_info * rhs);
36const char * __thiscall type_info_name(type_info * _this);
37const char * __thiscall type_info_raw_name(type_info * _this);
38void * __thiscall type_info_vector_dtor(type_info * _this, unsigned int flags);
39#if _MSVCR_VER >= 80
40bad_alloc* __thiscall MSVCRT_bad_alloc_copy_ctor(bad_alloc* _this, const bad_alloc* rhs);
41bad_alloc* __thiscall MSVCRT_bad_alloc_copy_ctor(bad_alloc* _this, const bad_alloc* rhs);
42void __thiscall MSVCRT_bad_alloc_dtor(bad_alloc* _this);
43#endif /* _MSVCR_VER >= 80 */
44#if _MSVCR_VER >= 100
45scheduler_resource_allocation_error* __thiscall scheduler_resource_allocation_error_ctor_name(
46 scheduler_resource_allocation_error* this, const char* name, HRESULT hr);
47scheduler_resource_allocation_error* __thiscall scheduler_resource_allocation_error_ctor(
48 scheduler_resource_allocation_error* this, HRESULT hr);
49scheduler_resource_allocation_error* __thiscall MSVCRT_scheduler_resource_allocation_error_copy_ctor(
50 scheduler_resource_allocation_error* this,
51 const scheduler_resource_allocation_error* rhs);
52HRESULT __thiscall scheduler_resource_allocation_error_get_error_code(
53 const scheduler_resource_allocation_error* this);
54void __thiscall MSVCRT_scheduler_resource_allocation_error_dtor(
55 scheduler_resource_allocation_error* this);
56improper_lock* __thiscall improper_lock_ctor_str(improper_lock* this, const char* str);
57improper_lock* __thiscall improper_lock_ctor(improper_lock* this);
58improper_lock* __thiscall MSVCRT_improper_lock_copy_ctor(improper_lock* _this, const improper_lock* rhs);
59void __thiscall MSVCRT_improper_lock_dtor(improper_lock* _this);
60invalid_scheduler_policy_key* __thiscall invalid_scheduler_policy_key_ctor_str(
61 invalid_scheduler_policy_key* this, const char* str);
62invalid_scheduler_policy_key* __thiscall invalid_scheduler_policy_key_ctor(
63 invalid_scheduler_policy_key* this);
64invalid_scheduler_policy_key* __thiscall MSVCRT_invalid_scheduler_policy_key_copy_ctor(
65 invalid_scheduler_policy_key* _this, const invalid_scheduler_policy_key* rhs);
66void __thiscall MSVCRT_invalid_scheduler_policy_key_dtor(
67 invalid_scheduler_policy_key* _this);
68invalid_scheduler_policy_value* __thiscall invalid_scheduler_policy_value_ctor_str(
69 invalid_scheduler_policy_value* this, const char* str);
70invalid_scheduler_policy_value* __thiscall invalid_scheduler_policy_value_ctor(
71 invalid_scheduler_policy_value* this);
72invalid_scheduler_policy_value* __thiscall MSVCRT_invalid_scheduler_policy_value_copy_ctor(
73 invalid_scheduler_policy_value* _this, const invalid_scheduler_policy_value* rhs);
74void __thiscall MSVCRT_invalid_scheduler_policy_value_dtor(
75 invalid_scheduler_policy_value* _this);
76invalid_scheduler_policy_thread_specification* __thiscall invalid_scheduler_policy_thread_specification_ctor_str(
77 invalid_scheduler_policy_thread_specification* this, const char* str);
78invalid_scheduler_policy_thread_specification* __thiscall invalid_scheduler_policy_thread_specification_ctor(
79 invalid_scheduler_policy_thread_specification* this);
80invalid_scheduler_policy_thread_specification* __thiscall MSVCRT_invalid_scheduler_policy_thread_specification_copy_ctor(
81 invalid_scheduler_policy_thread_specification* _this, const invalid_scheduler_policy_thread_specification* rhs);
82void __thiscall MSVCRT_invalid_scheduler_policy_thread_specification_dtor(
83 invalid_scheduler_policy_thread_specification* _this);
84improper_scheduler_attach* __thiscall improper_scheduler_attach_ctor_str(
85 improper_scheduler_attach* this, const char* str);
86improper_scheduler_attach* __thiscall improper_scheduler_attach_ctor(
87 improper_scheduler_attach* this);
88improper_scheduler_attach* __thiscall MSVCRT_improper_scheduler_attach_copy_ctor(
89 improper_scheduler_attach* _this, const improper_scheduler_attach* rhs);
90void __thiscall MSVCRT_improper_scheduler_attach_dtor(
91 improper_scheduler_attach* _this);
92improper_scheduler_detach* __thiscall improper_scheduler_detach_ctor_str(
93 improper_scheduler_detach* this, const char* str);
94improper_scheduler_detach* __thiscall improper_scheduler_detach_ctor(
95 improper_scheduler_detach* this);
96improper_scheduler_detach* __thiscall MSVCRT_improper_scheduler_detach_copy_ctor(
97 improper_scheduler_detach* _this, const improper_scheduler_detach* rhs);
98void __thiscall MSVCRT_improper_scheduler_detach_dtor(
99 improper_scheduler_detach* _this);
100#endif
GLbitfield flags
Definition: glext.h:7161
#define __thiscall
Definition: cpp.c:43
#define __non_rtti_object
Definition: msvc_fwd_decl.h:4
#define bad_typeid
Definition: msvc_fwd_decl.h:3
#define bad_cast
Definition: msvc_fwd_decl.h:2
const WCHAR * str
HRESULT hr
Definition: shlfolder.c:183
Definition: name.c:39
exception __thiscall exception_copy_ctor(exception *_this, const exception *rhs)
void __thiscall bad_typeid_dtor(bad_typeid *_this)
Definition: cpp.c:195
void *__thiscall bad_cast_scalar_dtor(bad_cast *_this, unsigned int flags)
Definition: cpp.c:414
void __thiscall type_info_dtor(type_info *_this)
Definition: cpp.c:459
bad_cast *__thiscall bad_cast_copy_ctor(bad_cast *_this, const bad_cast *rhs)
Definition: cpp.c:341
void __thiscall bad_cast_dtor(bad_cast *_this)
Definition: cpp.c:370
int __thiscall type_info_before(type_info *_this, const type_info *rhs)
Definition: cpp.c:448
void *__thiscall bad_typeid_scalar_dtor(bad_typeid *_this, unsigned int flags)
Definition: cpp.c:239
bad_cast *__thiscall bad_cast_ctor(bad_cast *_this, const char **name)
Definition: cpp.c:331
void __thiscall exception_dtor(exception *_this)
exception __thiscall exception_default_ctor(exception *_this)
Definition: cpp.c:128
void *__thiscall exception_vector_dtor(exception *_this, unsigned int flags)
void *__thiscall bad_cast_vector_dtor(bad_cast *_this, unsigned int flags)
Definition: cpp.c:391
void *__thiscall __non_rtti_object_scalar_dtor(__non_rtti_object *_this, unsigned int flags)
Definition: cpp.c:318
const char *__thiscall type_info_name(type_info *_this)
Definition: cpp.c:469
__non_rtti_object *__thiscall __non_rtti_object_copy_ctor(__non_rtti_object *_this, const __non_rtti_object *rhs)
Definition: cpp.c:251
int __thiscall type_info_opequals_equals(type_info *_this, const type_info *rhs)
Definition: cpp.c:426
void *__thiscall exception_scalar_dtor(exception *_this, unsigned int flags)
Definition: cpp.c:154
bad_typeid *__thiscall bad_typeid_copy_ctor(bad_typeid *_this, const bad_typeid *rhs)
Definition: cpp.c:166
void *__thiscall bad_typeid_vector_dtor(bad_typeid *_this, unsigned int flags)
Definition: cpp.c:216
const char *__thiscall type_info_raw_name(type_info *_this)
Definition: cpp.c:503
void __thiscall __non_rtti_object_dtor(__non_rtti_object *_this)
Definition: cpp.c:273
void *__thiscall __non_rtti_object_vector_dtor(__non_rtti_object *_this, unsigned int flags)
Definition: cpp.c:295
int __thiscall type_info_opnot_equals(type_info *_this, const type_info *rhs)
Definition: cpp.c:437
bad_typeid *__thiscall bad_typeid_opequals(bad_typeid *_this, const bad_typeid *rhs)
Definition: cpp.c:205
bad_cast *__thiscall bad_cast_ctor_charptr(bad_cast *_this, const char *name)
Definition: cpp.c:351
__non_rtti_object *__thiscall __non_rtti_object_opequals(__non_rtti_object *_this, const __non_rtti_object *rhs)
Definition: cpp.c:283
const char *__thiscall exception_what(exception *_this)
bad_cast *__thiscall bad_cast_opequals(bad_cast *_this, const bad_cast *rhs)
Definition: cpp.c:380
void *__thiscall type_info_vector_dtor(type_info *_this, unsigned int flags)
bad_typeid *__thiscall bad_typeid_default_ctor(bad_typeid *_this)
Definition: cpp.c:186
exception __thiscall exception_opequals(exception *_this, const exception *rhs)
Definition: cpp.c:138
bad_typeid *__thiscall bad_typeid_ctor(bad_typeid *_this, const char *name)
Definition: cpp.c:176
__non_rtti_object *__thiscall __non_rtti_object_ctor(__non_rtti_object *_this, const char *name)
Definition: cpp.c:262
exception __thiscall MSVCRT_exception_ctor(exception *_this, const char **name)
bad_cast *__thiscall bad_cast_default_ctor(bad_cast *_this)
Definition: cpp.c:361
exception __thiscall exception_ctor_noalloc(exception *_this, char **name, int noalloc)
Definition: cpp.c:115