IAudioSessionEventsOnIconPathChanged Method
Notifies the client that the display icon for the session has changed.
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 OnIconPathChanged(
string iconPath,
in Guid refEventContext
)
<PreserveSigAttribute>
Function OnIconPathChanged (
iconPath As String,
ByRef refEventContext As Guid
) As HResult
Dim instance As IAudioSessionEvents
Dim iconPath As String
Dim refEventContext As Guid
Dim returnValue As HResult
returnValue = instance.OnIconPathChanged(iconPath,
refEventContext)
[PreserveSigAttribute]
HResult OnIconPathChanged(
[InAttribute] String^ iconPath,
[InAttribute] Guid% refEventContext
)
[<PreserveSigAttribute>]
abstract OnIconPathChanged :
iconPath : string *
refEventContext : Guid byref -> HResult
No code example is currently available or this language may not be supported.
- iconPath String
-
The path for the new display icon for the session.
- refEventContext Guid
-
A user context value that is passed to the notification callback.
HResult
If the method succeeds, it returns
S_OK.
If it fails, it returns an
HResult value.