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

Method QueryGUIDValue

PathCopyCopy/src/AtlRegKey.cpp:139–143  ·  view source on GitHub ↗

Tries to load a GUID value from the registry key (stored as a string). @param p_pValueName Name of value to load. @param p_rValue Where to store value. @return Result code (ERROR_SUCCESS if it worked).

Source from the content-addressed store, hash-verified

137// @return Result code (ERROR_SUCCESS if it worked).
138//
139long AtlRegKey::QueryGUIDValue(const wchar_t* const p_pValueName,
140 GUID& p_rValue) const noexcept(false)
141{
142 return m_Key.QueryGUIDValue(p_pValueName, p_rValue);
143}
144
145//
146// Tries to load a value from the registry key.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected