mixerclose (winmm)
Last changed: -84.155.137.237

.
Summary
TODO - a short description

C# Signature:

DllImport("winmm.dll")]
static extern Int32 mixerClose(IntPtr hmx);

VB Signature:

Declare Function mixerClose Lib "winmm.dll" (ByVal hmx As IntPtr) As Integer

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

The ManagedWindowsApi project (http://mwinapi.sourceforge.net) provides a Mixer control.

Documentation
mixerClose on MSDN