MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / openForRead

Method openForRead

src/common/utils.cpp:762–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760}
761
762bool NTRegQuery::openForRead(const char* key)
763{
764 return RegOpenKeyExA(HKEY_LOCAL_MACHINE, key, 0, KEY_QUERY_VALUE, &m_hKey) == ERROR_SUCCESS;
765}
766
767bool NTRegQuery::readValueSize(const char* value)
768{

Callers 1

validateProductSuiteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected