Debugging Tools for Windows |
The OpenDumpFileWide method opens a dump file as a debugger target.
HRESULT
IDebugClient4::OpenDumpFileWide(
IN OPTIONAL PCWSTR FileName,
IN ULONG64 FileHandle
);
This method may also return error values. See Return Values for more details.
OpenDumpFileWide is available in IDebugClient4 and later versions.
The ASCII version of this method is OpenDumpFile.
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.
OpenDumpFile, .opendump (Open Dump File), AddDumpInformationFile, AddDumpInformationFileWide