Home | History | Annotate | Download | only in base

Lines Matching full:windows

15 #include <windows.h>
56 // definitions for the standard Windows access masks.
144 // Converts a PID to a process handle. On Windows the handle is opened
162 // same as Windows' GetProcessId(), but works on versions of Windows before
215 // cmdline = "c:\windows\explorer.exe" -foo "c:\bar\"
361 // GetExitCodeProcess() on Windows. |exit_code| may be NULL if the
371 // a failure. On Windows |exit_code| is always filled. Returns true on success,
395 // on Mac and Windows it can be any process.
481 // On Windows:
593 // On Windows, the CPU usage value is for all CPUs. So if you have 2 CPUs and
643 // Note: Returns true on Windows 2000 without doing anything.
651 // Turns on process termination if memory runs out. This is handled on Windows