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 "waveInReset" in [All]

winmm

.
Summary
The waveInReset function stops input on the given waveform-audio input device and resets the current position to zero.
.

static extern uint waveInReset(IntPtr hwi);

.

Shared Function waveInReset(<MarshalAs(UnmanagedType.I4)> ByVal hwi As Integer) As MMRESULT

.
Documentation
[waveInReset] on MSDN

coredll

.

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

.

public static extern int waveInReset(IntPtr hwi);

.

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

.
Documentation
[waveInReset] on MSDN

 
Access PInvoke.net directly from VS: