15 RegistryKey& operator=(RegistryKey
const&);
16 RegistryKey(RegistryKey
const&);
23 MCNAPI RegistryKey(::RegistryKey&& key);
27 MCNAPI
explicit operator bool()
const;
30 MCNAPI
bool readValue(
char const* key, ::std::string& result)
const;
32 MCNAPI
bool readValue(
char const* name, ulong& result)
const;
41 MCNAPI static ::RegistryKey create(::HKEY__* base,
char const* path, ulong desiredAccess);
44 MCNAPI static ::RegistryKey
open(::HKEY__* base,
char const* path, ulong desiredAccess);
51 MCNAPI
void* $ctor(::RegistryKey&& key);