HomeSort by relevance Sort by last modified time
    Searched defs:NtCreateKey (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/win/src/
registry_dispatcher.cc 47 reinterpret_cast<CallbackGeneric>(&RegistryDispatcher::NtCreateKey)
62 return INTERCEPT_NT(manager, NtCreateKey, CREATE_KEY_ID, 32);
74 bool RegistryDispatcher::NtCreateKey(
registry_policy.cc 62 NtCreateKeyFunction NtCreateKey = NULL;
63 ResolveNTFunctionPtr("NtCreateKey", &NtCreateKey);
72 NTSTATUS status = NtCreateKey(&local_handle, desired_access, obj_attributes,

Completed in 415 milliseconds