Returns the handle of our registry key. @return Registry key handle. null if not open.
| 79 | // @return Registry key handle. null if not open. |
| 80 | // |
| 81 | HKEY AtlRegKey::GetHKEY() const noexcept |
| 82 | { |
| 83 | return m_Key.m_hKey; |
| 84 | } |
| 85 | |
| 86 | // |
| 87 | // Opens or creates a key. |