[DllImport("winmm.dll", SetLastError=true, CallingConvention=CallingConvention.Winapi)]
public static extern int waveOutSetVolume(int uDeviceID, int dwVolume);
Declare Auto Function waveOutSetVolume Lib "winmm.dll" (ByVal uDeviceID As Integer, ByVal dwVolume As Integer) As Integer
None.
Do you know one? Please contribute it!
VB - Use "Auto" in the Declare statement to have VB automatically marshal strings using the proper coding. ANSI is default.
Please add some!
Please add some!