Debug SizeOf( SYSTEM_INFO)
Maintenant faites le compte à la main, vous trouvez combien ?
Pour moi le compte n'y est pas

Code : Tout sélectionner
Structure SYSTEM_INFO
StructureUnion
dwOemID.l
wProcessorArchitecture.w
EndStructureUnion
dwPageSize.l
lpMinimumApplicationAddress.l
lpMaximumApplicationAddress.l
dwActiveProcessorMask.l
dwNumberOfProcessors.l
dwProcessorType.l
dwAllocationGranularity.l
wProcessorLevel.w
wProcessorRevision.w
EndStructure
Code : Tout sélectionner
Structure SYSTEM_INFO
dwOemID.l
wProcessorArchitecture.w
dwPageSize.l
lpMinimumApplicationAddress.l
lpMaximumApplicationAddress.l
dwActiveProcessorMask.l
dwNumberOfProcessors.l
dwProcessorType.l
dwAllocationGranularity.l
wProcessorLevel.w
wProcessorRevision.w
EndStructure