Beispiel #1
0
 public HRESULT GetResultTimes(SPRECORESULTTIMES *pTimes)
 {
     return(((delegate * unmanaged <ISpRecoResult *, SPRECORESULTTIMES *, int>)(lpVtbl[7]))((ISpRecoResult *)Unsafe.AsPointer(ref this), pTimes));
 }
Beispiel #2
0
 public int GetResultTimes([NativeTypeName("SPRECORESULTTIMES *")] SPRECORESULTTIMES *pTimes)
 {
     return(((delegate * unmanaged <ISpRecoResult *, SPRECORESULTTIMES *, int>)(lpVtbl[7]))((ISpRecoResult *)Unsafe.AsPointer(ref this), pTimes));
 }