Describes user hardware and operating system. More...
#include <DGLE_Types.h>
Public Attributes | |
char | cOSName [128] |
String with operating system description. | |
char | cCPUName [128] |
String with CPU description. | |
uint | uiCPUCount |
Number of CPUs on host system. | |
uint | uiCPUFrequency |
Real CPU frequency in MHz. | |
uint | uiRAMTotal |
Amount of RAM in system in megabytes. | |
uint | uiRAMAvailable |
Amount of free RAM in system on engine start in megabytes. | |
char | cVideocardName [128] |
String with primary videocard description. | |
uint | uiVideocardCount |
Number of videocards in system. | |
uint | uiVideocardRAM |
Amount of video RAM in system in megabytes. | |
Describes user hardware and operating system.
char cCPUName[128] |
String with CPU description.
char cOSName[128] |
String with operating system description.
char cVideocardName[128] |
String with primary videocard description.
uint uiCPUCount |
Number of CPUs on host system.
uint uiCPUFrequency |
Real CPU frequency in MHz.
uint uiRAMAvailable |
Amount of free RAM in system on engine start in megabytes.
uint uiRAMTotal |
Amount of RAM in system in megabytes.
uint uiVideocardCount |
Number of videocards in system.
uint uiVideocardRAM |
Amount of video RAM in system in megabytes.