Windows Programming Question:

What is Event Object and why it is used?

Answer:

Event is the thread synchronization object to set signaled state or non-signaled state.

Read All 30 Windows Programming Questions
Previous QuestionNext Question
APIs for creating event and set and reset the events?What is the limit on per process for creating a thread?