Searched refs:regval (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registryw9x.cxx | 239 RegistryValue regval; in GetValue() local 243 regval = RegistryValue(new RegistryValueImpl(Name, *(reinterpret_cast<int*>(buff)))); in GetValue() 248 … regval = 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 D | registrywnt.cxx | 252 RegistryValue regval; in GetValue() local 256 regval = RegistryValue(new RegistryValueImpl(Name, *(reinterpret_cast<int*>(buff)))); in GetValue() 261 …regval = 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() 316 …regval = RegistryValue(new RegistryValueImpl(Name, std::wstring(reinterpret_cast<wchar_t*>(buff)))… in GetValue() 320 return regval; in GetValue()
|
Completed in 17 milliseconds