Exemplo n.º 1
0
 public int OnSessionCreated(IAudioSessionControl *NewSession)
 {
     return(((delegate * unmanaged <IAudioSessionNotification *, IAudioSessionControl *, int>)(lpVtbl[3]))((IAudioSessionNotification *)Unsafe.AsPointer(ref this), NewSession));
 }
 public int OnSessionCreated([NativeTypeName("IAudioSessionControl *")] IAudioSessionControl *NewSession)
 {
     return(((delegate * stdcall <IAudioSessionNotification *, IAudioSessionControl *, int>)(lpVtbl[3]))((IAudioSessionNotification *)Unsafe.AsPointer(ref this), NewSession));
 }