IDkmMinidumpQuery.GetDumpExePath(DkmProcess) Method

Definition

Returns the path to the primary executable in the minidump being debugged.

public:
 System::String ^ GetDumpExePath(Microsoft::VisualStudio::Debugger::DkmProcess ^ process);
public string GetDumpExePath (Microsoft.VisualStudio.Debugger.DkmProcess process);
abstract member GetDumpExePath : Microsoft.VisualStudio.Debugger.DkmProcess -> string
Public Function GetDumpExePath (process As DkmProcess) As String

Parameters

process
DkmProcess

[In] DkmProcess represents a target process which is being debugged. The debugger debugs processes, so this is the basic unit of debugging. A DkmProcess can represent a system process or a virtual process such as minidumps.

Returns

[Out] Path to the debuggee's primary executable file.

Applies to