mixerGetNumDevs (winmm)
Last changed: -71.89.145.15

.
Summary
Returns the number of mixer devices present.

C# Signature:

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

VB Signature:

Declare Function mixerGetNumDevs Lib "winmm.dll" () As UInt32

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation