Partager via


IPMCPU:IDispatch (Windows CE 5.0)

Send Feedback

This interface provides the ability to access and change a specified CPU object. The CPU object is returned as a collection by the IPMPlatformManager::EnumCPUs and IPMPlatform::EnumCPUs methods. The CPU object is returned as a single object by the IPMPlatformManager::GetCPU and IPMPlatform::GetCPU methods.

The following code sample shows one technique for accessing a CPU object from an Automation client.

Dim tCPU as Object
Set tCPU = tPlatman.GetCPU( <GUID or name of CPU> )

The following table shows this interface's methods.

Method Description
IPMCPU::Id Obtains the GUID associated with the CPU object.
IPMCPU::Name Obtains or sets the name of the CPU object.
IPMCPU::Architecture Obtains or sets the architecture of the CPU.
IPMCPU::Type Obtains or sets the type of the CPU.
IPMCPU::PageSize Obtains or sets the page size of the CPU.
IPMCPU::Level Obtains or sets the level of the CPU.
IPMCPU::DefaultValue Obtains or sets the default value for the CPU.
IPMCPU::CpuNum Obtains or sets the numerical value by which Platform Manager identifies the CPU.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Cpu.h, Cemgr.idl.

See Also

Platform Manager API | IPMPlatform::EnumCPUs | IPMPlatform::GetCPU | IPMPlatformManager::EnumCPUs | IPMPlatformManager::GetCPU

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.