24 struct _EXCEPTION_POINTERS;
27 _In_ unsigned long _ExceptionNum,
28 _In_ struct _EXCEPTION_POINTERS* _ExceptionPtr
32 _In_ unsigned long _ExceptionNum,
33 _In_ struct _EXCEPTION_POINTERS* _ExceptionPtr
93 #ifdef _CRT_DECLARE_GLOBAL_VARIABLES_DIRECTLY
97 #define _acmdln (*__p__acmdln())
98 #define _wcmdln (*__p__wcmdln())
124 #ifndef _CRT_ONEXIT_T_DEFINED
125 #define _CRT_ONEXIT_T_DEFINED
129 typedef int (__clrcall* _onexit_m_t)(
void);
168 #if _CRT_FUNCTIONS_REQUIRED
179 __crt_bool __cdecl __acrt_uninitialize_critical(
184 __crt_bool __cdecl __acrt_thread_attach(
void);
187 __crt_bool __cdecl __acrt_thread_detach(
void);
189 #endif // _CRT_FUNCTIONS_REQUIRED
_PVFV * _end
Definition: corecrt_startup.h:137
_ACRTIMP char **__cdecl __p__acmdln(void)
return
Definition: corecrt_memcpy_s.h:60
wchar_t *__CRTDECL _get_wide_winmain_command_line(void)
_ACRTIMP void __cdecl _set_app_type(_In_ _crt_app_type _Type)
#define _ACRTIMP
Definition: corecrt.h:27
_PVFV * _first
Definition: corecrt_startup.h:135
_ACRTIMP int __cdecl _crt_atexit(_In_opt_ _PVFV _Function)
_ACRTIMP char **__cdecl _get_initial_narrow_environment(void)
_ACRTIMP int __cdecl _crt_at_quick_exit(_In_opt_ _PVFV _Function)
struct _onexit_table_t _onexit_table_t
_ACRTIMP errno_t __cdecl _configure_wide_argv(_In_ _crt_argv_mode mode)
_ACRTIMP void __cdecl _initterm(_In_reads_(_Last-_First) _In_ _PVFV *_First, _In_ _PVFV *_Last)
char *__CRTDECL _get_narrow_winmain_command_line(void)
_Success_(return!=0) __crt_bool __cdecl __acrt_initialize(void)
_Bool __crt_bool
Definition: corecrt.h:139
_ACRTIMP int __cdecl _initterm_e(_In_reads_(_Last-_First) _PIFV *_First, _In_ _PIFV *_Last)
int(__cdecl * _PIFV)(void)
Definition: corecrt_startup.h:109
_ACRTIMP int __cdecl _initialize_onexit_table(_In_opt_ _onexit_table_t *_Table)
int errno_t
Definition: corecrt.h:476
_PVFV * _last
Definition: corecrt_startup.h:136
Definition: corecrt_startup.h:133
int __CRTDECL _initialize_wide_environment(void)
#define _CRT_BEGIN_C_HEADER
Definition: vcruntime.h:73
_ACRTIMP int __cdecl _seh_filter_dll(_In_ unsigned long _ExceptionNum, _In_ struct _EXCEPTION_POINTERS *_ExceptionPtr)
_ACRTIMP int __cdecl _seh_filter_exe(_In_ unsigned long _ExceptionNum, _In_ struct _EXCEPTION_POINTERS *_ExceptionPtr)
_ACRTIMP _crt_app_type __cdecl _query_app_type(void)
void(__cdecl * _PVFV)(void)
Definition: corecrt_startup.h:108
int __cdecl _is_c_termination_complete(void)
#define __CRTDECL
Definition: vcruntime.h:156
#define _In_
Definition: sal.h:305
_In_ wctype_t _Type
Definition: corecrt_wctype.h:111
#define _acmdln
Definition: corecrt_startup.h:97
#define _In_opt_
Definition: sal.h:306
_ACRTIMP int __cdecl _execute_onexit_table(_In_opt_ _onexit_table_t *_Table)
_crt_argv_mode
Definition: vcruntime_startup.h:16
int(__CRTDECL * _onexit_t)(void)
Definition: corecrt_startup.h:127
#define _wcmdln
Definition: corecrt_startup.h:98
_CRT_BEGIN_C_HEADER typedef void(__CRTDECL *terminate_handler)()
char int *typedef int(__CRTDECL *_CRT_REPORT_HOOKW)(int
Definition: crtdbg.h:45
_ACRTIMP errno_t __cdecl _configure_narrow_argv(_In_ _crt_argv_mode mode)
Definition: corecrt_startup.h:45
_In_reads_(_N) wchar_t const *_S2
_ACRTIMP wchar_t **__cdecl __p__wcmdln(void)
_crt_app_type
Definition: corecrt_startup.h:43
#define _CRT_END_C_HEADER
Definition: vcruntime.h:76
void(__cdecl * _PVFI)(int)
Definition: corecrt_startup.h:110
int __CRTDECL _initialize_narrow_environment(void)
_ACRTIMP void __cdecl __setusermatherr(_UserMathErrorFunctionPointer _UserMathErrorFunction)
Definition: corecrt_math.h:24
_ACRTIMP int __cdecl _register_onexit_function(_In_opt_ _onexit_table_t *_Table, _In_opt_ _onexit_t _Function)
Definition: corecrt_startup.h:47
Definition: corecrt_startup.h:46
_ACRTIMP wchar_t **__cdecl _get_initial_wide_environment(void)
int(__cdecl * _UserMathErrorFunctionPointer)(struct _exception *)
Definition: corecrt_startup.h:56
_FwdIt _Last
Definition: algorithm:1936