MINIDUMP_USER_STREAM_INFORMATION Structure

Debug Help Library

MINIDUMP_USER_STREAM_INFORMATION Structure

Contains a list of user data streams used by the MiniDumpWriteDump function.

typedef struct _MINIDUMP_USER_STREAM_INFORMATION {
ULONG UserStreamCount;
PMINIDUMP_USER_STREAM UserStreamArray; } MINIDUMP_USER_STREAM_INFORMATION,
*PMINIDUMP_USER_STREAM_INFORMATION;

Members

UserStreamCount

The number of user streams.

UserStreamArray

An array of MINIDUMP_USER_STREAM structures.

Remarks

In this context, a data stream refers to a block of data within a minidump file.

Requirements

Redistributable

Requires DbgHelp.dll 5.1 or later.

Header

Declared in DbgHelp.h.

See Also

MINIDUMP_USER_STREAM
MiniDumpWriteDump


Send comments about this topic to Microsoft

Build date: 9/25/2007

© 2007 Microsoft Corporation. All rights reserved.