MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Attach

Method Attach

WinArk/RegistryKey.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void RegistryKey::Attach(HKEY hKey, bool own) {
42 Close();
43 _hKey = hKey;
44 _own = own;
45 ATLASSERT(IsValid());
46 CheckPredefinedKey();
47}
48
49bool RegistryKey::IsValid() const {
50 return Registry::IsKeyValid(_hKey);

Callers 15

OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45
InitTreeMethod · 0.45
OnTimerMethod · 0.45
OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45
UpdateListMethod · 0.45
OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected