Home
last modified time | relevance | path

Searched refs:dumpRegistry (Results 1 – 4 of 4) sorted by relevance

/trunk/main/registry/source/
H A Dregistry.cxx391 static RegError REGISTRY_CALLTYPE dumpRegistry(RegHandle hReg, in dumpRegistry() function
408 return pReg->dumpRegistry(hKey); in dumpRegistry()
428 &dumpRegistry, in initRegistry_Api()
625 return dumpRegistry(pKey->getRegistry(), hKey); in reg_dumpRegistry()
H A Dregimpl.hxx109 RegError dumpRegistry(RegKeyHandle hKey) const;
H A Dregimpl.cxx1420 RegError ORegistry::dumpRegistry(RegKeyHandle hKey) const in dumpRegistry() function in ORegistry
/trunk/main/registry/inc/registry/
H A Dregistry.hxx53 RegError (REGISTRY_CALLTYPE *dumpRegistry) (RegHandle, RegKeyHandle);
221 inline RegError dumpRegistry(RegistryKey& rKey);
1251 inline RegError Registry::dumpRegistry(RegistryKey& rKey) in dumpRegistry() function in Registry
1252 { return m_pApi->dumpRegistry(m_hImpl, rKey.m_hImpl); } in dumpRegistry()

Completed in 40 milliseconds