Advertisement

BOOL GetExitCodeThread(HANDLE, LPDWORD);

Started by June 24, 2003 07:04 PM
0 comments, last by Ironica 21 years, 7 months ago
Hey, just wanted to check something about this function. The site I used as a reference didn''t give much detail on it. What happens if the thread hasn''t returned yet? Does this function return false? And true, if it has returned? Sorry if it''s a dumb question, but the site I''m reading: http://blacksun.box.sk/tutorials/multithreading.html doesn''t explain what the return value is for. My common sense isn''t that good, so I''d like it if someone could confirm this please =)
Type this in google :

site:msdn.microsoft.com GetExitCodeThread

This topic is closed to new replies.

Advertisement