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