Get Processor Information

Displays the properties of the system's processors.

Privileges

Normal

Input Parameters

None

Output Parameters

Name Type Description

ProcessorInfo

Collection

Each ProcessorInfo contains the following properties:

  • Name
  • DeviceID
  • Manufacturer
  • Description
  • Family
  • CurrentClockSpeed
  • MaxClockSpeed
  • L2CacheSize
  • SocketDesignation
  • UpgradeMethod

Result

Number

Returns a success value of zero or any value other than zero to indicate failure.

Example Input Parameters

No input parameters required.