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

Method QueryDWORDValue

PathCopyCopy/src/AtlRegKey.cpp:113–117  ·  view source on GitHub ↗

Tries to load a DWORD value from the registry key. @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

111// @return Result code (ERROR_SUCCESS if it worked).
112//
113long AtlRegKey::QueryDWORDValue(const wchar_t* const p_pValueName,
114 DWORD& p_rValue) const noexcept(false)
115{
116 return m_Key.QueryDWORDValue(p_pValueName, p_rValue);
117}
118
119//
120// Tries to load a QWORD value from the registry key.

Callers 15

GetUseHiddenSharesMethod · 0.45
GetUseFQDNMethod · 0.45
GetAreQuotesOptionalMethod · 0.45
GetUseIconForSubmenuMethod · 0.45
GetUsePreviewModeMethod · 0.45
GetDropRedundantWordsMethod · 0.45
GetAlwaysShowSubmenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected