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

Method Valid

PathCopyCopy/src/AtlRegKey.cpp:71–74  ·  view source on GitHub ↗

Checks if the registry key has been successfully opened. @return true if registry key is valid.

Source from the content-addressed store, hash-verified

69// @return true if registry key is valid.
70//
71bool AtlRegKey::Valid() const noexcept(false)
72{
73 return m_Key.m_hKey != nullptr;
74}
75
76//
77// Returns the handle of our registry key.

Callers 6

RegGetPathWithPluginWFunction · 0.45
SettingsMethod · 0.45
GetCOMPluginsMethod · 0.45
ApplyGlobalRevisionsMethod · 0.45
GetPipelinePluginsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected