2011年6月6日
摘要: // Calculate the byte offset of a field in a structure of type type.//#define FIELD_OFFSET(type, field) ((LONG)(INT_PTR)&(((type *)0)->field))#define ANSI_NULL ((CHAR)0) #define UNICODE_NULL ((WCHAR)0) #define MAKELANGID(p, s) ((((WORD )(s)) << 10) | (WORD )(p))#define PRIMARYLANGID(lgi 阅读全文
posted @ 2011-06-06 22:01 潇湘雨歇 阅读(298) 评论(0) 推荐(0) 编辑