public int OnEvent(AMTunerEventType iEvent) { Debug.Assert(false, "This interfaces never gets called"); return(0); }
public int OnEvent(AMTunerEventType Event) { return(((delegate * unmanaged <IAMTunerNotification *, AMTunerEventType, int>)(lpVtbl[3]))((IAMTunerNotification *)Unsafe.AsPointer(ref this), Event)); }