Example #1
0
 public int SetNotifySink([NativeTypeName("ISpNotifySink *")] ISpNotifySink *pNotifySink)
 {
     return(((delegate * unmanaged <ISpRecoContext *, ISpNotifySink *, int>)(lpVtbl[3]))((ISpRecoContext *)Unsafe.AsPointer(ref this), pNotifySink));
 }
 public int SetNotifySink(ISpNotifySink *pNotifySink)
 {
     return(((delegate * unmanaged <ISpEventSource2 *, ISpNotifySink *, int>)(lpVtbl[3]))((ISpEventSource2 *)Unsafe.AsPointer(ref this), pNotifySink));
 }
Example #3
0
 public HRESULT SetNotifySink(ISpNotifySink *pNotifySink)
 {
     return(((delegate * unmanaged <ISpRecoContext *, ISpNotifySink *, int>)(lpVtbl[3]))((ISpRecoContext *)Unsafe.AsPointer(ref this), pNotifySink));
 }