ISimpleAudioVolumeGetMute Method
Retrieves the current muting state for the audio session.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
HResult GetMute(
out bool refIsMuted
)
<PreserveSigAttribute>
Function GetMute (
<OutAttribute> ByRef refIsMuted As Boolean
) As HResult
Dim instance As ISimpleAudioVolume
Dim refIsMuted As Boolean
Dim returnValue As HResult
returnValue = instance.GetMute(refIsMuted)
[PreserveSigAttribute]
HResult GetMute(
[OutAttribute] bool% refIsMuted
)
[<PreserveSigAttribute>]
abstract GetMute :
refIsMuted : bool byref -> HResult
No code example is currently available or this language may not be supported.
- refIsMuted Boolean
-
Receives the muting state.
HResult
If the method succeeds, it returns
S_OK.
If it fails, it returns an
HResult value.