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

Method CheckPredefinedKey

KernelLibrary/RegistryKey.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141
142void RegistryKey::CheckPredefinedKey() {
143 if ((DWORD_PTR)_hKey & 0xf000000000000000)
144 _own = false;
145}
146
147NTSTATUS RegistryKey::DeleteKey() {
148 return ZwDeleteKey(_hKey);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected