Debugging Tools for Windows |
The WriteDumpFile method creates a user-mode or kernel-mode crash dump file.
HRESULT
IDebugClient::WriteDumpFile(
IN PCSTR DumpFile,
IN ULONG Qualifier
);
This method may also return error values. See Return Values for more details.
WriteDumpFile is available in all versions of IDebugClient.
To specify the formatting of the file and—for user-mode minidumps—the information to include in the file, use WriteDumpFile2 or WriteDumpFileWide.
For more information about crash dump files, see Dump-File Targets.
Headers: Defined in dbgeng.h. Include dbgeng.h.