Windows Programming Question:
Download Questions PDF

APIs for creating event and set and reset the events?

Answer:

CreateEvent- to create the event
OpenEvent - to open already created event
SetEvent - to set the event signaled state
RestEvent - To set the Event To non-Signaled State

Download Windows Programming Interview Questions And Answers PDF

Previous QuestionNext Question
How do I create a Mutex?What is Event Object and why it is used?