Variable-sized struct which contains a list of MINIDUMP_THREAD_NAME structs. More...
#include "dbghelp.h"
Public Attributes | |
uint32_t | NumberOfThreadNames |
The number of MINIDUMP_THREAD_NAME structs following this field. | |
struct MINIDUMP_THREAD_NAME | ThreadNames [0] |
A variably-sized array containing zero or more MINIDUMP_THREAD_NAME structs. The length of the array is indicated by the NumberOfThreadNames field in this struct. | |
Variable-sized struct which contains a list of MINIDUMP_THREAD_NAME structs.