MMRESULT waveInMessage(hWave, wMsg, dw1, dw2) | |||
HWAVEIN hWave; | |||
UINT wMsg; | |||
DWORD dw1; | |||
DWORD dw2; |
The waveInMessage function sends messages to the waveform output device drivers.
hWave
The handle to the audio device.
wMsg
The message to send.
dw1
Parameter 1.
dw2
Parameter 2.
Returns the value returned from the driver.