Thread |
The ThreadEntry32 type exposes the following members.
Name | Description | |
---|---|---|
BasePriorityLevel | 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. | |
DeltaPriorityLevel | This member is no longer used and is always set to zero. | |
Flags | This member is no longer used and is always set to zero. | |
ProcessId | The identifier of the process that created the thread. | |
Size | The size of the structure, in bytes. Before calling the function, set this member to sizeof(). If you do not initialize Size, fails. | |
ThreadId | The thread identifier, compatible with the thread identifier returned by the function. | |
Usage | This member is no longer used and is always set to zero. |