Show / Hide Table of Contents

Struct ThreadBasicInformation

ThreadBasicInformation

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: ERC.Structures
Assembly: ERC.Net.dll
Syntax
public struct ThreadBasicInformation

Fields

AffinityMask

AffinityMask

Declaration
public uint AffinityMask
Field Value
Type Description
System.UInt32

BasePriority

BasePriority

Declaration
public uint BasePriority
Field Value
Type Description
System.UInt32

ExitStatus

ExitStatus

Declaration
public uint ExitStatus
Field Value
Type Description
System.UInt32

Identifiers

Identifiers

Declaration
public ClientID Identifiers
Field Value
Type Description
ClientID

Priority

Priority

Declaration
public uint Priority
Field Value
Type Description
System.UInt32

TebBaseAdress

TebBaseAdress

Declaration
public IntPtr TebBaseAdress
Field Value
Type Description
System.IntPtr
Back to top Generated by DocFX