Пример #1
0
 public HRESULT Connect(IMFSharingEngineClassFactory *pFactory)
 {
     return(((delegate * unmanaged <IPlayToControl *, IMFSharingEngineClassFactory *, int>)(lpVtbl[3]))((IPlayToControl *)Unsafe.AsPointer(ref this), pFactory));
 }
Пример #2
0
 public int Connect([NativeTypeName("IMFSharingEngineClassFactory *")] IMFSharingEngineClassFactory *pFactory)
 {
     return(((delegate * unmanaged <IPlayToControlWithCapabilities *, IMFSharingEngineClassFactory *, int>)(lpVtbl[3]))((IPlayToControlWithCapabilities *)Unsafe.AsPointer(ref this), pFactory));
 }