ReactOS 0.4.16-dev-716-g2b2bdab
|
Go to the source code of this file.
Classes | |
struct | _onexit_table_t |
Macros | |
#define | _acmdln (*__p__acmdln()) |
#define | _wcmdln (*__p__wcmdln()) |
#define | _CRT_ONEXIT_T_DEFINED |
Typedefs | |
typedef enum _crt_app_type | _crt_app_type |
typedef int(__cdecl * | _UserMathErrorFunctionPointer) (struct _exception *) |
typedef void(__cdecl * | _PVFV) (void) |
typedef int(__cdecl * | _PIFV) (void) |
typedef void(__cdecl * | _PVFI) (int) |
typedef int(__CRTDECL * | _onexit_t) (void) |
typedef struct _onexit_table_t | _onexit_table_t |
Enumerations | |
enum | _crt_app_type { _crt_unknown_app , _crt_console_app , _crt_gui_app } |
#define _acmdln (*__p__acmdln()) |
Definition at line 101 of file corecrt_startup.h.
#define _CRT_ONEXIT_T_DEFINED |
Definition at line 129 of file corecrt_startup.h.
#define _wcmdln (*__p__wcmdln()) |
Definition at line 102 of file corecrt_startup.h.
typedef enum _crt_app_type _crt_app_type |
Definition at line 131 of file corecrt_startup.h.
typedef struct _onexit_table_t _onexit_table_t |
Definition at line 113 of file corecrt_startup.h.
Definition at line 114 of file corecrt_startup.h.
Definition at line 112 of file corecrt_startup.h.
typedef int(__cdecl * _UserMathErrorFunctionPointer) (struct _exception *) |
Definition at line 60 of file corecrt_startup.h.
Enumerator | |
---|---|
_crt_unknown_app | |
_crt_console_app | |
_crt_gui_app |
Definition at line 47 of file corecrt_startup.h.
_ACRTIMP void __cdecl __setusermatherr | ( | _UserMathErrorFunctionPointer | _UserMathErrorFunction | ) |
Definition at line 17 of file _invoke_matherr.c.
_ACRTIMP errno_t __cdecl _configure_narrow_argv | ( | _In_ _crt_argv_mode | mode | ) |
_ACRTIMP errno_t __cdecl _configure_wide_argv | ( | _In_ _crt_argv_mode | mode | ) |
_ACRTIMP int __cdecl _execute_onexit_table | ( | _In_opt_ _onexit_table_t * | _Table | ) |
Referenced by common_exit().
Definition at line 328 of file environment_initialization.cpp.
Definition at line 333 of file environment_initialization.cpp.
Definition at line 102 of file argv_winmain.cpp.
Definition at line 108 of file argv_winmain.cpp.
Definition at line 192 of file environment_initialization.cpp.
_ACRTIMP int __cdecl _initialize_onexit_table | ( | _In_opt_ _onexit_table_t * | _Table | ) |
Referenced by initialize_c().
Definition at line 197 of file environment_initialization.cpp.
_ACRTIMP void __cdecl _initterm | ( | _In_reads_(_Last - _First) _In_ _PVFV * | _First, |
_In_ _PVFV * | _Last | ||
) |
Referenced by common_exit().
_ACRTIMP _crt_app_type __cdecl _query_app_type | ( | void | ) |
Definition at line 85 of file report_runtime_error.cpp.
Referenced by __acrt_lowio_set_os_handle(), _free_osfhnd(), and common_assert().
_ACRTIMP int __cdecl _register_onexit_function | ( | _In_opt_ _onexit_table_t * | _Table, |
_In_opt_ _onexit_t | _Function | ||
) |
_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 | ||
) |
Referenced by thread_start().
_ACRTIMP void __cdecl _set_app_type | ( | _In_ _crt_app_type | _Type | ) |