DkmThread.NativeStartAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If available, this is the Win32 start address of this thread (value passed to the CreateThread API). The value will not always be available, for example, it is generally not available in scenarios where the thread was started after the debugger attached, or in minidumps.
public:
property System::UInt64 NativeStartAddress { System::UInt64 get(); };
public:
property unsigned long long NativeStartAddress { unsigned long long get(); };
public ulong NativeStartAddress { get; }
member this.NativeStartAddress : uint64
Public ReadOnly Property NativeStartAddress As ULong
Property Value
Returns UInt64.