IOsAxsMem (Windows CE 5.0)
This interface provides memory, I/O, and CPU registers access to a specified target device.
IOsAxsMem is normally hosted by the Os Access service.
Methods
The following table shows the methods provided by the IOxAxsMem interface.
Method | Description |
---|---|
IOsAxsMem::CopyMemoryByProc | Copies memory. |
IOsAxsMem::FillMemoryByProc | Fills memory with a block that matches a given sequence. |
IOsAxsMem::ReadMemoryByProc | Reads a block of data from linear memory. |
IOsAxsMem::SearchMemoryByProc | Searches memory for a block that matches a given sequence. |
IOsAxsMem::WriteMemoryByProc | Writes a block of data to linear memory. |
Requirements
OS Version: Windows CE 5.0 and later.
Header: OsAccess.h.
Link Library: OSAXSC.lib.
See Also
Send Feedback on this topic to the authors