MINIDUMP_USER_STREAM structure
Contains user-defined information stored in a data stream.
Syntax
typedef struct _MINIDUMP_USER_STREAM { ULONG32 Type; ULONG BufferSize; PVOID Buffer; } MINIDUMP_USER_STREAM, *PMINIDUMP_USER_STREAM;
Members
- Type
-
The type of data stream. For more information, see MINIDUMP_STREAM_TYPE.
- BufferSize
-
The size of the user-defined data stream buffer, in bytes.
- Buffer
-
A pointer to a buffer that contains the user-defined data stream.
Remarks
In this context, a data stream refers to a block of data within a minidump file.
Requirements
|
Redistributable | DbgHelp.dll 5.1 or later |
|---|---|
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012