Home
last modified time | relevance | path

Searched refs:NtQueryInformationProcess (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/base/process/
H A Dprocess_handle_win.cc49 decltype(NtQueryInformationProcess)* nt_query_information_process = in GetParentProcessId()
50 reinterpret_cast<decltype(NtQueryInformationProcess)*>( in GetParentProcessId()
/aosp_15_r20/external/cronet/base/debug/
H A Dgdi_debug_util_win.cc109 using QueryInformationProcessFunc = decltype(NtQueryInformationProcess);
144 using QueryInformationProcessFunc = decltype(NtQueryInformationProcess);
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_arch_misc.h372 APR_DECLARE_LATE_DLL_FUNC(DLL_NTDLL, LONG, WINAPI, NtQueryInformationProcess, 0, (
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinternl.h965 …NTSTATUS NTAPI NtQueryInformationProcess(HANDLE ProcessHandle,PROCESSINFOCLASS ProcessInformationC…
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dntddk.h4653 NtQueryInformationProcess(
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go3531 func NtQueryInformationProcess(proc Handle, procInfoClass int32, procInfo unsafe.Pointer, procInfoL… func