Parametrized constructor. @param p_hParent Handle of parent key. @param p_pKeyName Name of subkey.
| 43 | // @param p_pKeyName Name of subkey. |
| 44 | // |
| 45 | RegKey::SubkeyInfo::SubkeyInfo(HKEY const p_hParent, |
| 46 | const wchar_t* const p_pKeyName) |
| 47 | : m_hParent(p_hParent), |
| 48 | m_KeyName(p_pKeyName) |
| 49 | { |
| 50 | } |
nothing calls this directly
no outgoing calls
no test coverage detected