BOOL GetExitCodeThread(HANDLE, LPDWORD);
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 =)
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement