ReactOS 0.4.16-dev-197-g92996da
|
#include <dbghelp.h>
Classes | |
union | _CPU_INFORMATION |
Public Attributes | |
USHORT | ProcessorArchitecture |
USHORT | ProcessorLevel |
USHORT | ProcessorRevision |
union { | |
USHORT Reserved0 | |
struct { | |
UCHAR NumberOfProcessors | |
UCHAR ProductType | |
} DUMMYSTRUCTNAME | |
} | DUMMYUNIONNAME |
ULONG | MajorVersion |
ULONG | MinorVersion |
ULONG | BuildNumber |
ULONG | PlatformId |
RVA | CSDVersionRva |
union { | |
ULONG Reserved1 | |
struct { | |
USHORT SuiteMask | |
USHORT Reserved2 | |
} DUMMYSTRUCTNAME | |
} | DUMMYUNIONNAME1 |
union _MINIDUMP_SYSTEM_INFO::_CPU_INFORMATION | Cpu |
ULONG _MINIDUMP_SYSTEM_INFO::BuildNumber |
Definition at line 882 of file dbghelp.h.
Referenced by dump_system_info().
union _MINIDUMP_SYSTEM_INFO::_CPU_INFORMATION _MINIDUMP_SYSTEM_INFO::Cpu |
Referenced by dump_system_info().
RVA _MINIDUMP_SYSTEM_INFO::CSDVersionRva |
Definition at line 885 of file dbghelp.h.
Referenced by dump_system_info().
struct { ... } _MINIDUMP_SYSTEM_INFO::DUMMYSTRUCTNAME |
struct { ... } _MINIDUMP_SYSTEM_INFO::DUMMYSTRUCTNAME |
union { ... } _MINIDUMP_SYSTEM_INFO::DUMMYUNIONNAME |
union { ... } _MINIDUMP_SYSTEM_INFO::DUMMYUNIONNAME1 |
ULONG _MINIDUMP_SYSTEM_INFO::MajorVersion |
Definition at line 880 of file dbghelp.h.
Referenced by dump_system_info().
ULONG _MINIDUMP_SYSTEM_INFO::MinorVersion |
Definition at line 881 of file dbghelp.h.
Referenced by dump_system_info().
UCHAR _MINIDUMP_SYSTEM_INFO::NumberOfProcessors |
Definition at line 875 of file dbghelp.h.
Referenced by dump_system_info().
ULONG _MINIDUMP_SYSTEM_INFO::PlatformId |
Definition at line 883 of file dbghelp.h.
Referenced by dump_system_info().
USHORT _MINIDUMP_SYSTEM_INFO::ProcessorArchitecture |
Definition at line 867 of file dbghelp.h.
Referenced by dump_system_info().
USHORT _MINIDUMP_SYSTEM_INFO::ProcessorLevel |
Definition at line 868 of file dbghelp.h.
Referenced by dump_system_info().
USHORT _MINIDUMP_SYSTEM_INFO::ProcessorRevision |
Definition at line 869 of file dbghelp.h.
Referenced by dump_system_info().
UCHAR _MINIDUMP_SYSTEM_INFO::ProductType |
Definition at line 876 of file dbghelp.h.
Referenced by dump_system_info().
ULONG _MINIDUMP_SYSTEM_INFO::Reserved1 |
Definition at line 888 of file dbghelp.h.
Referenced by dump_system_info().
USHORT _MINIDUMP_SYSTEM_INFO::SuiteMask |
Definition at line 891 of file dbghelp.h.
Referenced by dump_system_info().