ReactOS 0.4.16-dev-853-g88d9285
|
#include <corecrt_internal.h>
Go to the source code of this file.
Variables | |
int | __argc = 0 |
char ** | __argv = nullptr |
wchar_t ** | __wargv = nullptr |
char * | _pgmptr = nullptr |
wchar_t * | _wpgmptr = nullptr |
char * | _acmdln = nullptr |
wchar_t * | _wcmdln = nullptr |
_END_SECURE_CRT_DEPRECATION_DISABLE bool __cdecl __acrt_initialize_command_line | ( | void | ) |
Definition at line 61 of file argv_data.cpp.
Definition at line 68 of file argv_data.cpp.
_BEGIN_SECURE_CRT_DEPRECATION_DISABLE int *__cdecl __p___argc | ( | void | ) |
Definition at line 32 of file argv_data.cpp.
Referenced by call_main< decltype(main)>(), call_main< decltype(wmain)>(), and Test___argc().
Definition at line 33 of file argv_data.cpp.
Referenced by call_main< decltype(main)>(), ok_argsA_imp(), and Test___argv().
Definition at line 34 of file argv_data.cpp.
Referenced by call_main< decltype(wmain)>(), ok_argsW_imp(), and Test___wargv().
Definition at line 49 of file argv_data.cpp.
Definition at line 40 of file argv_data.cpp.
int __argc = 0 |
Definition at line 22 of file argv_data.cpp.
Referenced by __p___argc().
Definition at line 23 of file argv_data.cpp.
Referenced by __p___argv().
Definition at line 24 of file argv_data.cpp.
Referenced by __p___wargv().
Definition at line 27 of file argv_data.cpp.
Referenced by __acrt_initialize_command_line(), __getmainargs(), __p__acmdln(), crt_process_init(), and DllMain().
Definition at line 25 of file argv_data.cpp.
Referenced by __getmainargs(), __p__pgmptr(), and _get_pgmptr().
Definition at line 28 of file argv_data.cpp.
Referenced by __acrt_initialize_command_line(), __p__wcmdln(), __wgetmainargs(), crt_process_init(), and DllMain().
Definition at line 26 of file argv_data.cpp.
Referenced by __p__wpgmptr(), __wgetmainargs(), and _get_wpgmptr().