Microsoft KB Archive/122171

From BetaArchive Wiki

DOC: Incorrect Parameter for NdisReadMcaPosInformation()

Q122171



The information in this article applies to:


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





SUMMARY

The documentation for the Windows NT DDK gives an incorrect parameter for the NdisReadMcaPosInformation function. The documentation lists the third parameter as an IN parameter. It should be an OUT parameter. The correct prototype for this function is:


VOID NdisReadMcaPosInformation (OUT PNDIS_STATUS Status,
                                IN NDIS_HANDLE WrapperConfigurationContext,
                                OUT PUINT ChannelNumber,
                                OUT PNDIS_MCA_POS_DATA McaData) 


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

Additional query words: 3.50 3.51 NDIS MCA NT DDK docerr

Keywords : kbdocfix
Issue type :
Technology :


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