DOC: Incorrect Parameter for NdisReadMcaPosInformation()

ID: Q122171


The information in this article applies to:


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 
Version           : 3.50
Platform          : NT WINDOWS 
Issue type        : 

Last Reviewed: March 1, 1999