ReactOS 0.4.15-dev-7924-g5949c20
_MINIDUMP_USER_STREAM Struct Reference

#include <dbghelp.h>

Collaboration diagram for _MINIDUMP_USER_STREAM:

Public Attributes

ULONG Type
 
ULONG BufferSize
 
voidBuffer
 

Detailed Description

Definition at line 929 of file dbghelp.h.

Member Data Documentation

◆ Buffer

void* _MINIDUMP_USER_STREAM::Buffer

Definition at line 933 of file dbghelp.h.

Referenced by MiniDumpWriteDump().

◆ BufferSize

ULONG _MINIDUMP_USER_STREAM::BufferSize

Definition at line 932 of file dbghelp.h.

Referenced by MiniDumpWriteDump().

◆ Type

ULONG _MINIDUMP_USER_STREAM::Type

Definition at line 931 of file dbghelp.h.

Referenced by MiniDumpWriteDump().


The documentation for this struct was generated from the following file: