Debugging Tools for Windows |
The GetDumpFile and GetDumpFileWide methods describe the files containing supporting information that were used when opening the current dump target.
HRESULT
IDebugClient4::GetDumpFile(
IN ULONG Index,
OUT OPTIONAL PSTR Buffer,
IN ULONG BufferSize,
OUT OPTIONAL PULONG NameSize,
OUT OPTIONAL PULONG64 Handle,
OUT PULONG Type
);
HRESULT
IDebugClient4::GetDumpFileWide(
IN ULONG Index,
OUT OPTIONAL PWSTR Buffer,
IN ULONG BufferSize,
OUT OPTIONAL PULONG NameSize,
OUT OPTIONAL PULONG64 Handle,
OUT PULONG Type
);
#ifdef UNICODE
#define GetDumpFileT GetDumpFileWide
#else
#define GetDumpFileT GetDumpFile
#endif
This method may also return error values. See Return Values for more details.
GetDumpFile and GetDumpFileWide are available in IDebugClient4 and later versions.
For more information about crash dump files, see Dump-File Targets.
Headers: Defined in dbgeng.h. Include dbgeng.h.
GetNumberDumpFiles, AddDumpInformationFileWide, AddDumpInformationFile