Share via


DkmStackHash164.Create Method

Definition

Creates a new DkmStackHash164 object.

This API was introduced in Visual Studio 16 Update 4 (DkmApiVersion.VS16Update4).

public:
 static Microsoft::VisualStudio::Debugger::CallStack::DkmStackHash164 ^ Create(Microsoft::VisualStudio::Debugger::DkmThread ^ Thread, Microsoft::VisualStudio::Debugger::CallStack::DkmStackMemoryRange StackMemoryRange, Microsoft::VisualStudio::Debugger::Symbols::DkmHashValue ^ RegisterHash, Microsoft::VisualStudio::Debugger::Symbols::DkmHashValue ^ MemoryHash);
public static Microsoft.VisualStudio.Debugger.CallStack.DkmStackHash164 Create (Microsoft.VisualStudio.Debugger.DkmThread Thread, Microsoft.VisualStudio.Debugger.CallStack.DkmStackMemoryRange StackMemoryRange, Microsoft.VisualStudio.Debugger.Symbols.DkmHashValue RegisterHash, Microsoft.VisualStudio.Debugger.Symbols.DkmHashValue MemoryHash);
static member Create : Microsoft.VisualStudio.Debugger.DkmThread * Microsoft.VisualStudio.Debugger.CallStack.DkmStackMemoryRange * Microsoft.VisualStudio.Debugger.Symbols.DkmHashValue * Microsoft.VisualStudio.Debugger.Symbols.DkmHashValue -> Microsoft.VisualStudio.Debugger.CallStack.DkmStackHash164
Public Shared Function Create (Thread As DkmThread, StackMemoryRange As DkmStackMemoryRange, RegisterHash As DkmHashValue, MemoryHash As DkmHashValue) As DkmStackHash164

Parameters

Thread
DkmThread

[In] The thread the cache applies to.

StackMemoryRange
DkmStackMemoryRange

[In] The range of the thread's stack.

RegisterHash
DkmHashValue

[In] Hash of the thread's CONTEXT structure at the point in which the cache was created.

MemoryHash
DkmHashValue

[In] Hash of the stack memory of the thread at the point in which the cache was created.

Returns

[Out] Result of this method call.

Applies to