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

Method ValueInfo

PathCopyCopy/src/RegKey.cpp:32–37  ·  view source on GitHub ↗

Parametrized constructor. @param p_hKey Handle of key containing the registry value. @param p_pValueName Name of value.

Source from the content-addressed store, hash-verified

30// @param p_pValueName Name of value.
31//
32RegKey::ValueInfo::ValueInfo(HKEY const p_hKey,
33 const wchar_t* const p_pValueName)
34 : m_hKey(p_hKey),
35 m_ValueName(p_pValueName)
36{
37}
38
39//
40// Parametrized constructor.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected