Contains a list of threads.
typedef struct _MINIDUMP_THREAD_LIST {
ULONG32 NumberOfThreads;
MINIDUMP_THREAD Threads[0];
} MINIDUMP_THREAD_LIST, *PMINIDUMP_THREAD_LIST;
NumberOfThreads
The number of structures in the Threads array.
Threads
An array of MINIDUMP_THREAD structures.
Header: Declared in dbghelp.h.