50 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 (41)
_generated\123\Windows.Win32.IEnumOLEVERB.g.cs (32)
27 :winmdroot.IVTable<IEnumOLEVERB,IEnumOLEVERB.Vtbl>,IComIID { 44 return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IEnumOLEVERB*)Unsafe.AsPointer(ref this), riid, ppvObject); 49 return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint>)lpVtbl[1])((IEnumOLEVERB*)Unsafe.AsPointer(ref this)); 54 return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint>)lpVtbl[2])((IEnumOLEVERB*)Unsafe.AsPointer(ref this)); 83 private static winmdroot.Foundation.HRESULT Next(IEnumOLEVERB* pThis, uint celt, winmdroot.System.Ole.OLEVERB* rgelt, [Optional] uint* pceltFetched) 113 return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint ,winmdroot.System.Ole.OLEVERB* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumOLEVERB*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched); 119 private static winmdroot.Foundation.HRESULT Skip(IEnumOLEVERB* pThis, uint celt) 144 return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IEnumOLEVERB*)Unsafe.AsPointer(ref this), celt); 150 private static winmdroot.Foundation.HRESULT Reset(IEnumOLEVERB* pThis) 172 return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IEnumOLEVERB*)Unsafe.AsPointer(ref this)); 178 private static winmdroot.Foundation.HRESULT Clone(IEnumOLEVERB* pThis, winmdroot.System.Ole.IEnumOLEVERB** ppenum) 204 public unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Ole.IEnumOLEVERB** ppenum) 206 return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,winmdroot.System.Ole.IEnumOLEVERB** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IEnumOLEVERB*)Unsafe.AsPointer(ref this), ppenum); 232 internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 234 internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint> AddRef_2; 236 internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint> Release_3; 238 internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint ,winmdroot.System.Ole.OLEVERB* ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 240 internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint ,winmdroot.Foundation.HRESULT> Skip_5; 242 internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,winmdroot.Foundation.HRESULT> Reset_6; 244 internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,winmdroot.System.Ole.IEnumOLEVERB** ,winmdroot.Foundation.HRESULT> Clone_7; 283 unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Ole.IEnumOLEVERB** ppenum);
_generated\210\Windows.Win32.IOleObject.g.cs (5)
413 private static winmdroot.Foundation.HRESULT EnumVerbs(IOleObject* pThis, winmdroot.System.Ole.IEnumOLEVERB** ppEnumOleVerb) 439 public unsafe void EnumVerbs(winmdroot.System.Ole.IEnumOLEVERB** ppEnumOleVerb) 441 ((delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Ole.IEnumOLEVERB** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IOleObject*)Unsafe.AsPointer(ref this), ppEnumOleVerb).ThrowOnFailure(); 937 internal delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Ole.IEnumOLEVERB** ,winmdroot.Foundation.HRESULT> EnumVerbs_13; 1033 unsafe winmdroot.Foundation.HRESULT EnumVerbs(winmdroot.System.Ole.IEnumOLEVERB** ppEnumOleVerb);
_generated\491\Windows.Win32.System_Ole_IEnumOLEVERB_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.System.Ole.IEnumOLEVERB.Interface.Next(uint, winmdroot.System.Ole.OLEVERB*, uint*)"/> 25 internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Ole.IEnumOLEVERB.Interface @this, Span<winmdroot.System.Ole.OLEVERB> rgelt, out uint pceltFetched) 37 /// <inheritdoc cref="winmdroot.System.Ole.IEnumOLEVERB.Interface.Next(uint, winmdroot.System.Ole.OLEVERB*, uint*)"/> 38 internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Ole.IEnumOLEVERB.Interface @this, Span<winmdroot.System.Ole.OLEVERB> rgelt)