Searched refs:QueryValue_Binary (Results 1 – 4 of 4) sorted by relevance
89 if (key.QueryValue_Binary(GetSystemString(id), buf) != ERROR_SUCCESS) in Read()166 return key.QueryValue_Binary(name, buf) == ERROR_SUCCESS && buf.Size() == dataSize; in QueryBuf()
365 LONG CKey::QueryValue_Binary(LPCTSTR name, CByteBuffer &value) in QueryValue_Binary() function in NWindows::NRegistry::CKey450 const LONG res = QueryValue_Binary(valueName, buffer); in GetValue_Strings()
89 LONG QueryValue_Binary(LPCTSTR name, CByteBuffer &value);
679 res[0] = key.QueryValue_Binary(TEXT("Previous Update Revision"), bufs[0]); in Fill()680 res[1] = key.QueryValue_Binary(TEXT("Update Revision"), bufs[1]); in Fill()