Module process

Module process 

Source
Available on crate feature process only.
Expand description

Processes, threads.

Structs§

Process
A Windows process.
ProcessId
ID of a Process.
ProcessMemoryAllocation
Thread
A thread inside a Windows process.
ThreadId
ID of a Thread.
ThreadInfo
Infos about a Thread.

Enums§

IoPriority
Process or thread IO priority. This is independent of the standard CPU priorities.
ProcessCreationFlags
ProcessPriority
Process CPU priority.
ThreadPriority
Thread CPU priority.

Traits§

CommandExtWE