public unsafe override bool Equals(object obj) { IQueryContinue other = (IQueryContinue)obj; return(reference == other.reference); }
public unsafe int Show(IQueryContinue pqc, uint dwContinuePollInterval) { IUserNotification_vtbl** @this = (IUserNotification_vtbl**)reference; IUserNotification_vtbl* vtbl = *@this; if (vtbl == null) throw new InvalidComObjectException(); Delegate genericDelegate = Marshal.GetDelegateForFunctionPointer(vtbl->method_6, typeof(delegate_6)); delegate_6 method = (delegate_6)genericDelegate; return method(@this, pqc, dwContinuePollInterval); }