HomeSort by relevance Sort by last modified time
    Searched refs:NtOpenKeyFunction (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sandbox/win/src/
registry_interception.h 25 NtOpenKeyFunction orig_OpenKey, PHANDLE key, ACCESS_MASK desired_access,
registry_policy.cc 28 NtOpenKeyFunction NtOpenKey = NULL;
90 NtOpenKeyFunction NtOpenKey = NULL;
registry_interception.cc 148 NTSTATUS WINAPI TargetNtOpenKey(NtOpenKeyFunction orig_OpenKey, PHANDLE key,
interceptors_64.cc 220 NtOpenKeyFunction orig_fn = reinterpret_cast<
221 NtOpenKeyFunction>(g_originals[OPEN_KEY_ID]);
nt_internals.h 382 typedef NTSTATUS (WINAPI *NtOpenKeyFunction)(

Completed in 960 milliseconds