Share via


WOM_DONE (Compact 2013)

3/26/2014

This message is sent to a waveOutProc callback function 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 waveOutReset function.

Syntax

WOM_DONE 
    dwParam1 = (DWORD) lpwvhdr
    dwParam2 = reserved

Parameters

  • dwParam1
    Pointer to a WAVEHDR structure identifying the buffer.
  • dwParam2
    Reserved; must be zero.

Return Value

None.

Requirements

Header

mmsystem.h

See Also

Reference

Waveform Audio Messages
waveOutProc
waveOutReset
WAVEHDR