public HRESULT get_AlertBoundary(SpeechVoiceEvents *Boundary)
 {
     return(((delegate * unmanaged <ISpeechVoice *, SpeechVoiceEvents *, int>)(lpVtbl[25]))((ISpeechVoice *)Unsafe.AsPointer(ref this), Boundary));
 }
Ejemplo n.º 2
0
 public int get_AlertBoundary([NativeTypeName("SpeechVoiceEvents *")] SpeechVoiceEvents *Boundary)
 {
     return(((delegate * unmanaged <ISpeechVoice *, SpeechVoiceEvents *, int>)(lpVtbl[25]))((ISpeechVoice *)Unsafe.AsPointer(ref this), Boundary));
 }
 public HRESULT get_EventInterests(SpeechVoiceEvents *EventInterestFlags)
 {
     return(((delegate * unmanaged <ISpeechVoice *, SpeechVoiceEvents *, int>)(lpVtbl[20]))((ISpeechVoice *)Unsafe.AsPointer(ref this), EventInterestFlags));
 }
Ejemplo n.º 4
0
 public int get_EventInterests([NativeTypeName("SpeechVoiceEvents *")] SpeechVoiceEvents *EventInterestFlags)
 {
     return(((delegate * unmanaged <ISpeechVoice *, SpeechVoiceEvents *, int>)(lpVtbl[20]))((ISpeechVoice *)Unsafe.AsPointer(ref this), EventInterestFlags));
 }