Windows Programming Question: Download Windows Programming PDF

APIs for creating event and set and reset the events?

Tweet Share WhatsApp

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 PDF Read All 30 Windows Programming Questions
Previous QuestionNext Question
How do I create a Mutex?What is Event Object and why it is used?