Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzaSystemProperties Struct Reference

Read-only values from the system. More...

#include <kza_application.h>

Data Fields

kzStringprogramArguments
 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...
 

Detailed Description

Read-only values from the system.

Field Documentation

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).


The documentation for this struct was generated from the following file: