[tr] Event function Description [/tr] CreateEvent Creates or opens a named or unnamed event object.
CreateEventEx Creates or opens a named or unnamed event object and returns a handle to the object.
OpenEvent Opens an existing named event object.
PulseEvent Setsthe specified event object to the signaled state and then resets it tothe nonsignaled state after releasing the appropriate number of waitingthreads.
ResetEvent Sets the specified event object to the nonsignaled state.
SetEvent Sets the specified event object to the signaled state.