|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <corecrt.h>

Go to the source code of this file.
Classes | |
| struct | _onexit_table_t |
Macros | |
| #define | _CRT_ONEXIT_T_DEFINED |
| #define | _set_app_type __set_app_type |
Typedefs | |
| typedef enum _crt_argv_mode | _crt_argv_mode |
| typedef enum _crt_app_type | _crt_app_type |
| typedef void(__cdecl * | _PVFV) (void) |
| typedef int(__cdecl * | _PIFV) (void) |
| typedef void(__cdecl * | _PVFI) (int) |
| typedef struct _onexit_table_t | _onexit_table_t |
| typedef int(__cdecl * | _onexit_t) (void) |
| typedef int(__cdecl * | _UserMathErrorFunctionPointer) (struct _exception *) |
| #define _CRT_ONEXIT_T_DEFINED |
Definition at line 36 of file corecrt_startup.h.
| #define _set_app_type __set_app_type |
Definition at line 50 of file corecrt_startup.h.
| typedef enum _crt_app_type _crt_app_type |
| typedef enum _crt_argv_mode _crt_argv_mode |
Definition at line 37 of file corecrt_startup.h.
| typedef struct _onexit_table_t _onexit_table_t |
Definition at line 26 of file corecrt_startup.h.
Definition at line 27 of file corecrt_startup.h.
Definition at line 25 of file corecrt_startup.h.
| typedef int(__cdecl * _UserMathErrorFunctionPointer) (struct _exception *) |
Definition at line 41 of file corecrt_startup.h.
| Enumerator | |
|---|---|
| _crt_unknown_app | |
| _crt_console_app | |
| _crt_gui_app | |
| _crt_unknown_app | |
| _crt_console_app | |
| _crt_gui_app | |
Definition at line 18 of file corecrt_startup.h.
This file has no copyright assigned and is placed in the Public Domain. This file is part of the Wine project.
| Enumerator | |
|---|---|
| _crt_argv_no_arguments | |
| _crt_argv_unexpanded_arguments | |
| _crt_argv_expanded_arguments | |
| _crt_argv_no_arguments | |
| _crt_argv_unexpanded_arguments | |
| _crt_argv_expanded_arguments | |
Definition at line 11 of file corecrt_startup.h.
| _ACRTIMP void __cdecl __getmainargs | ( | int * | argc, |
| char *** | argv, | ||
| char *** | envp, | ||
| int | expand_wildcards, | ||
| int * | new_mode | ||
| ) |
Definition at line 579 of file data.c.
| _ACRTIMP void __cdecl __setusermatherr | ( | _UserMathErrorFunctionPointer | func | ) |
| _ACRTIMP void __cdecl __wgetmainargs | ( | int * | argc, |
| wchar_t *** | wargv, | ||
| wchar_t *** | wenvp, | ||
| int | expand_wildcards, | ||
| int * | new_mode | ||
| ) |
Definition at line 536 of file data.c.
| _ACRTIMP errno_t __cdecl _configure_narrow_argv | ( | _crt_argv_mode | mode | ) |
Definition at line 396 of file argv_parsing.cpp.
Referenced by call_main< decltype(main)>(), and mainCRTStartup().
| _ACRTIMP errno_t __cdecl _configure_wide_argv | ( | _crt_argv_mode | mode | ) |
Definition at line 401 of file argv_parsing.cpp.
Referenced by call_main< decltype(wmain)>(), and wmainCRTStartup().
Definition at line 46 of file onexit.cpp.
Referenced by test_call_exit(), and test_call_quick_exit().
Definition at line 41 of file onexit.cpp.
Referenced by test_call_exit(), and test_call_quick_exit().
| _ACRTIMP int __cdecl _execute_onexit_table | ( | _onexit_table_t * | table | ) |
Definition at line 91 of file onexit.c.
Referenced by common_exit(), test__execute_onexit_table(), and test__register_onexit_function().
Definition at line 328 of file environment_initialization.cpp.
Referenced by call_main< decltype(main)>(), and mainCRTStartup().
Definition at line 333 of file environment_initialization.cpp.
Referenced by call_main< decltype(wmain)>(), and wmainCRTStartup().
Definition at line 102 of file argv_winmain.cpp.
Referenced by test__get_narrow_winmain_command_line().
Definition at line 108 of file argv_winmain.cpp.
Definition at line 192 of file environment_initialization.cpp.
Referenced by mainCRTStartup().
| _ACRTIMP int __cdecl _initialize_onexit_table | ( | _onexit_table_t * | table | ) |
Definition at line 34 of file onexit.c.
Referenced by __scrt_initialize_onexit(), _execute_onexit_table(), initialize_c(), test__execute_onexit_table(), test__initialize_onexit_table(), and test__register_onexit_function().
Definition at line 197 of file environment_initialization.cpp.
Referenced by wmainCRTStartup().
| _ACRTIMP int __cdecl _register_onexit_function | ( | _onexit_table_t * | table, |
| _onexit_t | func | ||
| ) |
Definition at line 48 of file onexit.c.
Referenced by _crt_at_quick_exit(), _crt_atexit(), _CRTALLOC(), test__execute_onexit_table(), and test__register_onexit_function().
| _ACRTIMP void __cdecl _set_app_type | ( | _crt_app_type | new_app_type | ) |
Definition at line 80 of file report_runtime_error.cpp.