HANDLE hThread = CreateThread(NULL, 0, Fun, NULL, 0, NULL);. CloseHandle(hThread);. while(1) { cout<<"main display!"<<endl; }. return 0;. }.
確定! 回上一頁