Searched refs:QueryValue (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/Windows/ |
D | Registry.h | 63 LONG QueryValue(LPCTSTR name, UInt32 &value) throw(); 64 LONG QueryValue(LPCTSTR name, bool &value) throw(); 65 LONG QueryValue(LPCTSTR name, LPTSTR value, UInt32 &dataSize) throw(); 66 LONG QueryValue(LPCTSTR name, CSysString &value); 72 LONG QueryValue(LPCWSTR name, LPWSTR value, UInt32 &dataSize); 73 LONG QueryValue(LPCWSTR name, UString &value); 76 LONG QueryValue(LPCTSTR name, void *value, UInt32 &dataSize) throw(); 77 LONG QueryValue(LPCTSTR name, CByteBuffer &value, UInt32 &dataSize);
|
D | Registry.cpp | 190 LONG CKey::QueryValue(LPCTSTR name, UInt32 &value) throw() in QueryValue() function in NWindows::NRegistry::CKey 201 LONG CKey::QueryValue(LPCTSTR name, bool &value) throw() in QueryValue() function in NWindows::NRegistry::CKey 204 LONG res = QueryValue(name, uintValue); in QueryValue() 212 LONG res = QueryValue(name, newVal); in GetValue_IfOk() 221 LONG res = QueryValue(name, newVal); in GetValue_IfOk() 227 LONG CKey::QueryValue(LPCTSTR name, LPTSTR value, UInt32 &count) throw() in QueryValue() function in NWindows::NRegistry::CKey 236 LONG CKey::QueryValue(LPCTSTR name, CSysString &value) in QueryValue() function in NWindows::NRegistry::CKey 244 res = QueryValue(name, value.GetBuffer(currentSize), currentSize); in QueryValue() 250 LONG CKey::QueryValue(LPCWSTR name, LPWSTR value, UInt32 &count) in QueryValue() function in NWindows::NRegistry::CKey 258 LONG CKey::QueryValue(LPCWSTR name, UString &value) in QueryValue() function in NWindows::NRegistry::CKey [all …]
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 65 if (key.QueryValue(value, pathU) == ERROR_SUCCESS) in ReadPathFromRegistry()
|