The SystemInfo stream, containing various information about the system where this minidump was generated.
Declared in <llvm/BinaryFormat/Minidump.h>
struct SystemInfo;
| Name | Description |
|---|---|
BuildNumber | Build number of the operating system. |
CPU | Detailed CPU information whose layout depends on ProcessorArch. |
CSDVersionRVA | RVA of the CSD (service pack) version string. |
MajorVersion | Major version number of the operating system. |
MinorVersion | Minor version number of the operating system. |
NumberOfProcessors | Number of processors in the system. |
PlatformId | Operating-system platform identifier. |
ProcessorArch | Processor architecture of the dumped system. |
ProcessorLevel | Architecture-specific processor level. |
ProcessorRevision | Architecture-specific processor revision. |
ProductType | Product type (workstation, server, or domain controller). |
Reserved | Reserved; must be zero. |
SuiteMask | Bit flags identifying available OS product suites. |