Desktop Functions: Smart Device Functions:
|
Search Results for "waveOutReset" in [All]coredll1: waveOutReset
[DllImport ("coredll.dll", EntryPoint="waveOutReset", SetLastError=true)]
public static extern int waveOutReset(IntPtr hwo);
Declare Function waveOutReset Lib "coredll.dll" (TODO) As TODO winmmafter the audio playback has been stopped with a call to waveOutReset(); The
if ((MMRESULT = waveOutReset(waveDevice)) != MMSYSERR_NOERROR)
"waveOutReset(): " + errmsg.ToString(), 3: waveOutReset public static extern uint waveOutReset(IntPtr hwo);
Declare Function waveOutReset Lib "winmm.dll" (TODO) As TODO |