|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <vcruntime.h>

Go to the source code of this file.
Typedefs | |
| typedef _CRT_BEGIN_C_HEADER enum _crt_argv_mode | _crt_argv_mode |
| typedef enum _crt_exit_cleanup_mode | _crt_exit_cleanup_mode |
| typedef enum _crt_exit_return_mode | _crt_exit_return_mode |
Functions | |
| __vcrt_bool __cdecl | __vcrt_initialize (void) |
| __vcrt_bool __cdecl | __vcrt_uninitialize (_In_ __vcrt_bool _Terminating) |
| int __cdecl | __isa_available_init (void) |
| Enumerator | |
|---|---|
| _crt_argv_no_arguments | |
| _crt_argv_unexpanded_arguments | |
| _crt_argv_expanded_arguments | |
Definition at line 14 of file vcruntime_startup.h.
| Enumerator | |
|---|---|
| _crt_exit_full_cleanup | |
| _crt_exit_quick_cleanup | |
| _crt_exit_no_cleanup | |
Definition at line 21 of file vcruntime_startup.h.
| Enumerator | |
|---|---|
| _crt_exit_terminate_process | |
| _crt_exit_return_to_caller | |
Definition at line 28 of file vcruntime_startup.h.
Definition at line 21 of file isa_available.cpp.
Referenced by __acrt_initialize(), and __scrt_initialize().
| __vcrt_bool __cdecl __vcrt_initialize | ( | void | ) |
Definition at line 18 of file __vcrt_init.c.
Referenced by __scrt_initialize(), and DllMainProcessAttach().
| __vcrt_bool __cdecl __vcrt_uninitialize | ( | _In_ __vcrt_bool | _Terminating | ) |
Definition at line 28 of file __vcrt_init.c.
Referenced by __scrt_initialize(), DllMainProcessAttach(), and uninitialize_vcruntime().