Maps a range of physical memory addresses into the current process's virtual address space.
PVOID RtMapMemory(
LARGE_INTEGER physAddr,
ULONG Length,
BOOLEAN CacheEnable
);
physAddr
Length
CacheEnable
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/rt/include/iwin32.h | iwin32.h | iwin32.lib |
Note
This function operates in the real-time portion of your application.