Contains information for the MiniDumpCallback function when the callback type is IncludeThreadCallback.
typedef struct _MINIDUMP_INCLUDE_THREAD_CALLBACK {
ULONG ThreadId;
} MINIDUMP_INCLUDE_THREAD_CALLBACK, *PMINIDUMP_INCLUDE_THREAD_CALLBACK;
ThreadId
The identifier of the thread.
Header: Declared in dbghelp.h.