Lines Matching refs:ProcessHandle
24 typedef HANDLE ProcessHandle; typedef
27 const ProcessHandle kNullProcessHandle = NULL;
31 typedef pid_t ProcessHandle;
33 const ProcessHandle kNullProcessHandle = 0;
41 BASE_EXPORT ProcessHandle GetCurrentProcessHandle();
45 BASE_EXPORT bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle);
54 ProcessHandle* handle);
60 ProcessHandle* handle);
63 BASE_EXPORT void CloseProcessHandle(ProcessHandle process);
68 BASE_EXPORT ProcessId GetProcId(ProcessHandle process);
80 BASE_EXPORT bool GetProcessIntegrityLevel(ProcessHandle process,
86 BASE_EXPORT FilePath GetProcessExecutablePath(ProcessHandle process);
91 BASE_EXPORT ProcessId GetParentProcessId(ProcessHandle process);