MINIDUMP_INCLUDE_THREAD_CALLBACK Structure

Debug Help Library

MINIDUMP_INCLUDE_THREAD_CALLBACK Structure

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;

Members

ThreadId

The identifier of the thread.

Requirements

Redistributable

Requires DbgHelp.dll 5.1 or later.

Header

Declared in DbgHelp.h.

See Also

MINIDUMP_CALLBACK_INPUT
MINIDUMP_CALLBACK_TYPE
MiniDumpCallback


Send comments about this topic to Microsoft

Build date: 9/25/2007

© 2007 Microsoft Corporation. All rights reserved.