Share via


Processor Type Reference (Windows Embedded CE 6.0)

1/6/2010

When working with .inf files that the CAB Wizard will use to create .cab files, you can use a combination of platform labels and version numbers, and processor types to specify the platforms on which your application can be installed.

Target CPUs are identified by a processor type, which in turn is assigned a value. You can obtain this value for your device by calling SYSTEM_INFO.dwProcessorType.

Target processor Processor family String

Windows Mobile Version 5.0

ARM-based

2577

Smartphone for Windows Mobile 2003 device

ARM-based

2577

Smartphone for Windows Mobile 2003 emulator

x86-based

686

Pocket PC for Windows Mobile 2003 device

ARM-based

2577

Pocket PC for Windows Mobile 2003 emulator

x86-based

686

Pocket PC 2002 device

ARM-based

2577

Pocket PC 2002 emulator

x86-based

686

See Also

Reference

CEDevice

Concepts

Information File

Other Resources

Information (.inf) File Overview
SYSTEM_INFO