48 references to IEnumOLEVERB
System.Windows.Forms (9)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (3)
499/// <inheritdoc cref="IOleObject.EnumVerbs(IEnumOLEVERB**)"/> 500internal static IEnumOLEVERB* EnumVerbs() 511return ComHelpers.GetComPointer<IEnumOLEVERB>(new ActiveXVerbEnum(s_axVerbs));
System\Windows\Forms\ActiveX\Control.ActiveXVerbEnum.cs (4)
14private unsafe class ActiveXVerbEnum : IEnumOLEVERB.Interface, IManagedWrapper<IEnumOLEVERB> 77public HRESULT Clone(IEnumOLEVERB** ppenum) 79*ppenum = ComHelpers.GetComPointer<IEnumOLEVERB>(new ActiveXVerbEnum(_verbs));
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (2)
221/// <inheritdoc cref="IOleObject.EnumVerbs(IEnumOLEVERB**)"/> 222HRESULT IOleObject.Interface.EnumVerbs(IEnumOLEVERB** ppEnumOleVerb)
System.Windows.Forms.Primitives (39)
Windows.Win32.IEnumOLEVERB.g.cs (32)
26 :IVTable<IEnumOLEVERB,IEnumOLEVERB.Vtbl>,IComIID { 42 return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IEnumOLEVERB*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint>)lpVtbl[1])((IEnumOLEVERB*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint>)lpVtbl[2])((IEnumOLEVERB*)Unsafe.AsPointer(ref this)); 68 private static winmdroot.Foundation.HRESULT Next(IEnumOLEVERB* pThis, uint celt, winmdroot.System.Ole.OLEVERB* rgelt, [Optional] uint* pceltFetched) 98 return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint ,winmdroot.System.Ole.OLEVERB* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumOLEVERB*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched); 104 private static winmdroot.Foundation.HRESULT Skip(IEnumOLEVERB* pThis, uint celt) 129 return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IEnumOLEVERB*)Unsafe.AsPointer(ref this), celt); 135 private static winmdroot.Foundation.HRESULT Reset(IEnumOLEVERB* pThis) 157 return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IEnumOLEVERB*)Unsafe.AsPointer(ref this)); 163 private static winmdroot.Foundation.HRESULT Clone(IEnumOLEVERB* pThis, winmdroot.System.Ole.IEnumOLEVERB** ppenum) 189 public unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Ole.IEnumOLEVERB** ppenum) 191 return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,winmdroot.System.Ole.IEnumOLEVERB** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IEnumOLEVERB*)Unsafe.AsPointer(ref this), ppenum); 215 internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 217 internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint> AddRef_2; 219 internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint> Release_3; 221 internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint ,winmdroot.System.Ole.OLEVERB* ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 223 internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint ,winmdroot.Foundation.HRESULT> Skip_5; 225 internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,winmdroot.Foundation.HRESULT> Reset_6; 227 internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,winmdroot.System.Ole.IEnumOLEVERB** ,winmdroot.Foundation.HRESULT> Clone_7; 266 unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Ole.IEnumOLEVERB** ppenum);
Windows.Win32.IOleObject.g.cs (5)
409 private static winmdroot.Foundation.HRESULT EnumVerbs(IOleObject* pThis, winmdroot.System.Ole.IEnumOLEVERB** ppEnumOleVerb) 435 public unsafe void EnumVerbs(winmdroot.System.Ole.IEnumOLEVERB** ppEnumOleVerb) 437 ((delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Ole.IEnumOLEVERB** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IOleObject*)Unsafe.AsPointer(ref this), ppEnumOleVerb).ThrowOnFailure(); 925 internal delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Ole.IEnumOLEVERB** ,winmdroot.Foundation.HRESULT> EnumVerbs_13; 1021 unsafe winmdroot.Foundation.HRESULT EnumVerbs(winmdroot.System.Ole.IEnumOLEVERB** ppEnumOleVerb);
Windows.Win32.System_Ole_IEnumOLEVERB_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IEnumOLEVERB.Interface.Next(uint, winmdroot.System.Ole.OLEVERB*, uint*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Ole.IEnumOLEVERB.Interface @this, Span<winmdroot.System.Ole.OLEVERB> rgelt, uint* pceltFetched)