Searched defs:QueryValue (Results 1 – 2 of 2) sorted by relevance
| /external/lzma/CPP/Windows/ |
| D | Registry.cpp | 192 LONG CKey::QueryValue(LPCTSTR name, UInt32 &value) throw() in QueryValue() function in NWindows::NRegistry::CKey 203 LONG CKey::QueryValue(LPCTSTR name, bool &value) throw() in QueryValue() function in NWindows::NRegistry::CKey 229 LONG CKey::QueryValue(LPCTSTR name, LPTSTR value, UInt32 &count) throw() in QueryValue() function in NWindows::NRegistry::CKey 237 LONG CKey::QueryValue(LPCTSTR name, CSysString &value) in QueryValue() function in NWindows::NRegistry::CKey 256 LONG CKey::QueryValue(LPCWSTR name, LPWSTR value, UInt32 &count) in QueryValue() function in NWindows::NRegistry::CKey 264 LONG CKey::QueryValue(LPCWSTR name, UString &value) in QueryValue() function in NWindows::NRegistry::CKey 296 LONG CKey::QueryValue(LPCTSTR name, void *value, UInt32 &count) throw() in QueryValue() function in NWindows::NRegistry::CKey 305 LONG CKey::QueryValue(LPCTSTR name, CByteBuffer &value, UInt32 &dataSize) in QueryValue() function in NWindows::NRegistry::CKey
|
| /external/cronet/base/win/ |
| D | registry.cc | 120 static inline LSTATUS QueryValue(HKEY hKey, in QueryValue() function in base::win::internal::Standard 241 static LSTATUS QueryValue(HKEY hKey, in QueryValue() function in base::win::internal::ExportDerived
|