@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Returns the number of mixer devices present. !!!!C# Signature: [DllImport("winmm.dll", SetLastError=true)] static extern uint mixerGetNumDevs(); !!!!VB.Net Signature: Public Declare Function mixerGetNumDevs Lib "winmm.dll" () As Integer !!!!User-Defined Types: !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Dim a as integer = mixerGetNumDevs() !!!!Alternative Managed API: The ManagedWindowsApi project (http://mwinapi.sourceforge.net) provides a Mixer control. Documentation: mixerGetNumDevs@msdn on MSDN
Edit winmm.mixerGetNum...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.