DOC: Incorrect Parameter for NdisReadMcaPosInformation()

Last reviewed: January 8, 1997
Article ID: Q122171
The information in this article applies to:
  • Microsoft Win32 Device Development 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.


KBCategory: kbprg kbdocerr kbdocfix
KBSubcategory:
Additional reference words: 3.50 3.51 NDIS MCA NT DDK docerr


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 8, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.