MCPcopy Create free account
hub / github.com/chrxh/alien / TryDisableReflectionKey

Method TryDisableReflectionKey

external/WinReg/WinReg.hpp:2628–2631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2626
2627
2628inline RegResult RegKey::TryDisableReflectionKey() noexcept
2629{
2630 return RegResult{ ::RegDisableReflectionKey(m_hKey) };
2631}
2632
2633
2634inline void RegKey::ConnectRegistry(const std::wstring& machineName, const HKEY hKeyPredefined)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected