|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <dbghelp.h>
Public Attributes | |
| DWORD | Signature |
| DWORD | Version |
| DWORD | NumberOfStreams |
| RVA | StreamDirectoryRva |
| DWORD | CheckSum |
| union { | |
| DWORD Reserved | |
| DWORD TimeDateStamp | |
| } | DUMMYUNIONNAME |
| ULONG64 | Flags |
| DWORD _MINIDUMP_HEADER::CheckSum |
Definition at line 792 of file dbghelp.h.
Referenced by MiniDumpWriteDump().
| union { ... } _MINIDUMP_HEADER::DUMMYUNIONNAME |
| ULONG64 _MINIDUMP_HEADER::Flags |
Definition at line 798 of file dbghelp.h.
Referenced by MiniDumpWriteDump().
| DWORD _MINIDUMP_HEADER::NumberOfStreams |
Definition at line 790 of file dbghelp.h.
Referenced by MiniDumpReadDumpStream(), and MiniDumpWriteDump().
| DWORD _MINIDUMP_HEADER::Signature |
Definition at line 788 of file dbghelp.h.
Referenced by MiniDumpReadDumpStream(), and MiniDumpWriteDump().
| RVA _MINIDUMP_HEADER::StreamDirectoryRva |
Definition at line 791 of file dbghelp.h.
Referenced by MiniDumpReadDumpStream(), and MiniDumpWriteDump().
| DWORD _MINIDUMP_HEADER::TimeDateStamp |
Definition at line 796 of file dbghelp.h.
Referenced by MiniDumpWriteDump().
| DWORD _MINIDUMP_HEADER::Version |
Definition at line 789 of file dbghelp.h.
Referenced by MiniDumpWriteDump().