The information in this article applies to:
SUMMARYThere is additional Network Driver Interface Specification (NDIS) debugging information available in Windows 98 and Windows 98 SE. This article describes how to access that additional information using the global symbols, ndisdebuglevel and ndisdebugsystems. MORE INFORMATION
Listed below are level and component NDIS debugging flags. These flags are set through the debugger, and provide trace information as execution passes through NDIS. These flags can be ORed together.
After returning from WrapperSyCriticalInit, break into the system and set the ORed value of the trace information in which you are interested. Enter the ORed value in Intel byte order. Use of these flags requires the Windows 98/SE debug binary version of the Ndis.vxd device driver.EXAMPLE: Set the level trace information for ERROR in the debugger in the following manner:
EXAMPLE: Set the component trace information for RECEIVE and SEND in the debugger in the following manner:
All trace output is emitted to the current kernel debugger. REFERENCESFor additional information about ndistraceimpt, please see the following article in the Microsoft Knowledge Base: Q182539 HOWTO: Debug NDIS WAN Miniports for MSDUN 1.2x Additional query words:
Keywords : kbDebug kbNDIS kbWinOS98 kbx86 kbGrpWin9xDDK |
Last Reviewed: June 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |