Exemplo n.º 1
0
 public int GetCurrentVideoAttributes([NativeTypeName("DVD_VideoAttributes *")] DVD_VideoAttributes *pATR)
 {
     return(((delegate * unmanaged <IDvdInfo2 *, DVD_VideoAttributes *, int>)(lpVtbl[17]))((IDvdInfo2 *)Unsafe.AsPointer(ref this), pATR));
 }
Exemplo n.º 2
0
 public HRESULT GetCurrentVideoAttributes(DVD_VideoAttributes *pATR)
 {
     return(((delegate * unmanaged <IDvdInfo2 *, DVD_VideoAttributes *, int>)(lpVtbl[17]))((IDvdInfo2 *)Unsafe.AsPointer(ref this), pATR));
 }