1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control.ActiveXVerbEnum.cs (1)
14
private unsafe class ActiveXVerbEnum : IEnumOLEVERB.
Interface
, IManagedWrapper<IEnumOLEVERB>
8 references to Interface
System.Windows.Forms.Primitives (8)
_generated\123\Windows.Win32.IEnumOLEVERB.g.cs (4)
87
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
123
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
154
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
182
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
_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)