The Runtime_GetCPUType() function returns information about the central processing unit (CPU) on which the application is being run.
Runtime_GetCPUType(specific_class)
• specific_class – A returned integer indicating the specific class of CPU:
Constant |
Description |
---|---|
DEX_CPU_I486 |
Intel 486 |
DEX_CPU_PENTIUM |
Intel Pentium |
DEX_CPU_PENTIUM_II |
Intel Pentium II |
DEX_CPU_PENTIUM_III |
Intel Pentium III |
An integer indicating the general class of CPU:
Constant |
Description |
---|---|
DEX_CPU_UNKNOWN |
Unknown CPU |
DEX_CPU_Ix86 |
Intel X86 |