NdisMMapIoSpace

NdisMMapIoSpace maps a given bus-relative "physical" range of device RAM or registers onto a system-space virtual range.

Syntax

NDIS_STATUS NdisMMapIoSpace(OUT PVOID *VirtualAddress,
IN NDIS_HANDLE
MiniportAdapterHandle,
IN NDIS_PHYSICAL_ADDRESS
PhysicalAddress, IN UINT Length);

At a Glance

Header File: Ndis.h
Module: Nk
Platforms:
Versions: 2.0 and later
Complete Documentation: Windows NT Device Driver Kit