DkmStackHash164 Class
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.
Information used to determine whether a cache of a call stack is valid. This.
This API was introduced in Visual Studio 16 Update 4 (DkmApiVersion.VS16Update4).
public ref class DkmStackHash164
[System.Runtime.InteropServices.Guid("c306b322-ce4e-3a16-620e-71e5c329711e")]
public class DkmStackHash164
[<System.Runtime.InteropServices.Guid("c306b322-ce4e-3a16-620e-71e5c329711e")>]
type DkmStackHash164 = class
Public Class DkmStackHash164
- Inheritance
-
DkmStackHash164
- Attributes
Properties
MemoryHash |
Hash of the stack memory of the thread at the point in which the cache was created. This API was introduced in Visual Studio 16 Update 4 (DkmApiVersion.VS16Update4). |
RegisterHash |
Hash of the thread's CONTEXT structure at the point in which the cache was created. This API was introduced in Visual Studio 16 Update 4 (DkmApiVersion.VS16Update4). |
StackMemoryRange |
The range of the thread's stack. This API was introduced in Visual Studio 16 Update 4 (DkmApiVersion.VS16Update4). |
Thread |
The thread the cache applies to. This API was introduced in Visual Studio 16 Update 4 (DkmApiVersion.VS16Update4). |
Methods
Create(DkmThread, DkmStackMemoryRange, DkmHashValue, DkmHashValue) |
Creates a new DkmStackHash164 object. This API was introduced in Visual Studio 16 Update 4 (DkmApiVersion.VS16Update4). |