Share via


IeXdi2EnumCpuRegs (Windows Embedded CE 6.0)

1/5/2010

This interface defines methods that provide access to exdi driver-generated CPU register list objects.

Methods

The following table shows the methods defined in the IeXdi2EnumCpuRegs interface.

Method Description

IeXdi2EnumCpuRegs::Clone

Copies the CPU register enumeration.

IeXdi2EnumCpuRegs::GetCount

Determines the total number of CPU register information elements in the enumerated list.

IeXdi2EnumCpuRegs::GetNext

Retrieves a pointer to the next CPU register information element in the enumerated list.

IeXdi2EnumCpuRegs::Next

Gets an array of a given number of pointers to the next CPU register object in the enumerated list.

IeXdi2EnumCpuRegs::ReadAll

Reads the content values of a set of CPU registers in the current list object.

IeXdi2EnumCpuRegs::Reset

Resets the current position in the enumerated list to the first CPU register information element.

IeXdi2EnumCpuRegs::Skip

Skips a given number of CPU register information elements in the enumerated list.

IeXdi2EnumCpuRegs::WriteAll

Writes the content values of a set of CPU registers in the current list object.

Requirements

Header eXDI2.h
Library ole32.lib, oleaut32.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IeXDI2 Interfaces