Checks if the registry key has been successfully opened. @return true if registry key is valid.
| 69 | // @return true if registry key is valid. |
| 70 | // |
| 71 | bool AtlRegKey::Valid() const noexcept(false) |
| 72 | { |
| 73 | return m_Key.m_hKey != nullptr; |
| 74 | } |
| 75 | |
| 76 | // |
| 77 | // Returns the handle of our registry key. |
no outgoing calls
no test coverage detected