public int UnRegisterNotificationCallBack(IAMTunerNotification *pNotify)
 {
     return(((delegate * unmanaged <IAMTVTuner *, IAMTunerNotification *, int>)(lpVtbl[17]))((IAMTVTuner *)Unsafe.AsPointer(ref this), pNotify));
 }
 public int RegisterNotificationCallBack(IAMTunerNotification *pNotify, [NativeTypeName("long")] int lEvents)
 {
     return(((delegate * unmanaged <IAMTVTuner *, IAMTunerNotification *, int, int>)(lpVtbl[16]))((IAMTVTuner *)Unsafe.AsPointer(ref this), pNotify, lEvents));
 }
 public HRESULT UnRegisterNotificationCallBack(IAMTunerNotification *pNotify)
 {
     return(((delegate * unmanaged <IAMTVAudio *, IAMTunerNotification *, int>)(lpVtbl[8]))((IAMTVAudio *)Unsafe.AsPointer(ref this), pNotify));
 }
Exemple #4
0
 public int UnRegisterNotificationCallBack([NativeTypeName("IAMTunerNotification *")] IAMTunerNotification *pNotify)
 {
     return(((delegate * unmanaged <IBPCSatelliteTuner *, IAMTunerNotification *, int>)(lpVtbl[17]))((IBPCSatelliteTuner *)Unsafe.AsPointer(ref this), pNotify));
 }
 public int UnRegisterNotificationCallBack([NativeTypeName("IAMTunerNotification *")] IAMTunerNotification* pNotify)
 {
     return ((delegate* unmanaged<IAMTVAudio*, IAMTunerNotification*, int>)(lpVtbl[8]))((IAMTVAudio*)Unsafe.AsPointer(ref this), pNotify);
 }