Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The mixer services provide window callback services so that your application can process messages from mixer drivers.

To use these services, specify the CALLBACK_WINDOW flag in the fdwOpenparameter and a window handle in the dwCallbackparameter of the mixerOpenfunction.

Driver messages are sent to the window procedure function for the window identified by the handle in dwCallback.

Messages are specific to the audio device type.

See Also