The information in this article applies to:
The definition of VideoDebugPrint is incomplete. It should be as follows: Usage:
VideoDebugPrint writes a debug string to the WinDbg KD Command window.Parameters: Level - the debug print level of the message between 0 and 3, with 3being the most verbose. This parameter is compared by the VideoPort driver to a global debugging variable set in the registry. If the parameter "Level" is equal to or less than the global debugging variable, the message is printed. DebugMessage - The printf formatted string to be printed.Comments: The VideoPort driver looks for the following variable at startup in the Registry:
Where:This documentation error was fixed in the Windows NT DDK version 4.0. Additional query words: 3.50 3.51
Keywords : kbdocfix ntddkvideo |
Last Reviewed: December 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |