⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 debug.h

📁 dma驱动开发程序
💻 H
字号:
/*++

Copyright (c) 1997-1998  Microsoft Corporation

Module Name:

    debug.h

Abstract:

    General header file for debug print routine.  Include this header with
    all files using the custom DebugPrint() routine.

Author:

    Steve Dziok (SteveDz)

Environment:

    Kernel mode

Revision History:


--*/

#ifdef DBG

extern ULONG    DebugPrintLevel;
extern UCHAR    DebugBuffer[];

#define DebugPrint(_x_)     DebugPrintRoutine _x_

#else

#define DebugPrint(_x_)

#endif


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -