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

Method SetGUIDValue

PathCopyCopy/src/AtlRegKey.cpp:236–240  ·  view source on GitHub ↗

Tries to save a GUID value in the registry key (as a string). @param p_pValueName Name of value to save. @param p_pValue Value to save. @return Result code (ERROR_SUCCESS if it worked).

Source from the content-addressed store, hash-verified

234// @return Result code (ERROR_SUCCESS if it worked).
235//
236long AtlRegKey::SetGUIDValue(const wchar_t* const p_pValueName,
237 const GUID& p_Value) noexcept(false)
238{
239 return m_Key.SetGUIDValue(p_pValueName, p_Value);
240}
241
242//
243// Tries to save a string value in the registry key.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected