Message Synchronization Functions

Send Feedback

The following table shows the message synchronization functions with a description of the purpose of each.

Programming element PPC SP Description
MsgWaitForMultipleObjects X X This function returns when one of the specified objects is in the signaled state, or when the time-out interval elapses.
MsgWaitForMultipleObjectsEx X X This function returns when either one or all of the specified objects are in the signaled state, an I/O completion routine or asynchronous procedure call (APC) is queued to the thread, or the time-out interval elapses.

See Also

Message Synchronization Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.