public HRESULT GetRecoState(SPRECOSTATE *pState)
 {
     return(((delegate * unmanaged <ISpRecognizer *, SPRECOSTATE *, int>)(lpVtbl[16]))((ISpRecognizer *)Unsafe.AsPointer(ref this), pState));
 }
예제 #2
0
 public int GetRecoState([NativeTypeName("SPRECOSTATE *")] SPRECOSTATE *pState)
 {
     return(((delegate * unmanaged <ISpRecognizer *, SPRECOSTATE *, int>)(lpVtbl[16]))((ISpRecognizer *)Unsafe.AsPointer(ref this), pState));
 }