Microsoft KB Archive/122173

From BetaArchive Wiki

DOCFIX: Incorrect Parameter for NdisReadEisaSlotInformation()

Q122173



The information in this article applies to:


  • Microsoft Win32 Device Driver Kit (DDK) for Windows NT, version 3.5



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
Issue type :
Technology :


Last Reviewed: March 1, 1999
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.