IeXdi2Mem (Windows Embedded CE 6.0)
1/5/2010
This interface provides memory, I/O, and CPU registers with access to the target. It is normally hosted by the eXDI service.
Methods
The following table shows the methods defined in the IeXdi2Mem interface.
Method | Description |
---|---|
Copies a designated block of memory. |
|
Creates a custom list of CPU registers given by name. |
|
Creates an enumeration list of available groups of CPU registers. |
|
Creates an enumeration list of available CPU registers. |
|
Creates an enumeration list of all CPU registers in a specified group and returns a pointer to its interface. |
|
Fills the memory with a specified sequence of bytes. |
|
Returns the supported linear memory map table. |
|
Retrieves the list of memory access exclusion ranges. This list is used to filter access on the memory range. |
|
Returns the CPU-specific register that corresponds to a specified standard register. |
|
Reads the content value of a CPU register, given the register name. |
|
Reads a block of data from linear memory. |
|
Searches memory for a block that matches a given sequence. |
|
Sets the values in the memory access exclusion range list. This list is used to filter access on the memory range. |
|
Writes the content value of a CPU register, given the register name. |
|
Writes a block of data to linear memory. |
Requirements
Header | eXDI2.h |
Library | ole32.lib |
Windows Embedded CE | Windows CE 5.0 and later |