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

Method AddressOf

KernelLibrary/RegistryKey.h:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 HANDLE* AddressOf() {
34 return &_hKey;
35 }
36
37 operator HANDLE() const {
38 return _hKey;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected