Click or drag to resize
Xcalibur Systems LLC Logo

ProcessHelperGetPriorityClass Method

Retrieves the priority class for the specified process. This value, together with the priority value of each thread of the process, determines each thread's base priority level.

GetPriorityClass function


Namespace: Xcalibur.NativeMethods.V2.Processes
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("kernel32.dll")]
public static uint GetPriorityClass(
	IntPtr processHandle
)

Parameters

processHandle  IntPtr
A handle to the process.

Return Value

UInt32
See Also