Process and Thread
Process termination, suspension, and identifiers.
Module: Windows
| Function | Description |
|---|---|
ExitProcess | Terminate the process. |
GetCurrentProcessId | Return the calling process ID. |
GetCurrentThreadId | Return the calling thread ID. |
Sleep | Suspend the current thread. |