MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / QueryValue

Method QueryValue

WinArk/RegistryKey.cpp:215–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215_Use_decl_annotations_
216LSTATUS RegistryKey::QueryValue(LPCTSTR pszValueName, DWORD* pdwType, void* pData, ULONG* pnBytes) noexcept {
217 ATLASSERT(_hKey != nullptr);
218
219 return (::RegQueryValueEx(_hKey, pszValueName, nullptr, pdwType, static_cast<LPBYTE>(pData), pnBytes));
220}
221
222_Use_decl_annotations_
223LSTATUS RegistryKey::QueryDWORDValue(LPCTSTR pszValueName, DWORD& dwValue) noexcept {

Callers 8

ExecuteMethod · 0.80
ExecuteMethod · 0.80
OnInitDialogMethod · 0.80
ExecuteMethod · 0.80
GetColumnTextMethod · 0.80
OnInitDialogMethod · 0.80
ExportKeyMethod · 0.80
RenameValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected