qt界面发送windows线程无问题

#include <Windows.h>
#include <stdio.h>
#include <process.h>

uintptr_t hthread = _beginthread(SendThread 0, NULL);
WaitForSingleObject((HANDLE)hthread, INFINITE);

posted on 2020-03-12 10:37  lydstory  阅读(173)  评论(0)    收藏  举报

导航