summaryrefslogtreecommitdiffstats
path: root/sandbox/src/registry_interception.h
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-21 18:46:59 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-21 18:46:59 +0000
commitb31cb10adc5b1150ad6725b2f0b503c4e1593b33 (patch)
tree3e4e57abbaf48bb741646110148a15c956c2680b /sandbox/src/registry_interception.h
parentc6b5c4b23b00a72937d402af2b5794388b0fdca4 (diff)
downloadchromium_src-b31cb10adc5b1150ad6725b2f0b503c4e1593b33.zip
chromium_src-b31cb10adc5b1150ad6725b2f0b503c4e1593b33.tar.gz
chromium_src-b31cb10adc5b1150ad6725b2f0b503c4e1593b33.tar.bz2
ZwOpenKeyEx is now documented at http://msdn.microsoft.com/en-us/library/dd535803.aspx
The last unknown parameter is OpenOptions. We do not support it at this point, since it involves links, which wont be trivial to secure, and giving "special" privileges. Updating the code accordingly. BUG:7611 TEST:No code change Review URL: http://codereview.chromium.org/115640 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16633 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/src/registry_interception.h')
-rw-r--r--sandbox/src/registry_interception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/registry_interception.h b/sandbox/src/registry_interception.h
index ff08016..e92cc22 100644
--- a/sandbox/src/registry_interception.h
+++ b/sandbox/src/registry_interception.h
@@ -29,7 +29,7 @@ SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenKey(
// It should never be called directly
SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenKeyEx(
NtOpenKeyExFunction orig_OpenKeyEx, PHANDLE key, ACCESS_MASK desired_access,
- POBJECT_ATTRIBUTES object_attributes, DWORD unknown);
+ POBJECT_ATTRIBUTES object_attributes, DWORD open_options);
} // extern "C"