This function sends messages to the waveform output device drivers.
At a Glance
Header file: | Mmsystem.h |
Windows CE versions: | 2.0 and later |
Syntax
MMRESULT waveOutMessage(HWAVEOUT hwo, UINT uMsg,
DWORD dw1, DWORD dw2);
Parameters
hwo
Handle to the waveform-audio output device.
uMsg
Message to send.
dw1 and dw2
Specifies message parameters.
Return Values
The value returned from the driver indicates success.