IDkmMinidumpQuery Interface
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.
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 12 RTM (DkmApiVersion.VS12RTM).
public interface class IDkmMinidumpQuery
public interface class IDkmMinidumpQuery
__interface IDkmMinidumpQuery
public interface IDkmMinidumpQuery
type IDkmMinidumpQuery = interface
Public Interface IDkmMinidumpQuery
Methods
GetDumpExePath(DkmProcess) |
Returns the path to the primary executable in the minidump being debugged. |