ReactOS 0.4.15-dev-7918-g2a2556c
_MINIDUMP_SYSTEM_INFO::_CPU_INFORMATION Union Reference

#include <dbghelp.h>

Collaboration diagram for _MINIDUMP_SYSTEM_INFO::_CPU_INFORMATION:

Public Attributes

struct {
   ULONG   VendorId [3]
 
   ULONG   VersionInformation
 
   ULONG   FeatureInformation
 
   ULONG   AMDExtendedCpuFeatures
 
X86CpuInfo
 
struct {
   ULONG64   ProcessorFeatures [2]
 
OtherCpuInfo
 

Detailed Description

Definition at line 895 of file dbghelp.h.

Member Data Documentation

◆ AMDExtendedCpuFeatures

ULONG _MINIDUMP_SYSTEM_INFO::_CPU_INFORMATION::AMDExtendedCpuFeatures

Definition at line 902 of file dbghelp.h.

◆ FeatureInformation

ULONG _MINIDUMP_SYSTEM_INFO::_CPU_INFORMATION::FeatureInformation

Definition at line 901 of file dbghelp.h.

◆ 

struct { ... } _MINIDUMP_SYSTEM_INFO::_CPU_INFORMATION::OtherCpuInfo

Referenced by dump_system_info().

◆ ProcessorFeatures

ULONG64 _MINIDUMP_SYSTEM_INFO::_CPU_INFORMATION::ProcessorFeatures[2]

Definition at line 906 of file dbghelp.h.

◆ VendorId

ULONG _MINIDUMP_SYSTEM_INFO::_CPU_INFORMATION::VendorId[3]

Definition at line 899 of file dbghelp.h.

◆ VersionInformation

ULONG _MINIDUMP_SYSTEM_INFO::_CPU_INFORMATION::VersionInformation

Definition at line 900 of file dbghelp.h.

◆ 

struct { ... } _MINIDUMP_SYSTEM_INFO::_CPU_INFORMATION::X86CpuInfo

Referenced by dump_system_info().


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