| 2626 | |
| 2627 | |
| 2628 | inline RegResult RegKey::TryDisableReflectionKey() noexcept |
| 2629 | { |
| 2630 | return RegResult{ ::RegDisableReflectionKey(m_hKey) }; |
| 2631 | } |
| 2632 | |
| 2633 | |
| 2634 | inline void RegKey::ConnectRegistry(const std::wstring& machineName, const HKEY hKeyPredefined) |
nothing calls this directly
no outgoing calls
no test coverage detected