#include <CArchSystemWindows.h>
Inherits IArchSystem.
Inheritance diagram for CArchSystemWindows:
Public Member Functions | |
virtual std::string | getOSName () const |
Identify the OS. | |
virtual std::string | getPlatformName () const |
Identify the platform. | |
bool | isWOW64 () const |
Definition at line 23 of file CArchSystemWindows.h.
|
Identify the OS. Returns a string identifying the operating system. Implements IArchSystem. Definition at line 35 of file CArchSystemWindows.cpp. |
|
Identify the platform. Returns a string identifying the platform this OS is running on. Implements IArchSystem. Definition at line 112 of file CArchSystemWindows.cpp. |