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

Method readValueData

src/common/utils.cpp:773–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771}
772
773bool NTRegQuery::readValueData(LPSTR data)
774{
775 return RegQueryValueExA(m_hKey, m_value, NULL, &m_dwType, (LPBYTE) data, &m_dwSize) == ERROR_SUCCESS;
776}
777
778void NTRegQuery::close()
779{

Callers 1

validateProductSuiteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected