44 references to IEnumOleUndoUnits
System.Windows.Forms.Primitives (44)
_generated\122\Windows.Win32.IEnumOleUndoUnits.g.cs (32)
27 :winmdroot.IVTable<IEnumOleUndoUnits,IEnumOleUndoUnits.Vtbl>,IComIID { 44 return ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this), riid, ppvObject); 49 return ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint>)lpVtbl[1])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this)); 54 return ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint>)lpVtbl[2])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this)); 71 private static winmdroot.Foundation.HRESULT Next(IEnumOleUndoUnits* pThis, uint cElt, winmdroot.System.Ole.IOleUndoUnit** rgElt, uint* pcEltFetched) 103 return ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint ,winmdroot.System.Ole.IOleUndoUnit** ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this), cElt, rgElt, pcEltFetched); 109 private static winmdroot.Foundation.HRESULT Skip(IEnumOleUndoUnits* pThis, uint cElt) 134 ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this), cElt).ThrowOnFailure(); 140 private static winmdroot.Foundation.HRESULT Reset(IEnumOleUndoUnits* pThis) 162 ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 168 private static winmdroot.Foundation.HRESULT Clone(IEnumOleUndoUnits* pThis, winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum) 194 public unsafe void Clone(winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum) 196 ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure(); 222 internal delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 224 internal delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint> AddRef_2; 226 internal delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint> Release_3; 228 internal delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint ,winmdroot.System.Ole.IOleUndoUnit** ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 230 internal delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint ,winmdroot.Foundation.HRESULT> Skip_5; 232 internal delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,winmdroot.Foundation.HRESULT> Reset_6; 234 internal delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT> Clone_7; 273 unsafe winmdroot.Foundation.HRESULT Clone(winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum);
_generated\212\Windows.Win32.IOleUndoManager.g.cs (10)
309 private static winmdroot.Foundation.HRESULT EnumUndoable(IOleUndoManager* pThis, winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum) 336 public unsafe void EnumUndoable(winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum) 338 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IOleUndoManager*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure(); 344 private static winmdroot.Foundation.HRESULT EnumRedoable(IOleUndoManager* pThis, winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum) 371 public unsafe void EnumRedoable(winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum) 373 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IOleUndoManager*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure(); 538 internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT> EnumUndoable_11; 540 internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT> EnumRedoable_12; 605 unsafe winmdroot.Foundation.HRESULT EnumUndoable(winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum); 608 unsafe winmdroot.Foundation.HRESULT EnumRedoable(winmdroot.System.Ole.IEnumOleUndoUnits** ppEnum);
_generated\490\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)