|
Kanzi Graphics Engine
|
Read-only values from the system. More...
#include <kza_application.h>
Data Fields | |
| kzString * | programArguments |
| An array of program arguments from the system. More... | |
| kzUint | programArgumentCount |
| Number of arguments in the array. More... | |
| kzBool | skipSystemInitialization |
| Skip system initialization (used in unit tests). More... | |
Read-only values from the system.
| kzString* KzaSystemProperties::programArguments |
An array of program arguments from the system.
The first element in the array contains the full path and executable name (if applicable) and the actual command line arguments start from the second element onwards.
| kzUint KzaSystemProperties::programArgumentCount |
Number of arguments in the array.
| kzBool KzaSystemProperties::skipSystemInitialization |
Skip system initialization (used in unit tests).