Win32 implementation of IArchString. More...
#include <CArchSystemWindows.h>
Inherits IArchSystem.
Public Member Functions | |
| virtual std::string | getOSName () const |
| Identify the OS. | |
| virtual std::string | getPlatformName () const |
| Identify the platform. | |
| virtual std::string | setting (const std::string &valueName) const |
| Get a Synergy setting. | |
| virtual void | setting (const std::string &valueName, const std::string &valueString) const |
| Set a Synergy setting. | |
| bool | isWOW64 () const |
Win32 implementation of IArchString.
Definition at line 27 of file CArchSystemWindows.h.
| std::string CArchSystemWindows::getOSName | ( | ) | const [virtual] |
Identify the OS.
Returns a string identifying the operating system.
Implements IArchSystem.
Definition at line 47 of file CArchSystemWindows.cpp.
| std::string CArchSystemWindows::getPlatformName | ( | ) | const [virtual] |
Identify the platform.
Returns a string identifying the platform this OS is running on.
Implements IArchSystem.
Definition at line 124 of file CArchSystemWindows.cpp.
| std::string CArchSystemWindows::setting | ( | const std::string & | valueName | ) | const [virtual] |
Get a Synergy setting.
Reads a Synergy setting from the system.
Implements IArchSystem.
Definition at line 141 of file CArchSystemWindows.cpp.
References CArchMiscWindows::openKey(), and CArchMiscWindows::readValueString().
| void CArchSystemWindows::setting | ( | const std::string & | valueName, | |
| const std::string & | valueString | |||
| ) | const [virtual] |
Set a Synergy setting.
Writes a Synergy setting from the system.
Implements IArchSystem.
Definition at line 151 of file CArchSystemWindows.cpp.
References CArchMiscWindows::addKey(), and CArchMiscWindows::setValue().
1.7.1