예제 #1
0
 public HRESULT SetVariableIntegerChangeHandler(IUIAnimationVariableIntegerChangeHandler2 *handler, [Optional] BOOL fRegisterForNextAnimationEvent)
 {
     return(((delegate * unmanaged <IUIAnimationVariable2 *, IUIAnimationVariableIntegerChangeHandler2 *, BOOL, int>)(lpVtbl[27]))((IUIAnimationVariable2 *)Unsafe.AsPointer(ref this), handler, fRegisterForNextAnimationEvent));
 }
예제 #2
0
 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));
 }