Desktop Functions: Smart Device Functions:
|
mixerGetNumDevs (winmm)
C# Signature:
[DllImport("winmm.dll", SetLastError=true)] VB.Net Signature:Public Declare Function mixerGetNumDevs Lib "winmm.dll" () As Integer VB Signature:<DllImport("winmm.dll")> _
Shared Function mixerGetNumDevs() As UInteger User-Defined Types:Notes:None. Tips & Tricks:Please add some! Sample Code:Dim a as integer = mixerGetNumDevs() Please add some! Alternative Managed API:The ManagedWindowsApi project (http://mwinapi.sourceforge.net) provides a Mixer control. Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|