diff options
Diffstat (limited to 'base/process_util.h')
-rw-r--r-- | base/process_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/process_util.h b/base/process_util.h index 029f307..11c5e12 100644 --- a/base/process_util.h +++ b/base/process_util.h @@ -66,11 +66,11 @@ int GetCurrentProcId(); // Returns the ProcessHandle of the current process. ProcessHandle GetCurrentProcessHandle(); - + // Converts a PID to a process handle. This handle must be closed by // CloseProcessHandle when you are done with it. ProcessHandle OpenProcessHandle(int pid); - + // Closes the process handle opened by OpenProcessHandle. void CloseProcessHandle(ProcessHandle process); |