IAudioSessionControl2GetDisplayName Method
Retrieves the display name 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 GetDisplayName(
out string refDisplayName
)
<PreserveSigAttribute>
Function GetDisplayName (
<OutAttribute> ByRef refDisplayName As String
) As HResult
Dim instance As IAudioSessionControl2
Dim refDisplayName As String
Dim returnValue As HResult
returnValue = instance.GetDisplayName(refDisplayName)
[PreserveSigAttribute]
HResult GetDisplayName(
[OutAttribute] String^% refDisplayName
)
[<PreserveSigAttribute>]
abstract GetDisplayName :
refDisplayName : string byref -> HResult
No code example is currently available or this language may not be supported.
- refDisplayName String
-
Receives a string that contains the display name.
HResult
If the method succeeds, it returns
S_OK.
If it fails, it returns an
HResult value.