73 references to IOleParentUndoUnit
System.Windows.Forms.Primitives (73)
_generated\211\Windows.Win32.IOleParentUndoUnit.g.cs (57)
27 :winmdroot.IVTable<IOleParentUndoUnit,IOleParentUndoUnit.Vtbl>,IComIID { 44 return ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), riid, ppvObject); 49 return ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,uint>)lpVtbl[1])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this)); 54 return ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,uint>)lpVtbl[2])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this)); 60 private static winmdroot.Foundation.HRESULT Do(IOleParentUndoUnit* pThis, winmdroot.System.Ole.IOleUndoManager* pUndoManager) 79 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleUndoManager* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pUndoManager).ThrowOnFailure(); 95 private static winmdroot.Foundation.HRESULT GetDescription(IOleParentUndoUnit* pThis, winmdroot.Foundation.BSTR* pBstr) 114 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pBstr).ThrowOnFailure(); 133 private static winmdroot.Foundation.HRESULT GetUnitType(IOleParentUndoUnit* pThis, global::System.Guid* pClsid, int* plID) 152 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,global::System.Guid* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pClsid, plID).ThrowOnFailure(); 158 private static winmdroot.Foundation.HRESULT OnNextAdd(IOleParentUndoUnit* pThis) 177 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 183 private static winmdroot.Foundation.HRESULT Open(IOleParentUndoUnit* pThis, winmdroot.System.Ole.IOleParentUndoUnit* pPUU) 207 public unsafe void Open(winmdroot.System.Ole.IOleParentUndoUnit* pPUU) 209 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pPUU).ThrowOnFailure(); 215 private static winmdroot.Foundation.HRESULT Close(IOleParentUndoUnit* pThis, winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit) 243 public unsafe void Close(winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit) 245 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pPUU, fCommit).ThrowOnFailure(); 251 private static winmdroot.Foundation.HRESULT Add(IOleParentUndoUnit* pThis, winmdroot.System.Ole.IOleUndoUnit* pUU) 274 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure(); 280 private static winmdroot.Foundation.HRESULT FindUnit(IOleParentUndoUnit* pThis, winmdroot.System.Ole.IOleUndoUnit* pUU) 303 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure(); 319 private static winmdroot.Foundation.HRESULT GetParentState(IOleParentUndoUnit* pThis, uint* pdwState) 345 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pdwState).ThrowOnFailure(); 371 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 373 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,uint> AddRef_2; 375 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,uint> Release_3; 377 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleUndoManager* ,winmdroot.Foundation.HRESULT> Do_4; 379 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetDescription_5; 381 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,global::System.Guid* ,int* ,winmdroot.Foundation.HRESULT> GetUnitType_6; 383 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.Foundation.HRESULT> OnNextAdd_7; 385 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.HRESULT> Open_8; 387 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Close_9; 389 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT> Add_10; 391 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT> FindUnit_11; 393 internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,uint* ,winmdroot.Foundation.HRESULT> GetParentState_12; 440 unsafe winmdroot.Foundation.HRESULT Open(winmdroot.System.Ole.IOleParentUndoUnit* pPUU); 443 unsafe winmdroot.Foundation.HRESULT Close(winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit);
_generated\212\Windows.Win32.IOleUndoManager.g.cs (10)
60 private static winmdroot.Foundation.HRESULT Open(IOleUndoManager* pThis, winmdroot.System.Ole.IOleParentUndoUnit* pPUU) 84 public unsafe void Open(winmdroot.System.Ole.IOleParentUndoUnit* pPUU) 86 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleUndoManager*)Unsafe.AsPointer(ref this), pPUU).ThrowOnFailure(); 92 private static winmdroot.Foundation.HRESULT Close(IOleUndoManager* pThis, winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit) 120 public unsafe winmdroot.Foundation.HRESULT Close(winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit) 122 return ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleUndoManager*)Unsafe.AsPointer(ref this), pPUU, fCommit); 524 internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.HRESULT> Open_4; 526 internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Close_5; 584 unsafe winmdroot.Foundation.HRESULT Open(winmdroot.System.Ole.IOleParentUndoUnit* pPUU); 587 unsafe winmdroot.Foundation.HRESULT Close(winmdroot.System.Ole.IOleParentUndoUnit* pPUU, winmdroot.Foundation.BOOL fCommit);
_generated\508\Windows.Win32.System_Ole_IOleParentUndoUnit_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.System.Ole.IOleParentUndoUnit.Interface.GetDescription(winmdroot.Foundation.BSTR*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetDescription(this winmdroot.System.Ole.IOleParentUndoUnit.Interface @this, out winmdroot.Foundation.BSTR pBstr) 33 /// <inheritdoc cref="winmdroot.System.Ole.IOleParentUndoUnit.Interface.GetUnitType(global::System.Guid*, int*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetUnitType(this winmdroot.System.Ole.IOleParentUndoUnit.Interface @this, out global::System.Guid pClsid, out int plID) 46 /// <inheritdoc cref="winmdroot.System.Ole.IOleParentUndoUnit.Interface.GetParentState(uint*)"/> 47 internal static unsafe winmdroot.Foundation.HRESULT GetParentState(this winmdroot.System.Ole.IOleParentUndoUnit.Interface @this, out uint pdwState)