HomeSort by relevance Sort by last modified time
    Searched defs:RegKey (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
win32regkey.h 36 class RegKey {
39 RegKey();
42 ~RegKey();
271 // Peek inside (use a RegKey as a smart wrapper around a registry handle)
334 RTC_DISALLOW_COPY_AND_ASSIGN(RegKey);
win32regkey.cc 30 RegKey::RegKey() {
34 RegKey::~RegKey() {
38 HRESULT RegKey::Create(HKEY parent_key, const wchar_t* key_name) {
48 HRESULT RegKey::Open(HKEY parent_key, const wchar_t* key_name) {
52 bool RegKey::HasValue(const TCHAR* value_name) const {
57 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
65 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
73 HRESULT RegKey::SetValue(const wchar_t* full_key_name
    [all...]

Completed in 56 milliseconds