Subj : Re: waitformultipleobjects() on several semaphores ? To : comp.programming.threads From : Neill Clift [MSFT] Date : Mon Feb 07 2005 08:59 am "Neill Clift [MSFT]" wrote in message news:420556d5$1@news.microsoft.com... .... > > I'll see if I can get it clarified. > Thanks. > It does seem to have a clear statement of this when I checked this morning on MSDN website: The function modifies the state of some types of synchronization objects. Modification occurs only for the object or objects whose signaled state caused the function to return. For example, the count of a semaphore object is decreased by one. For more information, see the documentation for the individual synchronization objects. Neill. .