Buffer DbgPrint 输出标志禁止来自 DbgPrint、DbgPrintEx、KdPrint 和 KdPrintEx 调用的调试器输出。
Abbreviation |
ddp |
Hexadecimal value |
0x08000000 |
Symbolic Name |
FLG_DISABLE_DBGPRINT |
Destination |
系统范围的注册表项,内核标志 |
批注
当调试器输出被禁止时,它不会自动显示在内核调试器中。 However, the message is always sent to the DbgPrint buffer, where it can be accessed by using the !dbgprint debugger extension.
有关与调试器通信的函数的信息,请参阅 向调试器发送输出。