DOCFIX: Incorrect Parameter for NdisReadEisaSlotInformation()

ID: Q122173


The information in this article applies to:

The documentation in the Windows NT Device Driver Kit for network drivers lists incorrect parameters for the call to the NdisReadEisaSlotInformation function. The third parameter is listed incorrectly as IN UINT SlotNumber.

Here is the correct prototype for this function:

VOID NdisReadEisaSlotInformation (OUT PNDIS_STATUS Status,
                              IN NDIS_HANDLE WrapperConfigurationContext,
                              OUT PUINT SlotNumber,
                              OUT PNDIS_EISA_FUNCTION_INFORMATION EisaData) 

This documentation error is corrected in the Win32 DDK version 3.51 online documentation.

Additional query words: 3.50 NDIS NT DDK KERNEL MODE EISA docerr


Keywords          : kbnetwork 
Version           : 3.50
Platform          : NT WINDOWS 
Issue type        : 

Last Reviewed: March 1, 1999