Roger Luo

超越梦想一起飞
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年2月8日

摘要: void cast of argc and argv stop the compiler from complaining about unused variables int main(int argc, char **argv){ (void)argc; /* we don't use any arguments in this example */ (void)a... 阅读全文

posted @ 2013-02-08 03:24 Roger Luo 阅读(284) 评论(0) 推荐(0)

摘要: typedef struct _OVERLAPPED { ULONG_PTR Internal; ULONG_PTR InternalHigh; union { struct { DWORD Offset; DWORD OffsetHigh; }; PVOID Pointer; }; HANDLE hEvent;} OVERLAP... 阅读全文

posted @ 2013-02-08 01:50 Roger Luo 阅读(158) 评论(0) 推荐(0)