The information in this article applies to:
SYMPTOMSAttempting to use NdisReadMcaPosInformation() in a Windows NT network driver may cause compiler warnings and/or undefined behavior at run time. CAUSEThe function prototype for NdisReadMcaPosInformation is incorrect as listed in the header file NDIS.H. The third parameter is listed as an IN UINT; it should be an OUT PUINT. RESOLUTION
Modify NDIS.H so that the function prototype for NdisReadMcaPosInformation
is as follows:
STATUSThis behavior is by design. Additional query words: 3.50 NT DDK KERNEL MODE NDIS MCA
Keywords : kbnetwork |
Last Reviewed: March 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |