76 references to IOleUndoManager
System.Windows.Forms.Primitives (76)
_generated\211\Windows.Win32.IOleParentUndoUnit.g.cs (5)
60
private static winmdroot.Foundation.HRESULT Do(IOleParentUndoUnit* pThis, winmdroot.System.Ole.
IOleUndoManager
* pUndoManager)
77
public unsafe void Do(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();
377
internal delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.
IOleUndoManager
* ,winmdroot.Foundation.HRESULT> Do_4;
428
unsafe new winmdroot.Foundation.HRESULT Do(winmdroot.System.Ole.
IOleUndoManager
* pUndoManager);
_generated\212\Windows.Win32.IOleUndoManager.g.cs (59)
27
:winmdroot.IVTable<
IOleUndoManager
,
IOleUndoManager
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
IOleUndoManager
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IOleUndoManager
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
IOleUndoManager
*,uint>)lpVtbl[1])((
IOleUndoManager
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
IOleUndoManager
*,uint>)lpVtbl[2])((
IOleUndoManager
*)Unsafe.AsPointer(ref this));
60
private static winmdroot.Foundation.HRESULT Open(
IOleUndoManager
* pThis, 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)
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);
128
private static winmdroot.Foundation.HRESULT Add(
IOleUndoManager
* pThis, winmdroot.System.Ole.IOleUndoUnit* pUU)
154
((delegate *unmanaged [Stdcall]<
IOleUndoManager
*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IOleUndoManager
*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure();
170
private static winmdroot.Foundation.HRESULT GetOpenParentState(
IOleUndoManager
* pThis, uint* pdwState)
197
((delegate *unmanaged [Stdcall]<
IOleUndoManager
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IOleUndoManager
*)Unsafe.AsPointer(ref this), pdwState).ThrowOnFailure();
203
private static winmdroot.Foundation.HRESULT DiscardFrom(
IOleUndoManager
* pThis, winmdroot.System.Ole.IOleUndoUnit* pUU)
232
((delegate *unmanaged [Stdcall]<
IOleUndoManager
*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IOleUndoManager
*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure();
238
private static winmdroot.Foundation.HRESULT UndoTo(
IOleUndoManager
* pThis, winmdroot.System.Ole.IOleUndoUnit* pUU)
268
((delegate *unmanaged [Stdcall]<
IOleUndoManager
*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IOleUndoManager
*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure();
274
private static winmdroot.Foundation.HRESULT RedoTo(
IOleUndoManager
* pThis, winmdroot.System.Ole.IOleUndoUnit* pUU)
303
((delegate *unmanaged [Stdcall]<
IOleUndoManager
*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IOleUndoManager
*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure();
309
private static winmdroot.Foundation.HRESULT EnumUndoable(
IOleUndoManager
* pThis, 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)
373
((delegate *unmanaged [Stdcall]<
IOleUndoManager
*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
IOleUndoManager
*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure();
389
private static winmdroot.Foundation.HRESULT GetLastUndoDescription(
IOleUndoManager
* pThis, winmdroot.Foundation.BSTR* pBstr)
415
((delegate *unmanaged [Stdcall]<
IOleUndoManager
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
IOleUndoManager
*)Unsafe.AsPointer(ref this), pBstr).ThrowOnFailure();
431
private static winmdroot.Foundation.HRESULT GetLastRedoDescription(
IOleUndoManager
* pThis, winmdroot.Foundation.BSTR* pBstr)
457
((delegate *unmanaged [Stdcall]<
IOleUndoManager
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((
IOleUndoManager
*)Unsafe.AsPointer(ref this), pBstr).ThrowOnFailure();
463
private static winmdroot.Foundation.HRESULT Enable(
IOleUndoManager
* pThis, winmdroot.Foundation.BOOL fEnable)
492
((delegate *unmanaged [Stdcall]<
IOleUndoManager
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
IOleUndoManager
*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure();
518
internal delegate *unmanaged [Stdcall]<
IOleUndoManager
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
520
internal delegate *unmanaged [Stdcall]<
IOleUndoManager
*,uint> AddRef_2;
522
internal delegate *unmanaged [Stdcall]<
IOleUndoManager
*,uint> Release_3;
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;
528
internal delegate *unmanaged [Stdcall]<
IOleUndoManager
*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT> Add_6;
530
internal delegate *unmanaged [Stdcall]<
IOleUndoManager
*,uint* ,winmdroot.Foundation.HRESULT> GetOpenParentState_7;
532
internal delegate *unmanaged [Stdcall]<
IOleUndoManager
*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT> DiscardFrom_8;
534
internal delegate *unmanaged [Stdcall]<
IOleUndoManager
*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT> UndoTo_9;
536
internal delegate *unmanaged [Stdcall]<
IOleUndoManager
*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT> RedoTo_10;
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;
542
internal delegate *unmanaged [Stdcall]<
IOleUndoManager
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetLastUndoDescription_13;
544
internal delegate *unmanaged [Stdcall]<
IOleUndoManager
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetLastRedoDescription_14;
546
internal delegate *unmanaged [Stdcall]<
IOleUndoManager
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Enable_15;
_generated\213\Windows.Win32.IOleUndoUnit.g.cs (5)
60
private static winmdroot.Foundation.HRESULT Do(IOleUndoUnit* pThis, winmdroot.System.Ole.
IOleUndoManager
* pUndoManager)
84
public unsafe void Do(winmdroot.System.Ole.
IOleUndoManager
* pUndoManager)
86
((delegate *unmanaged [Stdcall]<IOleUndoUnit*,winmdroot.System.Ole.
IOleUndoManager
* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleUndoUnit*)Unsafe.AsPointer(ref this), pUndoManager).ThrowOnFailure();
237
internal delegate *unmanaged [Stdcall]<IOleUndoUnit*,winmdroot.System.Ole.
IOleUndoManager
* ,winmdroot.Foundation.HRESULT> Do_4;
273
unsafe winmdroot.Foundation.HRESULT Do(winmdroot.System.Ole.
IOleUndoManager
* pUndoManager);
_generated\434\Windows.Win32.QACONTAINER.g.cs (1)
54
internal unsafe winmdroot.System.Ole.
IOleUndoManager
* pUndoMgr;
_generated\509\Windows.Win32.System_Ole_IOleUndoManager_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.System.Ole.
IOleUndoManager
.Interface.GetOpenParentState(uint*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetOpenParentState(this winmdroot.System.Ole.
IOleUndoManager
.Interface @this, out uint pdwState)
33
/// <inheritdoc cref="winmdroot.System.Ole.
IOleUndoManager
.Interface.GetLastUndoDescription(winmdroot.Foundation.BSTR*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT GetLastUndoDescription(this winmdroot.System.Ole.
IOleUndoManager
.Interface @this, out winmdroot.Foundation.BSTR pBstr)
43
/// <inheritdoc cref="winmdroot.System.Ole.
IOleUndoManager
.Interface.GetLastRedoDescription(winmdroot.Foundation.BSTR*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT GetLastRedoDescription(this winmdroot.System.Ole.
IOleUndoManager
.Interface @this, out winmdroot.Foundation.BSTR pBstr)