NdisWritePciSlotInformation writes a specified number of bytes to the PCI configuration space for a NIC on the PCI bus.
ULONG NdisWritePciSlotInformation(
IN NDIS_HANDLE NdisAdapterHandle, IN ULONG SlotNumber,
IN ULONG Offset, IN PVOID Buffer, IN ULONG Length);
Header File: | Ndis.h |
Module: | Nk |
Platforms: | |
Versions: | 2.0 and later |
Complete Documentation: | Windows NT Device Driver Kit |