Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ Detach
Method
Detach
WinArk/RegistryKey.cpp:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
HKEY RegistryKey::Detach() {
36
auto h = _hKey;
37
_hKey = nullptr;
38
return h;
39
}
40
41
void RegistryKey::Attach(HKEY hKey, bool own) {
42
Close();
Callers
4
OnTimer
Method · 0.45
BuildTree
Method · 0.45
OnExport
Method · 0.45
UpdateMenu
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected