MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / GetHKEY

Method GetHKEY

PathCopyCopy/src/AtlRegKey.cpp:81–84  ·  view source on GitHub ↗

Returns the handle of our registry key. @return Registry key handle. null if not open.

Source from the content-addressed store, hash-verified

79// @return Registry key handle. null if not open.
80//
81HKEY AtlRegKey::GetHKEY() const noexcept
82{
83 return m_Key.m_hKey;
84}
85
86//
87// Opens or creates a key.

Callers 1

RegisterCOMPluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected