Skip to content

Latest commit

 

History

History
81 lines (65 loc) · 3.31 KB

ns-minidumpapiset-minidump_exception_information.md

File metadata and controls

81 lines (65 loc) · 3.31 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:minidumpapiset._MINIDUMP_EXCEPTION_INFORMATION
MINIDUMP_EXCEPTION_INFORMATION (minidumpapiset.h)
Contains the exception information written to the minidump file by the MiniDumpWriteDump function.
*PMINIDUMP_EXCEPTION_INFORMATION
MINIDUMP_EXCEPTION_INFORMATION
MINIDUMP_EXCEPTION_INFORMATION structure
PMINIDUMP_EXCEPTION_INFORMATION
PMINIDUMP_EXCEPTION_INFORMATION structure pointer
_MINIDUMP_EXCEPTION_INFORMATION
_win32_minidump_exception_information_str
base.minidump_exception_information_str
minidumpapiset/MINIDUMP_EXCEPTION_INFORMATION
minidumpapiset/PMINIDUMP_EXCEPTION_INFORMATION
base\minidump_exception_information_str.htm
Debug
86416432-99e4-45ae-84e0-84b7b2341d11
12/05/2018
*PMINIDUMP_EXCEPTION_INFORMATION, MINIDUMP_EXCEPTION_INFORMATION, MINIDUMP_EXCEPTION_INFORMATION structure, PMINIDUMP_EXCEPTION_INFORMATION, PMINIDUMP_EXCEPTION_INFORMATION structure pointer, _MINIDUMP_EXCEPTION_INFORMATION, _win32_minidump_exception_information_str, base.minidump_exception_information_str, minidumpapiset/MINIDUMP_EXCEPTION_INFORMATION, minidumpapiset/PMINIDUMP_EXCEPTION_INFORMATION
minidumpapiset.h
DbgHelp.h
Windows
Windows
MINIDUMP_EXCEPTION_INFORMATION, *PMINIDUMP_EXCEPTION_INFORMATION
DbgHelp.dll 5.1 or later
19H1
_MINIDUMP_EXCEPTION_INFORMATION
minidumpapiset/_MINIDUMP_EXCEPTION_INFORMATION
PMINIDUMP_EXCEPTION_INFORMATION
minidumpapiset/PMINIDUMP_EXCEPTION_INFORMATION
MINIDUMP_EXCEPTION_INFORMATION
minidumpapiset/MINIDUMP_EXCEPTION_INFORMATION
c++
APIRef
kbSyntax
HeaderDef
minidumpapiset.h
MINIDUMP_EXCEPTION_INFORMATION

MINIDUMP_EXCEPTION_INFORMATION structure

-description

Contains the exception information written to the minidump file by the MiniDumpWriteDump function.

-struct-fields

-field ThreadId

The identifier of the thread throwing the exception.

-field ExceptionPointers

A pointer to an EXCEPTION_POINTERS structure specifying a computer-independent description of the exception and the processor context at the time of the exception.

-field ClientPointers

Determines where to get the memory regions pointed to by the ExceptionPointers member. Set to TRUE if the memory resides in the process being debugged (the target process of the debugger). Otherwise, set to FALSE if the memory resides in the address space of the calling program (the debugger process). If you are accessing local memory (in the calling process) you should not set this member to TRUE.

-see-also

EXCEPTION_POINTERS

MiniDumpWriteDump