win32api.GetNativeSystemInfo

tuple = GetNativeSystemInfo()

Retrieves information about the current system for a Wow64 process.

Win32 API References

Search for GetNativeSystemInfo at msdn, google or google groups.

Return Value

The return value is a tuple of 9 values, which corresponds to the Win32 SYSTEM_INFO structure. The element names are:
wProcessorArchitecture
dwPageSize
lpMinimumApplicationAddress
lpMaximumApplicationAddress
dwActiveProcessorMask
dwNumberOfProcessors
dwProcessorType
dwAllocationGranularity
(wProcessorLevel,wProcessorRevision)