69 references to IOleUndoUnit
System.Windows.Forms.Primitives (69)
Windows.Win32.IEnumOleUndoUnits.g.cs (7)
55 /// <inheritdoc cref="Next(uint, winmdroot.System.Ole.IOleUndoUnit**, uint*)"/> 56 internal unsafe winmdroot.Foundation.HRESULT Next(uint cElt, winmdroot.System.Ole.IOleUndoUnit** rgElt, out uint pcEltFetched) 68 private static winmdroot.Foundation.HRESULT Next(IEnumOleUndoUnits* pThis, uint cElt, winmdroot.System.Ole.IOleUndoUnit** rgElt, uint* pcEltFetched) 98 public unsafe winmdroot.Foundation.HRESULT Next(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); 223 internal delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint ,winmdroot.System.Ole.IOleUndoUnit** ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 259 unsafe winmdroot.Foundation.HRESULT Next(uint cElt, winmdroot.System.Ole.IOleUndoUnit** rgElt, uint* pcEltFetched);
Windows.Win32.IOleParentUndoUnit.g.cs (11)
238 private static winmdroot.Foundation.HRESULT Add(IOleParentUndoUnit* pThis, winmdroot.System.Ole.IOleUndoUnit* pUU) 259 public unsafe void Add(winmdroot.System.Ole.IOleUndoUnit* pUU) 261 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure(); 267 private static winmdroot.Foundation.HRESULT FindUnit(IOleParentUndoUnit* pThis, winmdroot.System.Ole.IOleUndoUnit* pUU) 288 public unsafe void FindUnit(winmdroot.System.Ole.IOleUndoUnit* pUU) 290 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure(); 373 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT> Add_10; 375 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT> FindUnit_11; 410 :winmdroot.System.Ole.IOleUndoUnit.Interface { 430 unsafe winmdroot.Foundation.HRESULT Add(winmdroot.System.Ole.IOleUndoUnit* pUU); 433 unsafe winmdroot.Foundation.HRESULT FindUnit(winmdroot.System.Ole.IOleUndoUnit* pUU);
Windows.Win32.IOleUndoManager.g.cs (20)
126 private static winmdroot.Foundation.HRESULT Add(IOleUndoManager* pThis, winmdroot.System.Ole.IOleUndoUnit* pUU) 150 public unsafe void Add(winmdroot.System.Ole.IOleUndoUnit* pUU) 152 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleUndoManager*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure(); 200 private static winmdroot.Foundation.HRESULT DiscardFrom(IOleUndoManager* pThis, winmdroot.System.Ole.IOleUndoUnit* pUU) 227 public unsafe void DiscardFrom(winmdroot.System.Ole.IOleUndoUnit* pUU) 229 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOleUndoManager*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure(); 235 private static winmdroot.Foundation.HRESULT UndoTo(IOleUndoManager* pThis, winmdroot.System.Ole.IOleUndoUnit* pUU) 263 public unsafe void UndoTo(winmdroot.System.Ole.IOleUndoUnit* pUU) 265 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleUndoManager*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure(); 271 private static winmdroot.Foundation.HRESULT RedoTo(IOleUndoManager* pThis, winmdroot.System.Ole.IOleUndoUnit* pUU) 298 public unsafe void RedoTo(winmdroot.System.Ole.IOleUndoUnit* pUU) 300 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOleUndoManager*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure(); 503 internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT> Add_6; 507 internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT> DiscardFrom_8; 509 internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT> UndoTo_9; 511 internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT> RedoTo_10; 565 unsafe winmdroot.Foundation.HRESULT Add(winmdroot.System.Ole.IOleUndoUnit* pUU); 571 unsafe winmdroot.Foundation.HRESULT DiscardFrom(winmdroot.System.Ole.IOleUndoUnit* pUU); 574 unsafe winmdroot.Foundation.HRESULT UndoTo(winmdroot.System.Ole.IOleUndoUnit* pUU); 577 unsafe winmdroot.Foundation.HRESULT RedoTo(winmdroot.System.Ole.IOleUndoUnit* pUU);
Windows.Win32.IOleUndoUnit.g.cs (27)
26 :IVTable<IOleUndoUnit,IOleUndoUnit.Vtbl>,IComIID { 42 return ((delegate *unmanaged [Stdcall]<IOleUndoUnit*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IOleUndoUnit*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<IOleUndoUnit*,uint>)lpVtbl[1])((IOleUndoUnit*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<IOleUndoUnit*,uint>)lpVtbl[2])((IOleUndoUnit*)Unsafe.AsPointer(ref this)); 58 private static winmdroot.Foundation.HRESULT Do(IOleUndoUnit* pThis, winmdroot.System.Ole.IOleUndoManager* pUndoManager) 84 ((delegate *unmanaged [Stdcall]<IOleUndoUnit*,winmdroot.System.Ole.IOleUndoManager* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleUndoUnit*)Unsafe.AsPointer(ref this), pUndoManager).ThrowOnFailure(); 90 private static winmdroot.Foundation.HRESULT GetDescription(IOleUndoUnit* pThis, winmdroot.Foundation.BSTR* pBstr) 116 ((delegate *unmanaged [Stdcall]<IOleUndoUnit*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleUndoUnit*)Unsafe.AsPointer(ref this), pBstr).ThrowOnFailure(); 134 private static winmdroot.Foundation.HRESULT GetUnitType(IOleUndoUnit* pThis, global::System.Guid* pClsid, int* plID) 161 ((delegate *unmanaged [Stdcall]<IOleUndoUnit*,global::System.Guid* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleUndoUnit*)Unsafe.AsPointer(ref this), pClsid, plID).ThrowOnFailure(); 167 private static winmdroot.Foundation.HRESULT OnNextAdd(IOleUndoUnit* pThis) 192 ((delegate *unmanaged [Stdcall]<IOleUndoUnit*,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOleUndoUnit*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 216 internal delegate *unmanaged [Stdcall]<IOleUndoUnit*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 218 internal delegate *unmanaged [Stdcall]<IOleUndoUnit*,uint> AddRef_2; 220 internal delegate *unmanaged [Stdcall]<IOleUndoUnit*,uint> Release_3; 222 internal delegate *unmanaged [Stdcall]<IOleUndoUnit*,winmdroot.System.Ole.IOleUndoManager* ,winmdroot.Foundation.HRESULT> Do_4; 224 internal delegate *unmanaged [Stdcall]<IOleUndoUnit*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetDescription_5; 226 internal delegate *unmanaged [Stdcall]<IOleUndoUnit*,global::System.Guid* ,int* ,winmdroot.Foundation.HRESULT> GetUnitType_6; 228 internal delegate *unmanaged [Stdcall]<IOleUndoUnit*,winmdroot.Foundation.HRESULT> OnNextAdd_7;
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)
Windows.Win32.System_Ole_IOleUndoUnit_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IOleUndoUnit.Interface.GetUnitType(global::System.Guid*, int*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetUnitType(this winmdroot.System.Ole.IOleUndoUnit.Interface @this, out global::System.Guid pClsid, out int plID)