Searched defs:QueryValue (Results 1 – 2 of 2) sorted by relevance
| /third_party/lzma/CPP/Windows/ |
| D | Registry.cpp | 208 LONG CKey::QueryValue(LPCTSTR name, UInt32 &value) throw() in QueryValue() function in NWindows::NRegistry::CKey 219 LONG CKey::QueryValue(LPCTSTR name, bool &value) throw() in QueryValue() function in NWindows::NRegistry::CKey 245 LONG CKey::QueryValue(LPCTSTR name, LPTSTR value, UInt32 &count) throw() in QueryValue() function in NWindows::NRegistry::CKey 253 LONG CKey::QueryValue(LPCTSTR name, CSysString &value) in QueryValue() function in NWindows::NRegistry::CKey 272 LONG CKey::QueryValue(LPCWSTR name, LPWSTR value, UInt32 &count) in QueryValue() function in NWindows::NRegistry::CKey 280 LONG CKey::QueryValue(LPCWSTR name, UString &value) in QueryValue() function in NWindows::NRegistry::CKey 312 LONG CKey::QueryValue(LPCTSTR name, void *value, UInt32 &count) throw() in QueryValue() function in NWindows::NRegistry::CKey 321 LONG CKey::QueryValue(LPCTSTR name, CByteBuffer &value, UInt32 &dataSize) in QueryValue() function in NWindows::NRegistry::CKey
|
| /third_party/python/Lib/test/ |
| D | test_getpath.py | 1036 def QueryValue(self, hkey, subkey): member in MockWinreg
|