28 references to IDataObjectAsyncCapability
Microsoft.Private.Windows.Core (28)
Windows.Win32.IDataObjectAsyncCapability.g.cs (24)
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));
69
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this), fDoOpAsync);
93
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this), pfIsOpAsync);
107
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this), pbcReserved);
131
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this), pfInAsyncOp);
156
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);
180
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
182
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,uint> AddRef_2;
184
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,uint> Release_3;
186
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetAsyncMode_4;
188
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> GetAsyncMode_5;
190
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.HRESULT> StartOperation_6;
192
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> InOperation_7;
194
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)