MINIDUMP_THREAD_EX_LIST structure
Contains a list of threads.
Syntax
typedef struct _MINIDUMP_THREAD_EX_LIST { ULONG32 NumberOfThreads; MINIDUMP_THREAD_EX Threads[]; } MINIDUMP_THREAD_EX_LIST, *PMINIDUMP_THREAD_EX_LIST;
Members
- NumberOfThreads
-
The number of structures in the Threads array.
- Threads
-
An array of MINIDUMP_THREAD_EX structures.
Requirements
|
Redistributable | DbgHelp.dll 5.1 or later |
|---|---|
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012