Debugging Tools for Windows |
The AddDumpInformationFileWide method registers additional files containing supporting information that will be used when opening a dump file. The ASCII version of this method is AddDumpInformationFile.
HRESULT
IDebugClient4::AddDumpInformationFileWide(
IN OPTIONAL PCWSTR FileName,
IN ULONG64 FileHandle,
IN ULONG Type
);
This method may also return error values. See Return Values for more details.
AddDumpInformationFileWide is available in IDebugClient4 and later versions.
If supporting information is to be used when opening a dump file, this method or AddDumpInformationFile must be called before OpenDumpFile is called. If a session has already started, this method cannot be used.
For more information about crash dump files, see Dump-File Targets.
Headers: Defined in dbgeng.h. Include dbgeng.h.
AddDumpInformationFile, GetNumberDumpFiles, GetDumpFile, OpenDumpFile, OpenDumpFileWide