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

This message is sent to a window when the given output buffer is being returned to the application. Buffers are returned to the application when they have been played or as the result of a call to the waveOutResetfunction.

Syntax

MM_WOM_DONE 

wParam = (WPARAM) 
hOutputDev

lParam = (LONG) 
lpwvhdr

Parameters

hOutputDev

Handle to the waveform-audio output device that played the buffer.

lpwvhdr

Pointer to a WAVEHDRstructure identifying the buffer.

Return Value

None.

Requirements

Header mmsystem.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also