71 references to IOleParentUndoUnit
System.Windows.Forms.Primitives (71)
Windows.Win32.IOleParentUndoUnit.g.cs (57)
26
:IVTable<
IOleParentUndoUnit
,
IOleParentUndoUnit
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IOleParentUndoUnit
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,uint>)lpVtbl[1])((
IOleParentUndoUnit
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,uint>)lpVtbl[2])((
IOleParentUndoUnit
*)Unsafe.AsPointer(ref this));
58
private static winmdroot.Foundation.HRESULT Do(
IOleParentUndoUnit
* pThis, winmdroot.System.Ole.IOleUndoManager* pUndoManager)
77
((delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,winmdroot.System.Ole.IOleUndoManager* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IOleParentUndoUnit
*)Unsafe.AsPointer(ref this), pUndoManager).ThrowOnFailure();
83
private static winmdroot.Foundation.HRESULT GetDescription(
IOleParentUndoUnit
* pThis, winmdroot.Foundation.BSTR* pBstr)
102
((delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IOleParentUndoUnit
*)Unsafe.AsPointer(ref this), pBstr).ThrowOnFailure();
120
private static winmdroot.Foundation.HRESULT GetUnitType(
IOleParentUndoUnit
* pThis, global::System.Guid* pClsid, int* plID)
139
((delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,global::System.Guid* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IOleParentUndoUnit
*)Unsafe.AsPointer(ref this), pClsid, plID).ThrowOnFailure();
145
private static winmdroot.Foundation.HRESULT OnNextAdd(
IOleParentUndoUnit
* pThis)
164
((delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IOleParentUndoUnit
*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
170
private static winmdroot.Foundation.HRESULT Open(
IOleParentUndoUnit
* pThis, winmdroot.System.Ole.
IOleParentUndoUnit
* pPUU)
194
public unsafe void Open(winmdroot.System.Ole.
IOleParentUndoUnit
* pPUU)
196
((delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,winmdroot.System.Ole.
IOleParentUndoUnit
* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IOleParentUndoUnit
*)Unsafe.AsPointer(ref this), pPUU).ThrowOnFailure();
202
private static winmdroot.Foundation.HRESULT Close(
IOleParentUndoUnit
* pThis, winmdroot.System.Ole.
IOleParentUndoUnit
* pPUU, winmdroot.Foundation.BOOL fCommit)
230
public unsafe void Close(winmdroot.System.Ole.
IOleParentUndoUnit
* pPUU, winmdroot.Foundation.BOOL fCommit)
232
((delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,winmdroot.System.Ole.
IOleParentUndoUnit
* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IOleParentUndoUnit
*)Unsafe.AsPointer(ref this), pPUU, fCommit).ThrowOnFailure();
238
private static winmdroot.Foundation.HRESULT Add(
IOleParentUndoUnit
* pThis, 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)
290
((delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
IOleParentUndoUnit
*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure();
305
private static winmdroot.Foundation.HRESULT GetParentState(
IOleParentUndoUnit
* pThis, uint* pdwState)
331
((delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
IOleParentUndoUnit
*)Unsafe.AsPointer(ref this), pdwState).ThrowOnFailure();
355
internal delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
357
internal delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,uint> AddRef_2;
359
internal delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,uint> Release_3;
361
internal delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,winmdroot.System.Ole.IOleUndoManager* ,winmdroot.Foundation.HRESULT> Do_4;
363
internal delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetDescription_5;
365
internal delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,global::System.Guid* ,int* ,winmdroot.Foundation.HRESULT> GetUnitType_6;
367
internal delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,winmdroot.Foundation.HRESULT> OnNextAdd_7;
369
internal delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,winmdroot.System.Ole.
IOleParentUndoUnit
* ,winmdroot.Foundation.HRESULT> Open_8;
371
internal delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,winmdroot.System.Ole.
IOleParentUndoUnit
* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Close_9;
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;
377
internal delegate *unmanaged [Stdcall]<
IOleParentUndoUnit
*,uint* ,winmdroot.Foundation.HRESULT> GetParentState_12;
424
unsafe winmdroot.Foundation.HRESULT Open(winmdroot.System.Ole.
IOleParentUndoUnit
* pPUU);
427
unsafe winmdroot.Foundation.HRESULT Close(winmdroot.System.Ole.
IOleParentUndoUnit
* pPUU, winmdroot.Foundation.BOOL fCommit);
Windows.Win32.IOleUndoManager.g.cs (10)
58
private static winmdroot.Foundation.HRESULT Open(IOleUndoManager* pThis, winmdroot.System.Ole.
IOleParentUndoUnit
* pPUU)
82
public unsafe void Open(winmdroot.System.Ole.
IOleParentUndoUnit
* pPUU)
84
((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.
IOleParentUndoUnit
* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleUndoManager*)Unsafe.AsPointer(ref this), pPUU).ThrowOnFailure();
90
private static winmdroot.Foundation.HRESULT Close(IOleUndoManager* pThis, winmdroot.System.Ole.
IOleParentUndoUnit
* pPUU, winmdroot.Foundation.BOOL fCommit)
118
public unsafe winmdroot.Foundation.HRESULT Close(winmdroot.System.Ole.
IOleParentUndoUnit
* pPUU, winmdroot.Foundation.BOOL fCommit)
120
return ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.
IOleParentUndoUnit
* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleUndoManager*)Unsafe.AsPointer(ref this), pPUU, fCommit);
499
internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.
IOleParentUndoUnit
* ,winmdroot.Foundation.HRESULT> Open_4;
501
internal delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.
IOleParentUndoUnit
* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Close_5;
559
unsafe winmdroot.Foundation.HRESULT Open(winmdroot.System.Ole.
IOleParentUndoUnit
* pPUU);
562
unsafe winmdroot.Foundation.HRESULT Close(winmdroot.System.Ole.
IOleParentUndoUnit
* pPUU, winmdroot.Foundation.BOOL fCommit);
Windows.Win32.System_Ole_IOleParentUndoUnit_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.System.Ole.
IOleParentUndoUnit
.Interface.GetUnitType(global::System.Guid*, int*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetUnitType(this winmdroot.System.Ole.
IOleParentUndoUnit
.Interface @this, out global::System.Guid pClsid, out int plID)
36
/// <inheritdoc cref="winmdroot.System.Ole.
IOleParentUndoUnit
.Interface.GetParentState(uint*)"/>
37
internal static unsafe winmdroot.Foundation.HRESULT GetParentState(this winmdroot.System.Ole.
IOleParentUndoUnit
.Interface @this, out uint pdwState)