Source position: jwaimagehlp.pas line 1946
type _CPU_INFORMATION = record |
case Integer of |
0: ( |
VendorId: array [0..2] of ULONG32; |
VersionInformation: ULONG32; |
FeatureInformation: ULONG32; |
AMDExtendedCpuFeatures: ULONG32; |
); |
1: ( |
ProcessorFeatures: array [0..1] of ULONG64; |
); |
end; |