Exemple #1
0
 public HRESULT SetVariableChangeHandler(IUIAnimationVariableChangeHandler2 *handler, [Optional] BOOL fRegisterForNextAnimationEvent)
 {
     return(((delegate * unmanaged <IUIAnimationVariable2 *, IUIAnimationVariableChangeHandler2 *, BOOL, int>)(lpVtbl[26]))((IUIAnimationVariable2 *)Unsafe.AsPointer(ref this), handler, fRegisterForNextAnimationEvent));
 }
Exemple #2
0
 public int SetVariableChangeHandler([NativeTypeName("IUIAnimationVariableChangeHandler2 *")] IUIAnimationVariableChangeHandler2 *handler, [NativeTypeName("BOOL")] int fRegisterForNextAnimationEvent = 0)
 {
     return(((delegate * unmanaged <IUIAnimationVariable2 *, IUIAnimationVariableChangeHandler2 *, int, int>)(lpVtbl[26]))((IUIAnimationVariable2 *)Unsafe.AsPointer(ref this), handler, fRegisterForNextAnimationEvent));
 }