Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 2.17 KB

nn-objidlbase-isynchronizeevent.md

File metadata and controls

63 lines (54 loc) · 2.17 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:objidlbase.ISynchronizeEvent
ISynchronizeEvent (objidlbase.h)
The ISynchronizeEvent (objidlbase.h) interface assigns an event handle to a synchronization object.
ISynchronizeEvent
ISynchronizeEvent interface [COM]
ISynchronizeEvent interface [COM]
described
_com_isynchronizeevent
com.isynchronizeevent
objidlbase/ISynchronizeEvent
com\isynchronizeevent.htm
com
b4721498-0455-415a-bf2f-c8c8fdf3b75c
08/15/2022
ISynchronizeEvent, ISynchronizeEvent interface [COM], ISynchronizeEvent interface [COM],described, _com_isynchronizeevent, com.isynchronizeevent, objidlbase/ISynchronizeEvent
objidlbase.h
ObjIdl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
ObjIdl.idl
Windows
19H1
ISynchronizeEvent
objidlbase/ISynchronizeEvent
c++
APIRef
kbSyntax
COM
objidlbase.h
ISynchronizeEvent

ISynchronizeEvent interface

-description

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:

-see-also

ISynchronizeHandle