ISynchronizeEvent interface (objidl.h)
Assigns an event handle to a synchronization object.
The synchronization object can use a handle to manage its activities. For example, the wait functions use handles to identify the event they control. Thus, the logic of the ISynchronize::Signal method on an event synchronization object can pass its handle to the SetEvent function.
Inheritance
The ISynchronizeEvent interface inherits from ISynchronizeHandle. ISynchronizeEvent also has these types of members:
Methods
The ISynchronizeEvent interface has these methods.
ISynchronizeEvent::SetEventHandle The ISynchronizeEvent::SetEventHandle method (objidl.h) assigns an event handle to a synchronization object. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | objidl.h (include ObjIdl.h) |