Home
last modified time | relevance | path

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

/trunk/main/registry/source/
H A Dregkey.cxx378 RegValueType* pValueType, in getValueInfo() argument
381 *pValueType = RG_VALUETYPE_NOT_DEFINED; in getValueInfo()
408 *pValueType = valueType; in getValueInfo()
420 *pValueType = valueType; in getValueInfo()
878 RegValueType* pValueType, in reg_getValueInfo() argument
884 return getValueInfo(hKey, keyName, pValueType, pValueSize); in reg_getValueInfo()
H A Dkeyimpl.cxx237 RegError ORegKey::getValueInfo(const OUString& valueName, RegValueType* pValueType, sal_uInt32* pVa… in getValueInfo() argument
255 *pValueType = RG_VALUETYPE_NOT_DEFINED; in getValueInfo()
278 *pValueType = (RegValueType)type; in getValueInfo()
284 if (*pValueType > 4) in getValueInfo()
/trunk/main/registry/inc/registry/
H A Dregistry.hxx550 RegValueType* pValueType,
1001 RegValueType* pValueType, in getValueInfo() argument
1005 return m_registry.m_pApi->getValueInfo(m_hImpl, keyName.pData, pValueType, pValueSize); in getValueInfo()
H A Dregistry.h203 RegValueType* pValueType,

Completed in 31 milliseconds