Debugging Tools for Windows |
The AddDumpInformationFile method registers additional files containing supporting information that will be used when opening a dump file. The Unicode version of this method is AddDumpInformationFileWide.
HRESULT
IDebugClient2::AddDumpInformationFile(
IN PCSTR InfoFile,
IN ULONG Type
);
This method may also return error values. See Return Values for more details.
AddDumpInformationFile is available in IDebugClient2 and later versions.
If supporting information is to be used when opening a dump file, this method or AddDumpInformationFileWide 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.
AddDumpInformationFileWide, GetNumberDumpFiles, GetDumpFile, OpenDumpFile, OpenDumpFileWide