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