I am working on some legacy code which includes calls to WaitForMultipleObjects()
. From school I remember the function WaitForMultipleObjectsEx()
(which we only vaguely mentioned). I am wondering what, if at all, is the difference and is there a general rule as to when to use which. Googling the title of the question didn't lead to any conclusions.
问问题
2885 次