Debugging Tools for Windows |
The OpenDumpFile method opens a dump file as a debugger target.
HRESULT
IDebugClient::OpenDumpFile(
IN PCSTR DumpFile
);
This method may also return error values. See Return Values for more details.
OpenDumpFile is available in all versions of IDebugClient.
The Unicode version of this method is OpenDumpFileWide.
Note The engine doesn't completely attach to the dump file until the WaitForEvent method has been called. When a dump file is created from a process or kernel, information about the last event is stored in the dump file. After the dump file is opened, the next time execution is attempted, the engine will generate this event for the event callbacks. Only then does the dump file become available in the debugging session.
For more information about crash dump files, see Dump-File Targets.
Headers: Defined in dbgeng.h. Include dbgeng.h.
OpenDumpFileWide, .opendump (Open Dump File), AddDumpInformationFile, AddDumpInformationFileWide