DEVFYI - Developer Resource - FYI

APIs for creating event and set and reset the events

Windows programming Interview Questions and Answers


(Continued from previous question...)

27. APIs for creating event and set and reset the events

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

(Continued on next question...)

Other Interview Questions