public HRESULT AdviseNotify(IVMRSurfaceAllocatorNotify *lpIVMRSurfAllocNotify)
 {
     return(((delegate * unmanaged <IVMRSurfaceAllocator *, IVMRSurfaceAllocatorNotify *, int>)(lpVtbl[6]))((IVMRSurfaceAllocator *)Unsafe.AsPointer(ref this), lpIVMRSurfAllocNotify));
 }
Beispiel #2
0
 public int AdviseNotify([NativeTypeName("IVMRSurfaceAllocatorNotify *")] IVMRSurfaceAllocatorNotify *lpIVMRSurfAllocNotify)
 {
     return(((delegate * unmanaged <IVMRSurfaceAllocator *, IVMRSurfaceAllocatorNotify *, int>)(lpVtbl[6]))((IVMRSurfaceAllocator *)Unsafe.AsPointer(ref this), lpIVMRSurfAllocNotify));
 }