Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MINIDUMP_USER_STREAM_INFORMATION structure (minidumpapiset.h)

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

Syntax

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

Requirement Value
Header minidumpapiset.h (include DbgHelp.h)
Redistributable DbgHelp.dll 5.1 or later

See also

MINIDUMP_USER_STREAM

MiniDumpWriteDump


Feedback

Was this page helpful?

Additional resources