2009年3月25日
摘要: //test thread #include #include #define MAX_NUM 5 typedef struct TEST_STRUCT// { DWORD i; DWORD dwRandom; }TEST_STRUCT,*TEST_PTR; DWORD WINAPI ThreadProc(LPVOID lpParameter)// { TEST_PTR test... 阅读全文
posted @ 2009-03-25 16:54 Alvin_Xu 阅读(349) 评论(0) 推荐(0) 编辑