CEDDK Dynamic-Link Library Address Mapping Functions (Windows Embedded CE 6.0)
1/6/2010
The following table shows the CEDDK.dll address mapping functions.
Programming element | Description |
---|---|
This function maps a physical address space to a nonpaged, process-dependent address space. It provides a directly mapped virtual address to the device. |
|
This function unmaps an address space previously mapped by MmMapIoSpace. |
|
This function is deprecated. Use BusTransBusAddrToStatic instead. This function translates a bus address to a physical system address. Then, it creates a static, process independent, virtual address mapping for that location. |
|
This function is deprecated. Use BusTransBusAddrToVirtual instead. This function translates a bus address to a virtual system address. |