[DllImport("winmm.dll")]
static extern Int32 mixerSetControlDetails(IntPtr hmxobj,
ref MixerControlDetails pmxcd, UInt32 fdwDetails);
Declare Function mixerSetControlDetails Lib "winmm.dll" (ByVal hmxobj As IntPtr, ByVal pmxcd As MIXERCONTROLDETAILS, ByVal fdwDetails As Integer) As Integer
Structure MIXERCONTROLDETAILS
Dim cbStruct As Integer
Dim dwControlID As Integer
Dim cChannels As Integer
Structure u ' A union
Dim hWndOwner As IntPtr
Dim cMultipleItems As Integer
End Structure
Dim cbDetails As Integer
Dim paDeatails As IntPtr
End Structure
None.
Please add some!
Please add some!
The ManagedWindowsApi project (http://mwinapi.sourceforge.net) provides a Mixer control.