MCPcopy 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
35HKEY RegistryKey::Detach() {
36 auto h = _hKey;
37 _hKey = nullptr;
38 return h;
39}
40
41void RegistryKey::Attach(HKEY hKey, bool own) {
42 Close();

Callers 4

OnTimerMethod · 0.45
BuildTreeMethod · 0.45
OnExportMethod · 0.45
UpdateMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected