示例#1
0
 public HRESULT get_VoicePurgeEvent(SpeechRecoEvents *EventInterest)
 {
     return(((delegate * unmanaged <ISpeechRecoContext *, SpeechRecoEvents *, int>)(lpVtbl[15]))((ISpeechRecoContext *)Unsafe.AsPointer(ref this), EventInterest));
 }
 public int get_EventInterests(SpeechRecoEvents *EventInterest)
 {
     return(((delegate * unmanaged <ISpeechRecoContext *, SpeechRecoEvents *, int>)(lpVtbl[17]))((ISpeechRecoContext *)Unsafe.AsPointer(ref this), EventInterest));
 }
示例#3
0
 public int get_VoicePurgeEvent([NativeTypeName("SpeechRecoEvents *")] SpeechRecoEvents *EventInterest)
 {
     return(((delegate * unmanaged <ISpeechRecoContext *, SpeechRecoEvents *, int>)(lpVtbl[15]))((ISpeechRecoContext *)Unsafe.AsPointer(ref this), EventInterest));
 }