Lines Matching refs:hRegistry
538 RegError REGISTRY_CALLTYPE reg_openRootKey(RegHandle hRegistry, in reg_openRootKey() argument
541 return openRootKey(hRegistry, phRootKey); in reg_openRootKey()
548 RegError REGISTRY_CALLTYPE reg_getName(RegHandle hRegistry, rtl_uString** pName) in reg_getName() argument
550 return getName(hRegistry, pName); in reg_getName()
557 sal_Bool REGISTRY_CALLTYPE reg_isReadOnly(RegHandle hRegistry) in reg_isReadOnly() argument
559 return isReadOnly(hRegistry); in reg_isReadOnly()
587 RegError REGISTRY_CALLTYPE reg_closeRegistry(RegHandle hRegistry) in reg_closeRegistry() argument
591 if (hRegistry) in reg_closeRegistry()
593 pReg = (ORegistry*)hRegistry; in reg_closeRegistry()
606 RegError REGISTRY_CALLTYPE reg_destroyRegistry(RegHandle hRegistry, in reg_destroyRegistry() argument
609 return destroyRegistry(hRegistry, registryName); in reg_destroyRegistry()