ISynchronizeContainer interface (objidlbase.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 (objidlbase.h) method adds a synchronization object to the container.
ISynchronizeContainer::WaitMultiple

The ISynchronizeContainer::WaitMultiple (objidlbase.h) method waits for any synchronization object in the container to be signaled.

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)

See also

ISynchronize