Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 (objidlbase.h) method 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 | objidlbase.h (include ObjIdl.h) |