DOCFIX: Incorrect Parameter for NdisReadEisaSlotInformation()Last reviewed: July 18, 1996Article 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 reference words: 3.50 NDIS NT DDK KERNEL MODE EISA docerr
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |