Searched refs:rRootKey (Results 1 – 2 of 2) sorted by relevance
130 inline RegError openRootKey(RegistryKey& rRootKey);1190 inline RegError Registry::openRootKey(RegistryKey& rRootKey) in openRootKey() argument1192 rRootKey.setRegistry(*this); in openRootKey()1193 return m_pApi->openRootKey(m_hImpl, &rRootKey.m_hImpl); in openRootKey()
246 Reference< XRegistryKey > rRootKey = xReg->getRootKey(); in retrieveAsciiValueList() local247 if( rRootKey.is() ) in retrieveAsciiValueList()249 Reference<XRegistryKey > xKey = rRootKey->openKey(keyName); in retrieveAsciiValueList()
Completed in 30 milliseconds