Пример #1
0
 public int get_State([NativeTypeName("SpeechAudioState *")] SpeechAudioState *State)
 {
     return(((delegate * unmanaged <ISpeechAudioStatus *, SpeechAudioState *, int>)(lpVtbl[9]))((ISpeechAudioStatus *)Unsafe.AsPointer(ref this), State));
 }
Пример #2
0
 public HRESULT get_State(SpeechAudioState *State)
 {
     return(((delegate * unmanaged <ISpeechAudioStatus *, SpeechAudioState *, int>)(lpVtbl[9]))((ISpeechAudioStatus *)Unsafe.AsPointer(ref this), State));
 }