ReactOS 0.4.15-dev-7958-gcd0bb1a
_MINIDUMP_SYSTEM_INFO Struct Reference

#include <dbghelp.h>

Collaboration diagram for _MINIDUMP_SYSTEM_INFO:

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
 

Detailed Description

Definition at line 865 of file dbghelp.h.

Member Data Documentation

◆ BuildNumber

ULONG _MINIDUMP_SYSTEM_INFO::BuildNumber

Definition at line 882 of file dbghelp.h.

Referenced by dump_system_info().

◆ Cpu

union _MINIDUMP_SYSTEM_INFO::_CPU_INFORMATION _MINIDUMP_SYSTEM_INFO::Cpu

Referenced by dump_system_info().

◆ CSDVersionRva

RVA _MINIDUMP_SYSTEM_INFO::CSDVersionRva

Definition at line 885 of file dbghelp.h.

Referenced by dump_system_info().

◆  [1/2]

struct { ... } _MINIDUMP_SYSTEM_INFO::DUMMYSTRUCTNAME

◆  [2/2]

struct { ... } _MINIDUMP_SYSTEM_INFO::DUMMYSTRUCTNAME

◆ 

union { ... } _MINIDUMP_SYSTEM_INFO::DUMMYUNIONNAME

◆ 

union { ... } _MINIDUMP_SYSTEM_INFO::DUMMYUNIONNAME1

◆ MajorVersion

ULONG _MINIDUMP_SYSTEM_INFO::MajorVersion

Definition at line 880 of file dbghelp.h.

Referenced by dump_system_info().

◆ MinorVersion

ULONG _MINIDUMP_SYSTEM_INFO::MinorVersion

Definition at line 881 of file dbghelp.h.

Referenced by dump_system_info().

◆ NumberOfProcessors

UCHAR _MINIDUMP_SYSTEM_INFO::NumberOfProcessors

Definition at line 875 of file dbghelp.h.

Referenced by dump_system_info().

◆ PlatformId

ULONG _MINIDUMP_SYSTEM_INFO::PlatformId

Definition at line 883 of file dbghelp.h.

Referenced by dump_system_info().

◆ ProcessorArchitecture

USHORT _MINIDUMP_SYSTEM_INFO::ProcessorArchitecture

Definition at line 867 of file dbghelp.h.

Referenced by dump_system_info().

◆ ProcessorLevel

USHORT _MINIDUMP_SYSTEM_INFO::ProcessorLevel

Definition at line 868 of file dbghelp.h.

Referenced by dump_system_info().

◆ ProcessorRevision

USHORT _MINIDUMP_SYSTEM_INFO::ProcessorRevision

Definition at line 869 of file dbghelp.h.

Referenced by dump_system_info().

◆ ProductType

UCHAR _MINIDUMP_SYSTEM_INFO::ProductType

Definition at line 876 of file dbghelp.h.

Referenced by dump_system_info().

◆ Reserved0

USHORT _MINIDUMP_SYSTEM_INFO::Reserved0

Definition at line 872 of file dbghelp.h.

◆ Reserved1

ULONG _MINIDUMP_SYSTEM_INFO::Reserved1

Definition at line 888 of file dbghelp.h.

Referenced by dump_system_info().

◆ Reserved2

USHORT _MINIDUMP_SYSTEM_INFO::Reserved2

Definition at line 892 of file dbghelp.h.

◆ SuiteMask

USHORT _MINIDUMP_SYSTEM_INFO::SuiteMask

Definition at line 891 of file dbghelp.h.

Referenced by dump_system_info().


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