NdisMPciAssignResources

NdisMPciAssignResources returns a list of bus-relative hardware resources, such as IRQ, I/O ports, and device memory ranges, claimed in the registry for a PCI NIC.

Syntax

NDIS_STATUS NdisMPciAssignResources(
IN NDIS_HANDLE
MiniportHandle, IN ULONG SlotNumber,
OUT PNDIS_RESOURCE_LIST *
AssignedResources);

At a Glance

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