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

📄 dbgzone.h

📁 Windows CE documentation and examples from the Windows CE development manuals. There are lots of exa
💻 H
字号:
#include <DBGAPI.H>

#define DEBUGMASK(n) 	(0x00000001<<n) 
#define MASK_INIT 		DEBUGMASK(0) 
#define MASK_DEINIT 	DEBUGMASK(1) 
#define MASK_ON 		DEBUGMASK(2) 
#define MASK_ZONE3 		DEBUGMASK(3) 
#define MASK_ZONE4 		DEBUGMASK(4) 
#define MASK_ZONE5 		DEBUGMASK(5) 
#define MASK_ZONE6 		DEBUGMASK(6) 
#define MASK_ZONE7 		DEBUGMASK(7) 
#define MASK_ZONE8 		DEBUGMASK(8) 
#define MASK_ZONE9 		DEBUGMASK(9) 
#define MASK_ZONE10 	DEBUGMASK(10) 
#define MASK_ZONE11 	DEBUGMASK(11) 
#define MASK_ZONE12 	DEBUGMASK(12) 
#define MASK_FAILURE	DEBUGMASK(13) 
#define MASK_WARNING 	DEBUGMASK(14) 
#define MASK_ERROR 		DEBUGMASK(15) 

#define ZONE_INIT 		DEBUGZONE(0)
#define ZONE_DEINIT 	DEBUGZONE(1)
#define ZONE_ON 		DEBUGZONE(2)
#define ZONE_3 			DEBUGZONE(3)
#define ZONE_4 			DEBUGZONE(4)
#define ZONE_5 			DEBUGZONE(5)
#define ZONE_6 			DEBUGZONE(6)
#define ZONE_7 			DEBUGZONE(7)
#define ZONE_8 			DEBUGZONE(8)
#define ZONE_9 			DEBUGZONE(9)
#define ZONE_10 		DEBUGZONE(10)
#define ZONE_11 		DEBUGZONE(11)
#define ZONE_12 		DEBUGZONE(12)
#define ZONE_FAILURE	DEBUGZONE(13)
#define ZONE_WARNING 	DEBUGZONE(14)
#define ZONE_ERROR 		DEBUGZONE(15)

⌨️ 快捷键说明

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