Default constructor. Does not open the key.
| 29 | // Default constructor. Does not open the key. |
| 30 | // |
| 31 | AtlRegKey::AtlRegKey() noexcept(false) |
| 32 | : RegKey(), |
| 33 | m_Key() |
| 34 | { |
| 35 | } |
| 36 | |
| 37 | // |
| 38 | // Constructor that opens or creates a key. |
nothing calls this directly
no outgoing calls
no test coverage detected