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

Adds a synchronization object to the container. (ISynchronizeContainer.AddSynchronize)
ISynchronizeContainer::WaitMultiple

Waits for any synchronization object in the container to be signaled or for a specified timeout period to elapse, whichever comes first. (ISynchronizeContainer.WaitMultiple)

Requirements

   
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