MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / SubkeyInfo

Method SubkeyInfo

PathCopyCopy/src/RegKey.cpp:45–50  ·  view source on GitHub ↗

Parametrized constructor. @param p_hParent Handle of parent key. @param p_pKeyName Name of subkey.

Source from the content-addressed store, hash-verified

43// @param p_pKeyName Name of subkey.
44//
45RegKey::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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected