![]() |
Audacity 3.2.0
|
Variables | |
UTILITY_API int | argc |
A copy of argc; responsibility of application startup to assign it. More... | |
UTILITY_API const char *const * | argv |
A copy of argv; responsibility of application startup to assign it. More... | |
|
extern |
A copy of argc; responsibility of application startup to assign it.
Definition at line 12 of file CommandLineArgs.cpp.
Referenced by AudacityApp::Initialize(), PluginHost::IsHostProcess(), main(), and AudacityApp::ParseCommandLine().
|
extern |
A copy of argv; responsibility of application startup to assign it.
Definition at line 13 of file CommandLineArgs.cpp.
Referenced by AudacityApp::AssociateFileTypes(), ExportCL::CheckFileName(), AudacityApp::Initialize(), ProjectFileIO::InSet(), PluginHost::IsHostProcess(), main(), PluginHostModule::OnInit(), and AudacityApp::ParseCommandLine().