Lines Matching refs:access
31 RegKey(HKEY rootkey, const char16_t* subkey, REGSAM access);
34 LONG Create(HKEY rootkey, const char16_t* subkey, REGSAM access);
39 REGSAM access);
42 LONG CreateKey(const char16_t* name, REGSAM access);
45 LONG Open(HKEY rootkey, const char16_t* subkey, REGSAM access);
48 LONG OpenKey(const char16_t* relative_key_name, REGSAM access);
60 // occurs while attempting to access it.
137 REGSAM access);
149 // Constructs a Registry Value Iterator with default WOW64 access.
152 // Constructs a Registry Key Iterator with specific WOW64 access, one of
154 // Note: |wow64access| should be the same access used to open |root_key|
205 // Constructs a Registry Key Iterator with default WOW64 access.
208 // Constructs a Registry Value Iterator with specific WOW64 access, one of
210 // Note: |wow64access| should be the same access used to open |root_key|