Home
last modified time | relevance | path

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

/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryw9x.cxx239 RegistryValue regval; in GetValue() local
243 regval = RegistryValue(new RegistryValueImpl(Name, *(reinterpret_cast<int*>(buff)))); in GetValue()
248regval = RegistryValue(new RegistryValueImpl(Name, std::string(reinterpret_cast<char*>(buff)))); in GetValue()
250 regval = RegistryValue(new RegistryValueImpl(Name, std::string())); in GetValue()
257 return regval; in GetValue()
298 RegistryValue regval; in GetValue() local
301 regval = RegistryValue(new RegistryValueImpl(Name, *reinterpret_cast<int*>(buff))); in GetValue()
303 regval = RegistryValue(new RegistryValueImpl(Name, std::string(reinterpret_cast<char*>(buff)))); in GetValue()
307 return regval; in GetValue()
H A Dregistrywnt.cxx252 RegistryValue regval; in GetValue() local
256 regval = RegistryValue(new RegistryValueImpl(Name, *(reinterpret_cast<int*>(buff)))); in GetValue()
261regval = RegistryValue(new RegistryValueImpl(Name, std::wstring(reinterpret_cast<wchar_t*>(buff)))… in GetValue()
263 regval = RegistryValue(new RegistryValueImpl(Name, std::wstring())); in GetValue()
270 return regval; in GetValue()
311 RegistryValue regval; in GetValue() local
314 regval = RegistryValue(new RegistryValueImpl(Name, *reinterpret_cast<int*>(buff))); in GetValue()
316regval = RegistryValue(new RegistryValueImpl(Name, std::wstring(reinterpret_cast<wchar_t*>(buff)))… in GetValue()
320 return regval; in GetValue()

Completed in 9 milliseconds