Share via


OS-aware Memory Handling (Windows Embedded CE 6.0)

1/5/2010

The IOsAxsMem interface, implemented by the OS Access component, provides OS-aware, by-process memory access to a debugging target. Using these methods, you can read, write, fill, copy, and search a block of linear memory.

In addition, the IOsAxsVirtualMem interface provides methods that give you access to the virtual memory page table. You can map or translate a virtual memory address to physical memory address, and determine the virtual memory page size.

Events

When virtual memory is brought into physical memory, the eXDI driver can use the IOsAxsClientPageInEvents interface to notify the host.

See Also

Concepts

Memory and Register Access
OS-agnostic Memory Handling
eXDI Register Access