public int UnregisterSessionNotification([NativeTypeName("IAudioSessionNotification *")] IAudioSessionNotification *SessionNotification)
 {
     return(((delegate * stdcall <IAudioSessionManager2 *, IAudioSessionNotification *, int>)(lpVtbl[7]))((IAudioSessionManager2 *)Unsafe.AsPointer(ref this), SessionNotification));
 }
Exemple #2
0
 public HRESULT UnregisterSessionNotification(IAudioSessionNotification *SessionNotification)
 {
     return(((delegate * unmanaged <IAudioSessionManager2 *, IAudioSessionNotification *, int>)(lpVtbl[7]))((IAudioSessionManager2 *)Unsafe.AsPointer(ref this), SessionNotification));
 }