summaryrefslogtreecommitdiffstats
path: root/sandbox/src/registry_interception.h
diff options
context:
space:
mode:
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"