NdisWritePciSlotInformation

NdisWritePciSlotInformation writes a specified number of bytes to the PCI configuration space for a NIC on the PCI bus.

Syntax

ULONG NdisWritePciSlotInformation(
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