operating system info
More...
#include <OSWindows.h>
§ DumpSystemInfo()
void COSInfo::DumpSystemInfo |
( |
| ) |
|
|
static |
dump os info to log
dump system info
§ GetOSMajorVersion()
DWORD ParaEngine::COSInfo::GetOSMajorVersion |
( |
| ) |
|
|
static |
- Returns
- value > 5 if it is win vista or 7
§ GetSystemInfoString()
const std::string & ParaEngine::COSInfo::GetSystemInfoString |
( |
bool |
bRefresh = false | ) |
|
|
static |
fetch OS information string.
- Parameters
-
bRefresh | true to force all parameters to be refreshed. |
- Returns
- : the output string. each attribute is printed on a single line, such as "Processor type: 586"
The documentation for this class was generated from the following files:
- Client/trunk/ParaEngineClient/Engine/OSWindows.h
- Client/trunk/ParaEngineClient/Engine/OSWindows.cpp