DkmThread.TebAddress Property

Definition

Address within the target process, where the Win32 thread environment block is stored. See documentation on the TEB structure in MSDN for more information.

public:
 property System::UInt64 TebAddress { System::UInt64 get(); };
public:
 property unsigned long long TebAddress { unsigned long long get(); };
public ulong TebAddress { get; }
member this.TebAddress : uint64
Public ReadOnly Property TebAddress As ULong

Property Value

Returns UInt64.

Applies to