Exemplo n.º 1
0
 public HRESULT SetNotify(IMemAllocatorNotifyCallbackTemp *pNotify)
 {
     return(((delegate * unmanaged <IMemAllocatorCallbackTemp *, IMemAllocatorNotifyCallbackTemp *, int>)(lpVtbl[9]))((IMemAllocatorCallbackTemp *)Unsafe.AsPointer(ref this), pNotify));
 }
Exemplo n.º 2
0
 public int SetNotify([NativeTypeName("IMemAllocatorNotifyCallbackTemp *")] IMemAllocatorNotifyCallbackTemp *pNotify)
 {
     return(((delegate * unmanaged <IMemAllocatorCallbackTemp *, IMemAllocatorNotifyCallbackTemp *, int>)(lpVtbl[9]))((IMemAllocatorCallbackTemp *)Unsafe.AsPointer(ref this), pNotify));
 }