public int put_EventInterests(SpeechRecoEvents EventInterest)
 {
     return(((delegate * unmanaged <ISpeechRecoContext *, SpeechRecoEvents, int>)(lpVtbl[16]))((ISpeechRecoContext *)Unsafe.AsPointer(ref this), EventInterest));
 }
Пример #2
0
 public HRESULT put_VoicePurgeEvent(SpeechRecoEvents EventInterest)
 {
     return(((delegate * unmanaged <ISpeechRecoContext *, SpeechRecoEvents, int>)(lpVtbl[14]))((ISpeechRecoContext *)Unsafe.AsPointer(ref this), EventInterest));
 }