DkmStackHash Class

Definition

Information used to determine whether a cache of a call stack is valid.

public ref class DkmStackHash
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmStackHash
[Windows::Foundation::Metadata::WebHostHidden]
class DkmStackHash
[System.Runtime.InteropServices.Guid("de840e2b-b1b5-f981-88aa-b9de5940c762")]
public class DkmStackHash
[<System.Runtime.InteropServices.Guid("de840e2b-b1b5-f981-88aa-b9de5940c762")>]
type DkmStackHash = class
Public Class DkmStackHash
Inheritance
DkmStackHash
Attributes

Properties

MemoryHash

MD5 hash of the stack memory of the thread at the point in which the cache was created.

RegisterHash

MD5 hash of the thread's CONTEXT structure at the point in which the cache was created.

StackMemoryRange

The range of the thread's stack.

Thread

The thread the cache applies to.

Methods

Create(DkmThread, DkmStackMemoryRange, DkmMD5HashValue, DkmMD5HashValue)

Create a new DkmStackHash object instance.

Applies to