IDkmMinidumpThreadInfo Interface

Definition

Obtains thread state information stored in the Minidump.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, TransportKind.

This API was introduced in Visual Studio 17 RTM (DkmApiVersion.VS17RTM).

public interface IDkmMinidumpThreadInfo
type IDkmMinidumpThreadInfo = interface
Public Interface IDkmMinidumpThreadInfo

Methods

GetMinidumpThreadInfo(DkmThread, DkmMinidumpThreadInfo)

Obtains thread state information stored in the Minidump.

Applies to