37 references to IDataObjectAsyncCapability
System.Private.Windows.Core (35)
Windows.Win32.IDataObjectAsyncCapability.g.cs (31)
26
:IVTable<
IDataObjectAsyncCapability
,
IDataObjectAsyncCapability
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,uint>)lpVtbl[1])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,uint>)lpVtbl[2])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this));
58
private static winmdroot.Foundation.HRESULT SetAsyncMode(
IDataObjectAsyncCapability
* pThis, winmdroot.Foundation.BOOL fDoOpAsync)
89
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this), fDoOpAsync);
105
private static winmdroot.Foundation.HRESULT GetAsyncMode(
IDataObjectAsyncCapability
* pThis, winmdroot.Foundation.BOOL* pfIsOpAsync)
133
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this), pfIsOpAsync);
139
private static winmdroot.Foundation.HRESULT StartOperation(
IDataObjectAsyncCapability
* pThis, [Optional] winmdroot.System.Com.IBindCtx* pbcReserved)
167
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this), pbcReserved);
183
private static winmdroot.Foundation.HRESULT InOperation(
IDataObjectAsyncCapability
* pThis, winmdroot.Foundation.BOOL* pfInAsyncOp)
211
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this), pfInAsyncOp);
217
private static winmdroot.Foundation.HRESULT EndOperation(
IDataObjectAsyncCapability
* pThis, winmdroot.Foundation.HRESULT hResult, winmdroot.System.Com.IBindCtx* pbcReserved, uint dwEffects)
256
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.HRESULT ,winmdroot.System.Com.IBindCtx* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this), hResult, pbcReserved, dwEffects);
280
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
282
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,uint> AddRef_2;
284
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,uint> Release_3;
286
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetAsyncMode_4;
288
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> GetAsyncMode_5;
290
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.HRESULT> StartOperation_6;
292
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> InOperation_7;
294
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.HRESULT ,winmdroot.System.Com.IBindCtx* ,uint ,winmdroot.Foundation.HRESULT> EndOperation_8;
Windows.Win32.UI_Shell_IDataObjectAsyncCapability_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.UI.Shell.
IDataObjectAsyncCapability
.Interface.GetAsyncMode(winmdroot.Foundation.BOOL*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetAsyncMode(this winmdroot.UI.Shell.
IDataObjectAsyncCapability
.Interface @this, out winmdroot.Foundation.BOOL pfIsOpAsync)
33
/// <inheritdoc cref="winmdroot.UI.Shell.
IDataObjectAsyncCapability
.Interface.InOperation(winmdroot.Foundation.BOOL*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT InOperation(this winmdroot.UI.Shell.
IDataObjectAsyncCapability
.Interface @this, out winmdroot.Foundation.BOOL pfInAsyncOp)
System.Windows.Forms (2)
System\Windows\Forms\OLE\DropTarget.cs (2)
192
IDataObjectAsyncCapability
* asyncCapability = null;
250
private HRESULT HandleOnDragDrop(DragEventArgs e,
IDataObjectAsyncCapability
* asyncCapability, DROPEFFECT* pdwEffect)