44 references to IEnumOleUndoUnits
System.Windows.Forms.Primitives (44)
Windows.Win32.IEnumOleUndoUnits.g.cs (32)
26 :IVTable<IEnumOleUndoUnits,IEnumOleUndoUnits.Vtbl>,IComIID { 42 return ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint>)lpVtbl[1])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint>)lpVtbl[2])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this)); 68 private static winmdroot.Foundation.HRESULT Next(IEnumOleUndoUnits* pThis, uint cElt, winmdroot.System.Ole.IOleUndoUnit** rgElt, uint* pcEltFetched) 100 return ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint ,winmdroot.System.Ole.IOleUndoUnit** ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this), cElt, rgElt, pcEltFetched); 106 private static winmdroot.Foundation.HRESULT Skip(IEnumOleUndoUnits* pThis, uint cElt) 131 ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this), cElt).ThrowOnFailure(); 137 private static winmdroot.Foundation.HRESULT Reset(IEnumOleUndoUnits* pThis) 159 ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 165 private static winmdroot.Foundation.HRESULT Clone(IEnumOleUndoUnits* pThis, winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum) 191 public unsafe void Clone(winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum) 193 ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure(); 217 internal delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 219 internal delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint> AddRef_2; 221 internal delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint> Release_3; 223 internal delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint ,winmdroot.System.Ole.IOleUndoUnit** ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 225 internal delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint ,winmdroot.Foundation.HRESULT> Skip_5; 227 internal delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,winmdroot.Foundation.HRESULT> Reset_6; 229 internal delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT> Clone_7; 268 unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum);
Windows.Win32.IOleUndoManager.g.cs (10)
306 private static winmdroot.Foundation.HRESULT EnumUndoable(IOleUndoManager* pThis, winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum) 333 public unsafe void EnumUndoable(winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum) 335 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IOleUndoManager*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure(); 341 private static winmdroot.Foundation.HRESULT EnumRedoable(IOleUndoManager* pThis, winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum) 368 public unsafe void EnumRedoable(winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum) 370 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IOleUndoManager*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure(); 513 internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT> EnumUndoable_11; 515 internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT> EnumRedoable_12; 580 unsafe winmdroot.Foundation.HRESULT EnumUndoable(winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum); 583 unsafe winmdroot.Foundation.HRESULT EnumRedoable(winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum);
Windows.Win32.System_Ole_IEnumOleUndoUnits_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IEnumOleUndoUnits.Interface.Next(uint, winmdroot.System.Ole.IOleUndoUnit**, uint*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Ole.IEnumOleUndoUnits.Interface @this, uint cElt, winmdroot.System.Ole.IOleUndoUnit** rgElt, out uint pcEltFetched)