MINIDUMP_THREAD_INFO_LIST structure
Contains a list of threads.
Syntax
typedef struct _MINIDUMP_THREAD_INFO_LIST { ULONG SizeOfHeader; ULONG SizeOfEntry; ULONG NumberOfEntries; } MINIDUMP_THREAD_INFO_LIST, *PMINIDUMP_THREAD_INFO_LIST;
Members
- SizeOfHeader
-
The size of the header data for the stream, in bytes. This is generally
sizeof(MINIDUMP_THREAD_INFO_LIST). - SizeOfEntry
-
The size of each entry following the header, in bytes. This is generally
sizeof(MINIDUMP_THREAD_INFO). - NumberOfEntries
-
The number of entries in the stream. These are generally MINIDUMP_THREAD_INFO structures. The entries follow the header.
Requirements
|
Redistributable | DbgHelp.dll 6.3 or later |
|---|---|
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012