mixerGetID (winmm)
Last changed: anonymous

.
Summary
The mixerGetID function retrieves the device identifier for a mixer device associated with a specified device handle.

C# Signature:

[DllImport("winmm.dll", SetLastError=true)]
static extern TODO mixerGetID(TODO);

VB Signature:

<DllImport("winmm.dll")> _
Shared Function mixerGetID(<MarshalAs(UnmanagedType.I4)> ByVal hmxobj As Integer, ByRef puMxId As UInteger, ByVal fdwId As MixerFlags) As MMRESULT

End Function

User-Defined Types:

MMRESULT

MixerFlags

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
mixerGetID on MSDN