Searched defs:QueryValue (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/Windows/
H A DRegistry.cpp192 LONG CKey::QueryValue(LPCTSTR name, UInt32 &value) throw() function in class:NWindows::NRegistry::CKey
203 LONG CKey::QueryValue(LPCTSTR name, bool &value) throw() function in class:NWindows::NRegistry::CKey
206 LONG res = QueryValue(name, uintValue);
214 LONG res = QueryValue(name, newVal);
223 LONG res = QueryValue(name, newVal);
229 LONG CKey::QueryValue(LPCTSTR name, LPTSTR value, UInt32 &count) throw() function in class:NWindows::NRegistry::CKey
237 LONG CKey::QueryValue(LPCTSTR name, CSysString &value) function in class:NWindows::NRegistry::CKey
246 res = QueryValue(name, value.GetBuf(curSize), curSize2);
256 LONG CKey::QueryValue(LPCWSTR name, LPWSTR value, UInt32 &count) function in class:NWindows::NRegistry::CKey
264 LONG CKey::QueryValue(LPCWST function in class:NWindows::NRegistry::CKey
296 LONG CKey::QueryValue(LPCTSTR name, void *value, UInt32 &count) throw() function in class:NWindows::NRegistry::CKey
305 LONG CKey::QueryValue(LPCTSTR name, CByteBuffer &value, UInt32 &dataSize) function in class:NWindows::NRegistry::CKey
[all...]

Completed in 338 milliseconds