代码如下: 1: void CallThreadFun() 2: { 3: CString strPath="C:\\a.txt"; 4: HANDLE hThread=::CreateThread(NULL,NULL,ThreadFunc,(LPVOID)(LPCTSTR)str,0,&thID); 5: ... Read More
posted @ 2014-04-10 12:28 忆寒 Views(1628) Comments(0) Diggs(0) Edit