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

Method readValueSize

src/common/utils.cpp:767–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765}
766
767bool NTRegQuery::readValueSize(const char* value)
768{
769 m_value = value;
770 return RegQueryValueExA(m_hKey, value, NULL, &m_dwType, NULL, &m_dwSize) == ERROR_SUCCESS;
771}
772
773bool NTRegQuery::readValueData(LPSTR data)
774{

Callers 1

validateProductSuiteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected