Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents an exception information stream.
Syntax
typedef struct MINIDUMP_EXCEPTION_STREAM {
ULONG32 ThreadId;
ULONG32 __alignment;
MINIDUMP_EXCEPTION ExceptionRecord;
MINIDUMP_LOCATION_DESCRIPTOR ThreadContext;
} MINIDUMP_EXCEPTION_STREAM, *PMINIDUMP_EXCEPTION_STREAM;
Members
ThreadId
The identifier of the thread that caused the exception.
__alignment
A variable for alignment.
ExceptionRecord
A MINIDUMP_EXCEPTION structure.
ThreadContext
A MINIDUMP_LOCATION_DESCRIPTOR structure.
Remarks
In this context, a data stream is a set of data in a minidump file.
Requirements
| Requirement | Value |
|---|---|
| Header | minidumpapiset.h (include DbgHelp.h) |
| Redistributable | DbgHelp.dll 5.1 or later |