ReactOS 0.4.16-dev-927-g467dec4
|
#include <vcruntime_startup.h>
Go to the source code of this file.
__vcrt_bool __cdecl __vcrt_initialize | ( | void | ) |
Definition at line 13 of file __vcrt_init_stubs.c.
Referenced by __scrt_initialize(), and DllMainProcessAttach().
__vcrt_bool __cdecl __vcrt_thread_attach | ( | void | ) |
Definition at line 28 of file __vcrt_init_stubs.c.
__vcrt_bool __cdecl __vcrt_thread_detach | ( | void | ) |
Definition at line 33 of file __vcrt_init_stubs.c.
__vcrt_bool __cdecl __vcrt_uninitialize | ( | _In_ __vcrt_bool | _Terminating | ) |
Definition at line 18 of file __vcrt_init_stubs.c.
Referenced by __scrt_initialize(), DllMainProcessAttach(), and uninitialize_vcruntime().
__vcrt_bool __cdecl __vcrt_uninitialize_critical | ( | void | ) |
Definition at line 23 of file __vcrt_init_stubs.c.