IDkmMinidumpQuery1610 Interface

Definition

Obtains information about the minidump being debugged.

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 16 Update 10 (DkmApiVersion.VS16Update10).

public interface IDkmMinidumpQuery1610
type IDkmMinidumpQuery1610 = interface
Public Interface IDkmMinidumpQuery1610

Methods

GetDumpSaveTime(DkmProcess)

Returns the time when the minidump was saved.

Applies to