waveInClose (coredll)
Last changed: -87.2.12.102

.
Summary
The waveInClose function closes the given waveform-audio input device.

C# Signature:

[DllImport ("coredll.dll", EntryPoint="waveInClose", SetLastError=true)]
public static extern int waveInClose(IntPtr hDev);

VB Signature:

<DllImport("coredll.dll")> _
Shared Function waveInClose(ByVal hDev As IntPtr) As Integer
End Function

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Taken from openNetCF in OpenNETCF.Win32.Wave

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
waveInClose on MSDN