如何在线程外结束用AfxbeginThread启动的线程

2025-04-27 10:48:46
推荐回答(1个)
回答1:

BOOL TerminateThread(
HANDLE hThread,
DWORD dwExitCode
);