Home
last modified time | relevance | path

Searched refs:rRootKey (Results 1 – 2 of 2) sorted by relevance

/trunk/main/registry/inc/registry/
H A Dregistry.hxx130 inline RegError openRootKey(RegistryKey& rRootKey);
1190 inline RegError Registry::openRootKey(RegistryKey& rRootKey) in openRootKey() argument
1192 rRootKey.setRegistry(*this); in openRootKey()
1193 return m_pApi->openRootKey(m_hImpl, &rRootKey.m_hImpl); in openRootKey()
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx246 Reference< XRegistryKey > rRootKey = xReg->getRootKey(); in retrieveAsciiValueList() local
247 if( rRootKey.is() ) in retrieveAsciiValueList()
249 Reference<XRegistryKey > xKey = rRootKey->openKey(keyName); in retrieveAsciiValueList()

Completed in 22 milliseconds