Home
last modified time | relevance | path

Searched refs:subhkey (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/rtc_base/win/
Dwindows_version.cc66 HKEY subhkey = NULL; in CreateWithDisposition() local
69 access, NULL, &subhkey, disposition); in CreateWithDisposition()
72 key_ = subhkey; in CreateWithDisposition()
82 HKEY subhkey = NULL; in Open() local
84 LONG result = ::RegOpenKeyExW(rootkey, subkey, 0, access, &subhkey); in Open()
87 key_ = subhkey; in Open()