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

Method CreateSubKey

PathCopyCopy/src/AtlRegKey.cpp:272–275  ·  view source on GitHub ↗

Opens or creates a subkey of this registry key. @param p_pKeyName Name of subkey to open or create. @return Wrapper for the subkey.

Source from the content-addressed store, hash-verified

270// @return Wrapper for the subkey.
271//
272std::shared_ptr<RegKey> AtlRegKey::CreateSubKey(const wchar_t* const p_pKeyName)
273{
274 return std::make_shared<AtlRegKey>(m_Key.m_hKey, p_pKeyName, true);
275}

Callers 5

UserSettingsMethod · 0.45
SetFormInformationMethod · 0.45
SavePipelinePluginsMethod · 0.45
RegistryOutputClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected