Esempio n. 1
0
 public int GetCurrentLocation([NativeTypeName("DVD_PLAYBACK_LOCATION2 *")] DVD_PLAYBACK_LOCATION2 *pLocation)
 {
     return(((delegate * unmanaged <IDvdInfo2 *, DVD_PLAYBACK_LOCATION2 *, int>)(lpVtbl[4]))((IDvdInfo2 *)Unsafe.AsPointer(ref this), pLocation));
 }
 public HRESULT GetCurrentLocation(DVD_PLAYBACK_LOCATION2 *pLocation)
 {
     return(((delegate * unmanaged <IDvdInfo2 *, DVD_PLAYBACK_LOCATION2 *, int>)(lpVtbl[4]))((IDvdInfo2 *)Unsafe.AsPointer(ref this), pLocation));
 }