标签:des style blog http color ar div log
Windows消息宏,定义在winuser.h里,消息编号从 0x0000 到 0x0400,下面给出一部分:
1 #define WM_NULL 0x0000 2 #define WM_CREATE 0x0001 3 #define WM_DESTROY 0x0002 4 #define WM_MOVE 0x0003 5 #define WM_SIZE 0x0005
正则表达式:
1 #define (.+?) (0x[0-9a-fA-F]{1,4})
在线测试工具:
正则表达式实例 -- 匹配Windows消息宏,布布扣,bubuko.com
标签:des style blog http color ar div log
原文地址:http://www.cnblogs.com/luzhiyuan/p/3903382.html