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

Method DeleteValue

WinArk/RegistryKey.cpp:261–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261_Use_decl_annotations_
262LSTATUS RegistryKey::DeleteValue(LPCTSTR lpszValue) noexcept {
263 ATLASSERT(_hKey);
264 return ::RegDeleteValue(_hKey, (LPTSTR)lpszValue);
265}
266
267void RegistryKey::CheckPredefinedKey() {
268 if ((DWORD_PTR)_hKey & 0xf000000000000000)

Callers 5

UndoMethod · 0.80
UndoMethod · 0.80
ReplaceTaskManagerMethod · 0.80
ExecuteMethod · 0.80
RenameValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected