摘要:
LONG与DWORD都是WinDef.h中定义的宏typedef unsigned long ULONG; typedef unsigned long DWORD; 两者一模一样. 为何我在很多地方看到同时使用这两个类型??? 例1,在MSDN中代码: DWORD dw; ULONG cbRead; 例2,在winterdom上的代码: bool CreateIocp ( ULONG ConcurrentThreads, ULONG InitialMaxThreads, DWORD timeout = INFINITE ) ... 阅读全文
posted @ 2014-03-24 16:10
朱家牧
阅读(3855)
评论(0)
推荐(0)

浙公网安备 33010602011771号