Click or drag to resize
Xcalibur Systems LLC Logo

ThreadEntry32 Fields

The ThreadEntry32 type exposes the following members.

Fields
 NameDescription
Public fieldBasePriorityLevel 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.
Public fieldDeltaPriorityLevel This member is no longer used and is always set to zero.
Public fieldFlags This member is no longer used and is always set to zero.
Public fieldProcessId The identifier of the process that created the thread.
Public fieldSize The size of the structure, in bytes. Before calling the function, set this member to sizeof(). If you do not initialize Size, fails.
Public fieldThreadId The thread identifier, compatible with the thread identifier returned by the function.
Public fieldUsage This member is no longer used and is always set to zero.
Top
See Also