mmeWaitForCallbacks(3mms) — Subroutines
Name
mmeWaitForCallbacks --- Wait for callbacks
Syntax
#include <mme/mme_api.h>
void mmeWaitForCallbacks()
Arguments
None.
Description
The mmeWaitForCallbacks function allows an application to wait for callbacks. Call the mmeProcessCallbacks function after the mmeWaitForCallbacks function to process a callback.
Note that the mmeWaitForCallbacks function blocks the entire process. To avoid blocking the process, use the mmeCheckForCallbacks function to check for callbacks. When a pending callback is detected, use the mmeProcessCallbacks function to process the callback.
Extensions
The mmeWaitForCallbacks function is a Digital extension to the Microsoft multimedia API specification.