Source position: jwaimagehlp.pas line 1989
type _MINIDUMP_SYSTEM_INFO = record |
ProcessorArchitecture: USHORT; |
ProcessorLevel: USHORT; |
ProcessorRevision: USHORT; |
U: record |
case Integer of |
0: ( |
Reserved0: USHORT; |
); |
1: ( |
NumberOfProcessors: UCHAR; |
ProductType: UCHAR; |
); |
end; |
MajorVersion: ULONG32; |
MinorVersion: ULONG32; |
BuildNumber: ULONG32; |
PlatformId: ULONG32; |
CSDVersionRva: RVA; |
U2: record |
case Integer of |
0: ( |
Reserved1: ULONG32; |
); |
1: ( |
SuiteMask: USHORT; |
Reserved2: USHORT; |
); |
end; |
Cpu: _CPU_INFORMATION; |
end; |