Esempio n. 1
0
 public int GetSerializedPhrase([NativeTypeName("SPSERIALIZEDPHRASE **")] SPSERIALIZEDPHRASE **ppCoMemPhrase)
 {
     return(((delegate * unmanaged <ISpPhrase *, SPSERIALIZEDPHRASE **, int>)(lpVtbl[4]))((ISpPhrase *)Unsafe.AsPointer(ref this), ppCoMemPhrase));
 }
Esempio n. 2
0
 public HRESULT GetSerializedPhrase(SPSERIALIZEDPHRASE **ppCoMemPhrase)
 {
     return(((delegate * unmanaged <ISpRecoResult *, SPSERIALIZEDPHRASE **, int>)(lpVtbl[4]))((ISpRecoResult *)Unsafe.AsPointer(ref this), ppCoMemPhrase));
 }