28 references to IDataObjectAsyncCapability
Microsoft.Private.Windows.Core (28)
_generated\127\Windows.Win32.IDataObjectAsyncCapability.g.cs (24)
43
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this), riid, ppvObject);
48
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,uint>)lpVtbl[1])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this));
53
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,uint>)lpVtbl[2])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this));
70
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this), fDoOpAsync);
95
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this), pfIsOpAsync);
109
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this), pbcReserved);
134
return ((delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IDataObjectAsyncCapability
*)Unsafe.AsPointer(ref this), pfInAsyncOp);
159
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);
185
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
187
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,uint> AddRef_2;
189
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,uint> Release_3;
191
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetAsyncMode_4;
193
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> GetAsyncMode_5;
195
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.HRESULT> StartOperation_6;
197
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> InOperation_7;
199
internal delegate *unmanaged [Stdcall]<
IDataObjectAsyncCapability
*,winmdroot.Foundation.HRESULT ,winmdroot.System.Com.IBindCtx* ,uint ,winmdroot.Foundation.HRESULT> EndOperation_8;
_generated\263\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)