コード例 #1
0
 public int CreateResultFromMemory(VARIANT *ResultBlock, ISpeechRecoResult **Result)
 {
     return(((delegate * unmanaged <ISpeechRecoContext *, VARIANT *, ISpeechRecoResult **, int>)(lpVtbl[29]))((ISpeechRecoContext *)Unsafe.AsPointer(ref this), ResultBlock, Result));
 }
コード例 #2
0
 public HRESULT get_RecoResult(ISpeechRecoResult **RecoResult)
 {
     return(((delegate * unmanaged <ISpeechPhraseAlternate *, ISpeechRecoResult **, int>)(lpVtbl[7]))((ISpeechPhraseAlternate *)Unsafe.AsPointer(ref this), RecoResult));
 }
コード例 #3
0
 public int get_RecoResult([NativeTypeName("ISpeechRecoResult **")] ISpeechRecoResult **RecoResult)
 {
     return(((delegate * unmanaged <ISpeechPhraseAlternate *, ISpeechRecoResult **, int>)(lpVtbl[7]))((ISpeechPhraseAlternate *)Unsafe.AsPointer(ref this), RecoResult));
 }