Skip to content

Latest commit

 

History

History
122 lines (80 loc) · 4.47 KB

nf-dbgeng-idebugclient5-adddumpinformationfilewide.md

File metadata and controls

122 lines (80 loc) · 4.47 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugClient5.AddDumpInformationFileWide
IDebugClient5::AddDumpInformationFileWide (dbgeng.h)
The IDebugClient5::AddDumpInformationFileWide method registers additional files containing supporting information that will be used when opening a dump file.
debugger\adddumpinformationfilewide.htm
debugger
05/03/2018
IDebugClient5::AddDumpInformationFileWide
AddDumpInformationFileWide, AddDumpInformationFileWide method [Windows Debugging], AddDumpInformationFileWide method [Windows Debugging],IDebugClient4 interface, AddDumpInformationFileWide method [Windows Debugging],IDebugClient5 interface, IDebugClient4 interface [Windows Debugging],AddDumpInformationFileWide method, IDebugClient4::AddDumpInformationFileWide, IDebugClient5 interface [Windows Debugging],AddDumpInformationFileWide method, IDebugClient5.AddDumpInformationFileWide, IDebugClient5::AddDumpInformationFileWide, IDebugClient_515044fe-647d-447a-bb74-5738d4d08d6d.xml, dbgeng/IDebugClient4::AddDumpInformationFileWide, dbgeng/IDebugClient5::AddDumpInformationFileWide, debugger.adddumpinformationfilewide
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugClient5::AddDumpInformationFileWide
dbgeng/IDebugClient5::AddDumpInformationFileWide
APIRef
kbSyntax
COM
dbgeng.h
IDebugClient5::AddDumpInformationFileWide

IDebugClient5::AddDumpInformationFileWide

-description

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.

-parameters

-param FileName [in, optional]

Specifies the name of the file containing the supporting information. If FileHandle is not zero, FileName is used only for informational purposes.

-param FileHandle [in]

Specifies the handle of the file containing the supporting information. If FileHandle is zero, the file named in FileName is used.

-param Type [in]

Specifies the type of the file in FileName or FileHandle. Currently, only files containing paging file information are supported, and Type must be set to DEBUG_DUMP_FILE_PAGE_FILE_DUMP.

-returns

This method may also return error values. See Return Values for more details.

Return code Description
S_OK
The method was successful.

-remarks

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.

-see-also

AddDumpInformationFile

GetDumpFile

GetNumberDumpFiles

IDebugClient4

IDebugClient5

OpenDumpFile

OpenDumpFileWide