public int SetStoryboardEventHandler([NativeTypeName("IUIAnimationStoryboardEventHandler2 *")] IUIAnimationStoryboardEventHandler2 *handler, [NativeTypeName("BOOL")] int fRegisterStatusChangeForNextAnimationEvent = 0, [NativeTypeName("BOOL")] int fRegisterUpdateForNextAnimationEvent = 0)
 {
     return(((delegate * unmanaged <IUIAnimationStoryboard2 *, IUIAnimationStoryboardEventHandler2 *, int, int, int>)(lpVtbl[20]))((IUIAnimationStoryboard2 *)Unsafe.AsPointer(ref this), handler, fRegisterStatusChangeForNextAnimationEvent, fRegisterUpdateForNextAnimationEvent));
 }
Exemplo n.º 2
0
 public HRESULT SetStoryboardEventHandler(IUIAnimationStoryboardEventHandler2 *handler, [Optional] BOOL fRegisterStatusChangeForNextAnimationEvent, [Optional] BOOL fRegisterUpdateForNextAnimationEvent)
 {
     return(((delegate * unmanaged <IUIAnimationStoryboard2 *, IUIAnimationStoryboardEventHandler2 *, BOOL, BOOL, int>)(lpVtbl[20]))((IUIAnimationStoryboard2 *)Unsafe.AsPointer(ref this), handler, fRegisterStatusChangeForNextAnimationEvent, fRegisterUpdateForNextAnimationEvent));
 }