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

Method Attach

KernelLibrary/RegistryKey.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void RegistryKey::Attach(HANDLE hKey, bool own) {
33 Close();
34 _hKey = hKey;
35 _own = own;
36 CheckPredefinedKey();
37}
38
39// ����
40NTSTATUS RegistryKey::Create(HANDLE hKeyParent, PUNICODE_STRING keyName, RegistryAccessMask accessMask,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected