1 // WindowsRegistry.h: Schnittstelle für die Klasse WindowsRegistry.
3 //////////////////////////////////////////////////////////////////////
5 #ifndef _WINDOWSREGISTRY_HXX_
6 #define _WINDOWSREGISTRY_HXX_
9 #pragma warning(push, 1) /* disable warnings within system headers */
16 #include "Registry.hxx"
18 /** Basically a factory class
25 RegistryKey
GetClassesRootKey(bool Writeable
= true) const;
27 RegistryKey
GetCurrentUserKey(bool Writeable
= true) const;
29 RegistryKey
GetLocalMachineKey(bool Writeable
= true) const;
31 RegistryKey
GetUserKey(bool Writeable
= true) const;
34 RegistryKey
GetRegistryKey(HKEY RootKey
, bool Writeable
) const;