_beginthread vs _beginthreadex -- FYI
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Just because there wasn't a clear / working link to an old MSDN article that got archived, rewritten, and (insert w/e they do at m$ web oversight here), http://msdn.microsoft.com/en-us/library/kdzttdcb.aspx[^] WaitForSingleObject works with beginthreadex because it doesn't close its own handle
-
Just because there wasn't a clear / working link to an old MSDN article that got archived, rewritten, and (insert w/e they do at m$ web oversight here), http://msdn.microsoft.com/en-us/library/kdzttdcb.aspx[^] WaitForSingleObject works with beginthreadex because it doesn't close its own handle
Indeed! There's several differences described in the current docs[^] (see the Remarks section). Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: