NdisReadPciSlotInformation

NdisReadPciSlotInformation returns bus-specific PCI configuration information from the PCI configuration space for a device at a particular slot on the bus.

Syntax

ULONG NdisReadPciSlotInformation(
IN NDIS_HANDLE
NdisAdapterHandle, IN ULONG SlotNumber,
IN ULONG
Offset, IN PVOID Buffer, IN ULONG Length);

At a Glance

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