コード例 #1
0
 public HRESULT get_RecoContext(ISpeechRecoContext **RecoContext)
 {
     return(((delegate * unmanaged <ISpeechRecoResult2 *, ISpeechRecoContext **, int>)(lpVtbl[7]))((ISpeechRecoResult2 *)Unsafe.AsPointer(ref this), RecoContext));
 }
コード例 #2
0
 public int CreateRecoContext(ISpeechRecoContext **NewContext)
 {
     return(((delegate * unmanaged <ISpeechRecognizer *, ISpeechRecoContext **, int>)(lpVtbl[22]))((ISpeechRecognizer *)Unsafe.AsPointer(ref this), NewContext));
 }
コード例 #3
0
 public int get_RecoContext([NativeTypeName("ISpeechRecoContext **")] ISpeechRecoContext **RecoContext)
 {
     return(((delegate * unmanaged <ISpeechRecoGrammar *, ISpeechRecoContext **, int>)(lpVtbl[8]))((ISpeechRecoGrammar *)Unsafe.AsPointer(ref this), RecoContext));
 }