DOC: Incorrect Parameter for NdisReadMcaPosInformation()Last reviewed: January 8, 1997Article ID: Q122171 |
The information in this article applies to:
SUMMARYThe 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |