public HRESULT SetVariableIntegerChangeHandler(IUIAnimationVariableIntegerChangeHandler2 *handler, [Optional] BOOL fRegisterForNextAnimationEvent) { return(((delegate * unmanaged <IUIAnimationVariable2 *, IUIAnimationVariableIntegerChangeHandler2 *, BOOL, int>)(lpVtbl[27]))((IUIAnimationVariable2 *)Unsafe.AsPointer(ref this), handler, fRegisterForNextAnimationEvent)); }
public int SetVariableIntegerChangeHandler([NativeTypeName("IUIAnimationVariableIntegerChangeHandler2 *")] IUIAnimationVariableIntegerChangeHandler2 *handler, [NativeTypeName("BOOL")] int fRegisterForNextAnimationEvent = 0) { return(((delegate * unmanaged <IUIAnimationVariable2 *, IUIAnimationVariableIntegerChangeHandler2 *, int, int>)(lpVtbl[27]))((IUIAnimationVariable2 *)Unsafe.AsPointer(ref this), handler, fRegisterForNextAnimationEvent)); }