DkmStackMemoryRange.StackBase Field
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.
The address where this thread's stack began. Since stacks grow down in Windows, these value will be larger than the limit.
public: initonly System::UInt64 StackBase;
public: initonly unsigned long long StackBase;
initonly unsigned long StackBase;
public readonly ulong StackBase;
val mutable StackBase : uint64
Public ReadOnly StackBase As ULong