Runtime_GetCPUType()

Examples


The Runtime_GetCPUType() function returns information about the central processing unit (CPU) on which the application is being run.

Syntax

Runtime_GetCPUType(specific_class)

Parameters

specific_class – A returned integer indicating the specific class of CPU:

[spacer]

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


Return value

An integer indicating the general class of CPU:

[spacer]

Constant

Description

DEX_CPU_UNKNOWN

Unknown CPU

DEX_CPU_Ix86

Intel X86



Documentation Feedback