Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "waveOutReset" in [All]

winmm

.

after the audio playback has been stopped with a call to waveOutReset(); The

.

       if ((MMRESULT = waveOutReset(waveDevice)) != MMSYSERR_NOERROR)

.

        "waveOutReset(): " + errmsg.ToString(),

.

public static extern uint waveOutReset(IntPtr hwo);

.

Declare Function waveOutReset Lib "winmm.dll" (TODO) As TODO

.
Documentation
[waveOutReset] on MSDN

coredll

.

[DllImport ("coredll.dll", EntryPoint="waveOutReset", SetLastError=true)]

.

public static extern int waveOutReset(IntPtr hwo);

.

Declare Function waveOutReset Lib "coredll.dll" (TODO) As TODO

.
Documentation
[waveOutReset] on MSDN

 
Access PInvoke.net directly from VS: