MCPcopy 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
28void RegistryKey::Close() {
29 if (_own && _hKey) {
30 ::RegCloseKey(_hKey);
31 }
32 _hKey = nullptr;
33}
34
35HKEY RegistryKey::Detach() {
36 auto h = _hKey;

Callers 6

BuildTreeMethod · 0.45
UpdateListMethod · 0.45
OnServiceStartMethod · 0.45
OnServiceStopMethod · 0.45
OnServicePauseMethod · 0.45
OnServiceContinueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected