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

  /external/chromium_org/sandbox/win/src/
registry_dispatcher.h 24 // Processes IPC requests coming from calls to NtCreateKey in the target.
25 bool NtCreateKey(IPCInfo* ipc, std::wstring* name, DWORD attributes,
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 57 milliseconds