DkmTaskStackSegment Struct
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.
Represents stack segment that task applies to. AddressOriginalMin <= AddressMin <= AddressMax <= AddressOriginalMax.
public value class DkmTaskStackSegment
public value class DkmTaskStackSegment
struct DkmTaskStackSegment
[System.Runtime.InteropServices.Guid("9fdf4025-864e-58e3-84c9-5f0e5a82e49f")]
public struct DkmTaskStackSegment
[<System.Runtime.InteropServices.Guid("9fdf4025-864e-58e3-84c9-5f0e5a82e49f")>]
type DkmTaskStackSegment = struct
Public Structure DkmTaskStackSegment
- Inheritance
-
DkmTaskStackSegment
- Attributes
Constructors
DkmTaskStackSegment(UInt64, UInt64, UInt64, UInt64, Int32) |
Initialize a new DkmTaskStackSegment value. |
Fields
AddressMax |
Trimmed maximum address on stack. |
AddressMin |
Trimmed minimum address on stack. |
AddressOriginalMax |
original maximum address on stack. |
AddressOriginalMin |
original minimum address on stack. |
ThreadId |
OS thread id. |