Click or drag to resize
Xcalibur Systems LLC Logo

ThreadEntry32 Structure

Describes an entry from a list of the threads executing in the system when a snapshot was taken.

THREADENTRY32 structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.ProcessesThreadEntry32

Namespace: Xcalibur.NativeMethods.V2.Processes
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct ThreadEntry32

The ThreadEntry32 type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
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