- SetEvent of auto and manual
- Posted by adv on August 26th, 2004
When creating an event object of either auto or manual, if SetEvent() is
called 100 times before WaitForSingleObject() is hit, will the following 100
WaitForSingleObject() calls return immediately? Thank you very much!
- Posted by Olof Lagerkvist on August 26th, 2004
adv wrote:
No, if you want that, use a semaphore instead.
--
Olof Lagerkvist
ICQ: 724451
Web page: http://here.is/olof
- Posted by Scott McPhillips [MVP] on August 26th, 2004
adv wrote:
No. An event is a boolean.
--
Scott McPhillips [VC++ MVP]
Similar Posts
- Auto/Manual Updates (What is McAfee doing????) (Virus & Worms) by Gunner
- SetEvent from different threads. (Development Resources) by David
- SetEvent on the event shared between clients of the same DLL (Development Resources) by Dusko
- CreateEvent and SetEvent Confusion (Development Resources) by Sriram
- SetEvent() and WaitForSingleObject() (Development Resources) by William Payne

