Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ Close
Method
Close
WinArk/RegistryKey.cpp:28–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void RegistryKey::Close() {
29
if (_own && _hKey) {
30
::RegCloseKey(_hKey);
31
}
32
_hKey = nullptr;
33
}
34
35
HKEY RegistryKey::Detach() {
36
auto h = _hKey;
Callers
6
BuildTree
Method · 0.45
UpdateList
Method · 0.45
OnServiceStart
Method · 0.45
OnServiceStop
Method · 0.45
OnServicePause
Method · 0.45
OnServiceContinue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected