Searched defs:NtOpenProcess (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dprocess_thread_dispatcher.cc108 &ThreadProcessDispatcher::NtOpenProcess)
169 bool ThreadProcessDispatcher::NtOpenProcess(IPCInfo* ipc, DWORD desired_access, function in class:sandbox::ThreadProcessDispatcher
H A Dprocess_thread_policy.cc140 NtOpenProcessFunction NtOpenProcess = NULL; local
141 ResolveNTFunctionPtr("NtOpenProcess", &NtOpenProcess);
152 NTSTATUS status = NtOpenProcess(&local_handle, desired_access, &attributes,

Completed in 738 milliseconds