IDebugClient4::OpenDumpFile method (dbgeng.h)
The OpenDumpFile method opens a dump file as a debugger target.
Syntax
HRESULT OpenDumpFile(
[in] PCSTR DumpFile
);
Parameters
[in] DumpFile
Specifies the name of the dump file to open. DumpFile must include the file name extension. DumpFile can include a relative or absolute path; relative paths are relative to the directory in which the debugger was started. DumpFile can have the form of a file URL, starting with "file://". If DumpFile specifies a cabinet (.cab) file, the cabinet file is searched for the first file with extension .kdmp, then .hdmp, then .mdmp, and finally .dmp.
Return value
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
The Unicode version of this method is OpenDumpFileWide.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |