Inheritance diagram for CWin32ImplRegistry:
Public Methods | |
CWin32ImplRegistry () | |
~CWin32ImplRegistry () | |
virtual void | SetKey (const std::string &, const std::string &) |
virtual void | SetValueNameAndValue (const std::string &, const std::string &, const std::string &, const std::string &) |
virtual void | DeleteKey (const std::string &, const std::string &) |
virtual std::string | GetValueFromValueName (const std::string &, const std::string &, const std::string &) |
|
Set the root by default at //HKEY_LOCAL_MACHINE\\Software\\Hyperion |
|
Deletes a key.
Reimplemented from IImplRegistry. |
|
Get the value from a value field.
Reimplemented from IImplRegistry. |
|
Creates a new key.
Reimplemented from IImplRegistry. |
|
Creates a value field and initalizes to its value.
Reimplemented from IImplRegistry. |
|
|