Searched defs:access (Results 1 - 1 of 1) sorted by relevance

/httpd/os/win32/
H A Dap_regkey.c64 DWORD access = KEY_QUERY_VALUE; local
70 access |= KEY_READ;
72 access |= KEY_WRITE;
88 access, NULL, &hkey, &exists);
90 rc = RegOpenKeyExW(parentkey->hkey, wkeyname, 0, access, &hkey);
98 access, NULL, &hkey, &exists);
100 rc = RegOpenKeyEx(parentkey->hkey, keyname, 0, access, &hkey);
154 * consistent behavior with NT, which returns access denied

Completed in 11 milliseconds