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

/external/lzma/CPP/Windows/
H A DRegistry.cpp190 LONG CKey::QueryValue(LPCTSTR name, UInt32 &value) function in class:NWindows::NRegistry::CKey
201 LONG CKey::QueryValue(LPCTSTR name, bool &value) function in class:NWindows::NRegistry::CKey
204 LONG res = QueryValue(name, uintValue);
212 LONG res = QueryValue(name, newVal);
221 LONG res = QueryValue(name, newVal);
227 LONG CKey::QueryValue(LPCTSTR name, LPTSTR value, UInt32 &count) function in class:NWindows::NRegistry::CKey
236 LONG CKey::QueryValue(LPCTSTR name, CSysString &value) function in class:NWindows::NRegistry::CKey
244 res = QueryValue(name, value.GetBuffer(currentSize), currentSize);
250 LONG CKey::QueryValue(LPCWSTR name, LPWSTR value, UInt32 &count) function in class:NWindows::NRegistry::CKey
258 LONG CKey::QueryValue(LPCWST function in class:NWindows::NRegistry::CKey
283 LONG CKey::QueryValue(LPCTSTR name, void *value, UInt32 &count) function in class:NWindows::NRegistry::CKey
292 LONG CKey::QueryValue(LPCTSTR name, CByteBuffer &value, UInt32 &dataSize) function in class:NWindows::NRegistry::CKey
[all...]

Completed in 183 milliseconds