|
ThreadEntry32BasePriorityLevel Field |
The kernel base priority level assigned to the thread. The priority is a number from
0 to 31, with 0 representing the lowest possible thread priority. For more information,
see KeQueryPriorityThread.
Namespace: Xcalibur.NativeMethods.V2.ProcessesAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax public uint BasePriorityLevel
Public BasePriorityLevel As UInteger
public:
unsigned int BasePriorityLevel
val mutable BasePriorityLevel: uint32
Field Value
UInt32See Also