Desktop Functions: Smart Device Functions:
|
waveOutSetVolume (winmm)
C# Signature:
[DllImport("winmm.dll", SetLastError=true, CallingConvention=CallingConvention.Winapi)] VB Signature:
Declare Auto Function waveOutSetVolume Lib "winmm.dll" (ByVal uDeviceID As IntPtr, ByVal dwVolume As UInteger) As UInteger User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes:VB - Use "Auto" in the Declare statement to have VB automatically marshal strings using the proper coding. ANSI is default. Tips & Tricks:Please add some! Sample Code:
// Each volume setting must be in the range between &H0 (silence) and &HFFFF (maximum volume). 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). |
|