waveInMessage  6GZR2K 

The waveInMessage function sends messages to the waveform-audio input device drivers.

DWORD waveInMessage(

    HWAVEIN hwi,

 

    UINT uMsg,

 

    DWORD dwParam1,

 

    DWORD dwParam2

 

   );

 

 

Parameters

hwi

Handle of the waveform-audio input device.

uMsg

Message to send.

dwParam1 and dwParam2

Message parameters.

 

Return Values

Returns the value returned from the driver.