#include <hyp.ker.regserver_utility.h>
Inheritance diagram for IImplRegistry:
Public Methods | |
virtual void | SetKey (const std::string &ParentKey, const std::string &Key)=0 |
virtual void | DeleteKey (const std::string &ParentKey, const std::string &Key)=0 |
virtual void | SetValueNameAndValue (const std::string &ParentKey, const std::string &Key, const std::string &ValueName, const std::string &Value)=0 |
virtual std::string | GetValueFromValueName (const std::string &ParentKey, const std::string &Key, const std::string &ValueName)=0 |
SetKeyRoot
|
Deletes a key.
Reimplemented in CWin32ImplRegistry, and CStdImplRegistry. |
|
Get the value from a value field.
Reimplemented in CWin32ImplRegistry, and CStdImplRegistry. |
|
Creates a new key.
Reimplemented in CWin32ImplRegistry, and CStdImplRegistry. |
|
Creates a value field and initalizes to its value.
Reimplemented in CWin32ImplRegistry, and CStdImplRegistry. |
|
|