IeXdi2EnumCpuRegs (Windows CE 5.0)
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
OS Version: Windows CE 5.0 and later.
Header: eXDI2.h.
Link Library: ole32.lib, oleaut32.lib.
See Also
Send Feedback on this topic to the authors