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