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
52 RegError (REGISTRY_CALLTYPE *dumpRegistry) (RegHandle, RegKeyHandle);220 inline RegError dumpRegistry(RegistryKey& rKey);1250 inline RegError Registry::dumpRegistry(RegistryKey& rKey) in dumpRegistry() function in Registry1251 { return m_pApi->dumpRegistry(m_hImpl, rKey.m_hImpl); } in dumpRegistry()
Completed in 38 milliseconds