Home
last modified time | relevance | path

Searched refs:orig_CreateKey (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dregistry_interception.cc16 NTSTATUS WINAPI TargetNtCreateKey(NtCreateKeyFunction orig_CreateKey, in TargetNtCreateKey() argument
22 NTSTATUS status = orig_CreateKey(key, desired_access, object_attributes, in TargetNtCreateKey()
Dregistry_interception.h18 NtCreateKeyFunction orig_CreateKey, PHANDLE key, ACCESS_MASK desired_access,