An extension of QSysInfo.
More...
An extension of QSysInfo.
◆ QtlSysInfo()
QtlSysInfo::QtlSysInfo |
( |
| ) |
|
|
private |
◆ runningOnWin64()
bool QtlSysInfo::runningOnWin64 |
( |
| ) |
|
|
static |
Check if the application is running on a 64-bit version of Windows.
This cannot be detected by conditional compilation since a 32-bit Windows application may run on a 64-bit system.
- Returns
- True if the application is running on a 64-bit version of Windows. Always return false on non-Windows systems.
◆ numberOfProcessors()
int QtlSysInfo::numberOfProcessors |
( |
int |
defaultValue = -1 | ) |
|
|
static |
Get the number of processors in the system.
- Parameters
-
[in] | defaultValue | The value to return on error. Sometimes it can be useful to use 1 as default value. |
- Returns
- The number of processors in the system.
The documentation for this class was generated from the following files: