Esempio n. 1
0
 public int GetDependencies([NativeTypeName("UI_ANIMATION_DEPENDENCIES *")] UI_ANIMATION_DEPENDENCIES *initialValueDependencies, [NativeTypeName("UI_ANIMATION_DEPENDENCIES *")] UI_ANIMATION_DEPENDENCIES *initialVelocityDependencies, [NativeTypeName("UI_ANIMATION_DEPENDENCIES *")] UI_ANIMATION_DEPENDENCIES *durationDependencies)
 {
     return(((delegate * unmanaged <IUIAnimationInterpolator *, UI_ANIMATION_DEPENDENCIES *, UI_ANIMATION_DEPENDENCIES *, UI_ANIMATION_DEPENDENCIES *, int>)(lpVtbl[9]))((IUIAnimationInterpolator *)Unsafe.AsPointer(ref this), initialValueDependencies, initialVelocityDependencies, durationDependencies));
 }
Esempio n. 2
0
 public HRESULT GetDependencies(UI_ANIMATION_DEPENDENCIES *initialValueDependencies, UI_ANIMATION_DEPENDENCIES *initialVelocityDependencies, UI_ANIMATION_DEPENDENCIES *durationDependencies)
 {
     return(((delegate * unmanaged <IUIAnimationInterpolator2 *, UI_ANIMATION_DEPENDENCIES *, UI_ANIMATION_DEPENDENCIES *, UI_ANIMATION_DEPENDENCIES *, int>)(lpVtbl[11]))((IUIAnimationInterpolator2 *)Unsafe.AsPointer(ref this), initialValueDependencies, initialVelocityDependencies, durationDependencies));
 }