Searched refs:dumpRegistry (Results 1 – 4 of 4) sorted by relevance
391 static RegError REGISTRY_CALLTYPE dumpRegistry(RegHandle hReg, in dumpRegistry() function408 return pReg->dumpRegistry(hKey); in dumpRegistry()428 &dumpRegistry, in initRegistry_Api()625 return dumpRegistry(pKey->getRegistry(), hKey); in reg_dumpRegistry()
109 RegError dumpRegistry(RegKeyHandle hKey) const;
1420 RegError ORegistry::dumpRegistry(RegKeyHandle hKey) const in dumpRegistry() function in ORegistry
53 RegError (REGISTRY_CALLTYPE *dumpRegistry) (RegHandle, RegKeyHandle);221 inline RegError dumpRegistry(RegistryKey& rKey);1251 inline RegError Registry::dumpRegistry(RegistryKey& rKey) in dumpRegistry() function in Registry1252 { return m_pApi->dumpRegistry(m_hImpl, rKey.m_hImpl); } in dumpRegistry()
Completed in 52 milliseconds