xref: /reactos/sdk/lib/crt/include/internal/wine_msc.h (revision ede7a20a)
1 
2 exception * __thiscall MSVCRT_exception_ctor(exception * _this, const char ** name);
3 exception * __thiscall MSVCRT_exception_ctor_noalloc(exception * _this, char ** name, int noalloc);
4 exception * __thiscall MSVCRT_exception_copy_ctor(exception * _this, const exception * rhs);
5 exception * __thiscall MSVCRT_exception_default_ctor(exception * _this);
6 void __thiscall MSVCRT_exception_dtor(exception * _this);
7 exception * __thiscall MSVCRT_exception_opequals(exception * _this, const exception * rhs);
8 void * __thiscall MSVCRT_exception_vector_dtor(exception * _this, unsigned int flags);
9 void * __thiscall MSVCRT_exception_scalar_dtor(exception * _this, unsigned int flags);
10 const char * __thiscall MSVCRT_what_exception(exception * _this);
11 bad_typeid * __thiscall MSVCRT_bad_typeid_copy_ctor(bad_typeid * _this, const bad_typeid * rhs);
12 bad_typeid * __thiscall MSVCRT_bad_typeid_ctor(bad_typeid * _this, const char * name);
13 bad_typeid * __thiscall MSVCRT_bad_typeid_default_ctor(bad_typeid * _this);
14 void __thiscall MSVCRT_bad_typeid_dtor(bad_typeid * _this);
15 bad_typeid * __thiscall MSVCRT_bad_typeid_opequals(bad_typeid * _this, const bad_typeid * rhs);
16 void * __thiscall MSVCRT_bad_typeid_vector_dtor(bad_typeid * _this, unsigned int flags);
17 void * __thiscall MSVCRT_bad_typeid_scalar_dtor(bad_typeid * _this, unsigned int flags);
18 __non_rtti_object * __thiscall MSVCRT___non_rtti_object_copy_ctor(__non_rtti_object * _this, const __non_rtti_object * rhs);
19 __non_rtti_object * __thiscall MSVCRT___non_rtti_object_ctor(__non_rtti_object * _this, const char * name);
20 void __thiscall MSVCRT___non_rtti_object_dtor(__non_rtti_object * _this);
21 __non_rtti_object * __thiscall MSVCRT___non_rtti_object_opequals(__non_rtti_object * _this, const __non_rtti_object *rhs);
22 void * __thiscall MSVCRT___non_rtti_object_vector_dtor(__non_rtti_object * _this, unsigned int flags);
23 void * __thiscall MSVCRT___non_rtti_object_scalar_dtor(__non_rtti_object * _this, unsigned int flags);
24 bad_cast * __thiscall MSVCRT_bad_cast_ctor(bad_cast * _this, const char ** name);
25 bad_cast * __thiscall MSVCRT_bad_cast_copy_ctor(bad_cast * _this, const bad_cast * rhs);
26 bad_cast * __thiscall MSVCRT_bad_cast_ctor_charptr(bad_cast * _this, const char * name);
27 bad_cast * __thiscall MSVCRT_bad_cast_default_ctor(bad_cast * _this);
28 void __thiscall MSVCRT_bad_cast_dtor(bad_cast * _this);
29 bad_cast * __thiscall MSVCRT_bad_cast_opequals(bad_cast * _this, const bad_cast * rhs);
30 void * __thiscall MSVCRT_bad_cast_vector_dtor(bad_cast * _this, unsigned int flags);
31 void * __thiscall MSVCRT_bad_cast_scalar_dtor(bad_cast * _this, unsigned int flags);
32 int __thiscall MSVCRT_type_info_opequals_equals(type_info * _this, const type_info * rhs);
33 int __thiscall MSVCRT_type_info_opnot_equals(type_info * _this, const type_info * rhs);
34 int __thiscall MSVCRT_type_info_before(type_info * _this, const type_info * rhs);
35 void __thiscall MSVCRT_type_info_dtor(type_info * _this);
36 const char * __thiscall MSVCRT_type_info_name(type_info * _this);
37 const char * __thiscall MSVCRT_type_info_raw_name(type_info * _this);
38 void * __thiscall MSVCRT_type_info_vector_dtor(type_info * _this, unsigned int flags);
39 #if _MSVCR_VER >= 80
40 bad_alloc* __thiscall MSVCRT_bad_alloc_copy_ctor(bad_alloc* _this, const bad_alloc* rhs);
41 bad_alloc* __thiscall MSVCRT_bad_alloc_copy_ctor(bad_alloc* _this, const bad_alloc* rhs);
42 void __thiscall MSVCRT_bad_alloc_dtor(bad_alloc* _this);
43 #endif /* _MSVCR_VER >= 80 */
44 #if _MSVCR_VER >= 100
45 scheduler_resource_allocation_error* __thiscall scheduler_resource_allocation_error_ctor_name(
46     scheduler_resource_allocation_error* this, const char* name, HRESULT hr);
47 scheduler_resource_allocation_error* __thiscall scheduler_resource_allocation_error_ctor(
48     scheduler_resource_allocation_error* this, HRESULT hr);
49 scheduler_resource_allocation_error* __thiscall MSVCRT_scheduler_resource_allocation_error_copy_ctor(
50     scheduler_resource_allocation_error* this,
51     const scheduler_resource_allocation_error* rhs);
52 HRESULT __thiscall scheduler_resource_allocation_error_get_error_code(
53     const scheduler_resource_allocation_error* this);
54 void __thiscall MSVCRT_scheduler_resource_allocation_error_dtor(
55     scheduler_resource_allocation_error* this);
56 improper_lock* __thiscall improper_lock_ctor_str(improper_lock* this, const char* str);
57 improper_lock* __thiscall improper_lock_ctor(improper_lock* this);
58 improper_lock* __thiscall MSVCRT_improper_lock_copy_ctor(improper_lock* _this, const improper_lock* rhs);
59 void __thiscall MSVCRT_improper_lock_dtor(improper_lock* _this);
60 invalid_scheduler_policy_key* __thiscall invalid_scheduler_policy_key_ctor_str(
61     invalid_scheduler_policy_key* this, const char* str);
62 invalid_scheduler_policy_key* __thiscall invalid_scheduler_policy_key_ctor(
63     invalid_scheduler_policy_key* this);
64 invalid_scheduler_policy_key* __thiscall MSVCRT_invalid_scheduler_policy_key_copy_ctor(
65     invalid_scheduler_policy_key* _this, const invalid_scheduler_policy_key* rhs);
66 void __thiscall MSVCRT_invalid_scheduler_policy_key_dtor(
67     invalid_scheduler_policy_key* _this);
68 invalid_scheduler_policy_value* __thiscall invalid_scheduler_policy_value_ctor_str(
69     invalid_scheduler_policy_value* this, const char* str);
70 invalid_scheduler_policy_value* __thiscall invalid_scheduler_policy_value_ctor(
71     invalid_scheduler_policy_value* this);
72 invalid_scheduler_policy_value* __thiscall MSVCRT_invalid_scheduler_policy_value_copy_ctor(
73     invalid_scheduler_policy_value* _this, const invalid_scheduler_policy_value* rhs);
74 void __thiscall MSVCRT_invalid_scheduler_policy_value_dtor(
75     invalid_scheduler_policy_value* _this);
76 invalid_scheduler_policy_thread_specification* __thiscall invalid_scheduler_policy_thread_specification_ctor_str(
77     invalid_scheduler_policy_thread_specification* this, const char* str);
78 invalid_scheduler_policy_thread_specification* __thiscall invalid_scheduler_policy_thread_specification_ctor(
79     invalid_scheduler_policy_thread_specification* this);
80 invalid_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);
82 void __thiscall MSVCRT_invalid_scheduler_policy_thread_specification_dtor(
83     invalid_scheduler_policy_thread_specification* _this);
84 improper_scheduler_attach* __thiscall improper_scheduler_attach_ctor_str(
85     improper_scheduler_attach* this, const char* str);
86 improper_scheduler_attach* __thiscall improper_scheduler_attach_ctor(
87     improper_scheduler_attach* this);
88 improper_scheduler_attach* __thiscall MSVCRT_improper_scheduler_attach_copy_ctor(
89     improper_scheduler_attach* _this, const improper_scheduler_attach* rhs);
90 void __thiscall MSVCRT_improper_scheduler_attach_dtor(
91     improper_scheduler_attach* _this);
92 improper_scheduler_detach* __thiscall improper_scheduler_detach_ctor_str(
93     improper_scheduler_detach* this, const char* str);
94 improper_scheduler_detach* __thiscall improper_scheduler_detach_ctor(
95     improper_scheduler_detach* this);
96 improper_scheduler_detach* __thiscall MSVCRT_improper_scheduler_detach_copy_ctor(
97     improper_scheduler_detach* _this, const improper_scheduler_detach* rhs);
98 void __thiscall MSVCRT_improper_scheduler_detach_dtor(
99     improper_scheduler_detach* _this);
100 #endif
101