Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ CheckPredefinedKey
Method
CheckPredefinedKey
WinArk/RegistryKey.cpp:267–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
void RegistryKey::CheckPredefinedKey() {
268
if ((DWORD_PTR)_hKey & 0xf000000000000000)
269
_own = false;
270
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected