IDkmDumpWriter 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.
This interface contains the API for writing out a dump file of the debuggee process.
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.
public interface class IDkmDumpWriter
public interface class IDkmDumpWriter
__interface IDkmDumpWriter
public interface IDkmDumpWriter
type IDkmDumpWriter = interface
Public Interface IDkmDumpWriter
Methods
WriteDump(DkmProcess, DkmDumpType, String, DkmThread) |
This method will write out a memory dump of the process to the path specified. |