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