예제 #1
0
 public int GetWaveFormatEx([NativeTypeName("ISpeechWaveFormatEx **")] ISpeechWaveFormatEx **SpeechWaveFormatEx)
 {
     return(((delegate * unmanaged <ISpeechAudioFormat *, ISpeechWaveFormatEx **, int>)(lpVtbl[11]))((ISpeechAudioFormat *)Unsafe.AsPointer(ref this), SpeechWaveFormatEx));
 }
예제 #2
0
 public HRESULT GetWaveFormatEx(ISpeechWaveFormatEx **SpeechWaveFormatEx)
 {
     return(((delegate * unmanaged <ISpeechAudioFormat *, ISpeechWaveFormatEx **, int>)(lpVtbl[11]))((ISpeechAudioFormat *)Unsafe.AsPointer(ref this), SpeechWaveFormatEx));
 }