public int SetManagerEventHandler(IUIAnimationManagerEventHandler2 *handler, [NativeTypeName("BOOL")] int fRegisterForNextAnimationEvent = 0)
 {
     return(((delegate * unmanaged <IUIAnimationManager2 *, IUIAnimationManagerEventHandler2 *, int, int>)(lpVtbl[17]))((IUIAnimationManager2 *)Unsafe.AsPointer(ref this), handler, fRegisterForNextAnimationEvent));
 }
Beispiel #2
0
 public HRESULT SetManagerEventHandler(IUIAnimationManagerEventHandler2 *handler, [Optional] BOOL fRegisterForNextAnimationEvent)
 {
     return(((delegate * unmanaged <IUIAnimationManager2 *, IUIAnimationManagerEventHandler2 *, BOOL, int>)(lpVtbl[17]))((IUIAnimationManager2 *)Unsafe.AsPointer(ref this), handler, fRegisterForNextAnimationEvent));
 }