public static StereoVolume GetCurrentApplicationVolume()
Public Shared Function GetCurrentApplicationVolume As StereoVolume
Dim returnValue As StereoVolume
returnValue = UtilAudio.GetCurrentApplicationVolume()
public:
static StereoVolume GetCurrentApplicationVolume()
static member GetCurrentApplicationVolume : unit -> StereoVolume
No code example is currently available or this language may not be supported.
Win32Exception |