When I browse documents of Microsoft, I found the API AfxBeginThread has been in previous version category.
What API is alternative to AfxBeginThread to manage thread in current version.
Thanks.
Hello,
AfxBeginThread will start a worker thread. There is no alternative in MFC.
Read this for more understanding: difference-between-afxbeginthread-and-createthread
Regards, Guido
Hi,
But what category the AfxBeginThread belongs to. I only found that it is in category: previous version in MS doc.
Thanks.
I don't understand what you mean. The documentation is for all versions. AfxBeginThread still exists in the current version of Visual Studio (VS 2019).
cwinthread-class
AfxBeginThread
Regards, Guido
6 people are following this question.