waveInClose (coredll)
Last changed: -87.2.12.102

.
Summary
TODO - a short description

C# Signature:

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

VB Signature:

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

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