Searched refs:kKeyReadNoNotify (Results 1 – 1 of 1) sorted by relevance
19 const REGSAM kKeyReadNoNotify = (KEY_READ) & ~(KEY_NOTIFY); variable209 result = subkey.Open(key.Handle(), it->first.c_str(), kKeyReadNoNotify); in Initialize()286 LONG result = key.Open(root, key_path, kKeyReadNoNotify | wow64_access); in Initialize()