public HRESULT GetPhrase(SPPHRASE **ppCoMemPhrase) { return(((delegate * unmanaged <ISpRecoResult *, SPPHRASE **, int>)(lpVtbl[3]))((ISpRecoResult *)Unsafe.AsPointer(ref this), ppCoMemPhrase)); }
public int GetPhrase([NativeTypeName("SPPHRASE **")] SPPHRASE **ppCoMemPhrase) { return(((delegate * unmanaged <ISpPhrase *, SPPHRASE **, int>)(lpVtbl[3]))((ISpPhrase *)Unsafe.AsPointer(ref this), ppCoMemPhrase)); }
public int GetPhrase(SPPHRASE **ppCoMemPhrase) { return(((delegate * unmanaged <ISpPhrase2 *, SPPHRASE **, int>)(lpVtbl[3]))((ISpPhrase2 *)Unsafe.AsPointer(ref this), ppCoMemPhrase)); }