ISynchronizeContainer interface (objidl.h)

Manages a group of unsignaled synchronization objects.

Inheritance

The ISynchronizeContainer interface inherits from the IUnknown interface. ISynchronizeContainer also has these types of members:

Methods

The ISynchronizeContainer interface has these methods.

 
ISynchronizeContainer::AddSynchronize

The ISynchronizeContainer::AddSynchronize method (objidl.h) adds a synchronization object to the container.
ISynchronizeContainer::WaitMultiple

The ISynchronizeContainer::WaitMultiple method (objidl.h) waits for a synchronization object to be signaled or for a specified timeout period to elapse, whichever comes first.

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)

See also

ISynchronize