MINIDUMP_THREAD_LIST Structure

Debug Help Library

MINIDUMP_THREAD_LIST Structure

Contains a list of threads.

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

Requires DbgHelp.dll 5.1 or later.

Header

Declared in DbgHelp.h.

See Also

MINIDUMP_STREAM_TYPE
MINIDUMP_THREAD


Send comments about this topic to Microsoft

Build date: 9/25/2007

© 2007 Microsoft Corporation. All rights reserved.