NdisMMapIoSpace maps a given bus-relative "physical" range of device RAM or registers onto a system-space virtual range.
NDIS_STATUS NdisMMapIoSpace(OUT PVOID *VirtualAddress,
IN NDIS_HANDLE MiniportAdapterHandle,
IN NDIS_PHYSICAL_ADDRESS PhysicalAddress, IN UINT Length);
| Header File: | Ndis.h |
| Module: | Nk |
| Platforms: | |
| Versions: | 2.0 and later |
| Complete Documentation: | Windows NT Device Driver Kit |