Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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) |