99 references to IBindCtx
Microsoft.Private.Windows.Core (99)
_generated\123\Windows.Win32.IBindCtx.g.cs (39)
43
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IBindCtx
*)Unsafe.AsPointer(ref this), riid, ppvObject);
48
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,uint>)lpVtbl[1])((
IBindCtx
*)Unsafe.AsPointer(ref this));
53
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,uint>)lpVtbl[2])((
IBindCtx
*)Unsafe.AsPointer(ref this));
66
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IBindCtx
*)Unsafe.AsPointer(ref this), punk);
78
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IBindCtx
*)Unsafe.AsPointer(ref this), punk);
89
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IBindCtx
*)Unsafe.AsPointer(ref this));
114
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IBindCtx
*)Unsafe.AsPointer(ref this), pbindopts);
137
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IBindCtx
*)Unsafe.AsPointer(ref this), pbindopts);
149
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IRunningObjectTable** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IBindCtx
*)Unsafe.AsPointer(ref this), pprot);
166
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IBindCtx
*)Unsafe.AsPointer(ref this), pszKey, punk);
179
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
IBindCtx
*)Unsafe.AsPointer(ref this), pszKey, ppunk);
191
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IEnumString** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
IBindCtx
*)Unsafe.AsPointer(ref this), ppenum);
206
return ((delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
IBindCtx
*)Unsafe.AsPointer(ref this), pszKey);
232
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
234
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,uint> AddRef_2;
236
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,uint> Release_3;
238
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT> RegisterObjectBound_4;
240
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT> RevokeObjectBound_5;
242
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.HRESULT> ReleaseBoundObjects_6;
244
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT> SetBindOptions_7;
246
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT> GetBindOptions_8;
248
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IRunningObjectTable** ,winmdroot.Foundation.HRESULT> GetRunningObjectTable_9;
250
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT> RegisterObjectParam_10;
252
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT> GetObjectParam_11;
254
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.System.Com.IEnumString** ,winmdroot.Foundation.HRESULT> EnumObjectParam_12;
256
internal delegate *unmanaged [Stdcall]<
IBindCtx
*,winmdroot.Foundation.PWSTR ,winmdroot.Foundation.HRESULT> RevokeObjectParam_13;
_generated\127\Windows.Win32.IDataObjectAsyncCapability.g.cs (8)
107
public unsafe winmdroot.Foundation.HRESULT StartOperation([Optional] winmdroot.System.Com.
IBindCtx
* pbcReserved)
109
return ((delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IDataObjectAsyncCapability*)Unsafe.AsPointer(ref this), pbcReserved);
157
public unsafe winmdroot.Foundation.HRESULT EndOperation(winmdroot.Foundation.HRESULT hResult, winmdroot.System.Com.
IBindCtx
* pbcReserved, uint dwEffects)
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);
195
internal delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.Foundation.HRESULT> StartOperation_6;
199
internal delegate *unmanaged [Stdcall]<IDataObjectAsyncCapability*,winmdroot.Foundation.HRESULT ,winmdroot.System.Com.
IBindCtx
* ,uint ,winmdroot.Foundation.HRESULT> EndOperation_8;
222
unsafe winmdroot.Foundation.HRESULT StartOperation([Optional] winmdroot.System.Com.
IBindCtx
* pbcReserved);
228
unsafe winmdroot.Foundation.HRESULT EndOperation(winmdroot.Foundation.HRESULT hResult, winmdroot.System.Com.
IBindCtx
* pbcReserved, uint dwEffects);
_generated\147\Windows.Win32.IMoniker.g.cs (38)
103
/// <inheritdoc cref="BindToObject(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, global::System.Guid*, void**)"/>
105
internal unsafe winmdroot.Foundation.HRESULT BindToObject(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, in global::System.Guid riidResult, out void* ppvResult)
131
public unsafe winmdroot.Foundation.HRESULT BindToObject(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Guid* riidResult, void** ppvResult)
133
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IMoniker*)Unsafe.AsPointer(ref this), pbc, pmkToLeft, riidResult, ppvResult);
136
/// <inheritdoc cref="BindToStorage(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, global::System.Guid*, void**)"/>
138
internal unsafe winmdroot.Foundation.HRESULT BindToStorage(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, in global::System.Guid riid, out void* ppvObj)
164
public unsafe winmdroot.Foundation.HRESULT BindToStorage(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Guid* riid, void** ppvObj)
166
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IMoniker*)Unsafe.AsPointer(ref this), pbc, pmkToLeft, riid, ppvObj);
186
public unsafe winmdroot.Foundation.HRESULT Reduce(winmdroot.System.Com.
IBindCtx
* pbc, uint dwReduceHowFar, winmdroot.System.Com.IMoniker** ppmkToLeft, winmdroot.System.Com.IMoniker** ppmkReduced)
188
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,uint ,winmdroot.System.Com.IMoniker** ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IMoniker*)Unsafe.AsPointer(ref this), pbc, dwReduceHowFar, ppmkToLeft, ppmkReduced);
273
public unsafe winmdroot.Foundation.HRESULT IsRunning(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.System.Com.IMoniker* pmkNewlyRunning)
275
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IMoniker*)Unsafe.AsPointer(ref this), pbc, pmkToLeft, pmkNewlyRunning);
278
/// <inheritdoc cref="GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/>
280
internal unsafe winmdroot.Foundation.HRESULT GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out global::System.Runtime.InteropServices.ComTypes.FILETIME pFileTime)
304
public unsafe winmdroot.Foundation.HRESULT GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Runtime.InteropServices.ComTypes.FILETIME* pFileTime)
306
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IMoniker*)Unsafe.AsPointer(ref this), pbc, pmkToLeft, pFileTime);
363
/// <inheritdoc cref="GetDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.PWSTR*)"/>
365
internal unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out winmdroot.Foundation.PWSTR ppszDisplayName)
387
public unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR* ppszDisplayName)
389
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.PWSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IMoniker*)Unsafe.AsPointer(ref this), pbc, pmkToLeft, ppszDisplayName);
392
/// <inheritdoc cref="ParseDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.PWSTR, uint*, winmdroot.System.Com.IMoniker**)"/>
394
internal unsafe winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
418
public unsafe winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
420
return ((delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IMoniker*)Unsafe.AsPointer(ref this), pbc, pmkToLeft, pszDisplayName, pchEaten, ppmkOut);
486
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> BindToObject_9;
488
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> BindToStorage_10;
490
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,uint ,winmdroot.System.Com.IMoniker** ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT> Reduce_11;
500
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.HRESULT> IsRunning_16;
502
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,global::System.Runtime.InteropServices.ComTypes.FILETIME* ,winmdroot.Foundation.HRESULT> GetTimeOfLastChange_17;
510
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.PWSTR* ,winmdroot.Foundation.HRESULT> GetDisplayName_21;
512
internal delegate *unmanaged [Stdcall]<IMoniker*,winmdroot.System.Com.
IBindCtx
* ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT> ParseDisplayName_22;
546
unsafe winmdroot.Foundation.HRESULT BindToObject(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Guid* riidResult, void** ppvResult);
549
unsafe winmdroot.Foundation.HRESULT BindToStorage(winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Guid* riid, void** ppvObj);
552
unsafe winmdroot.Foundation.HRESULT Reduce(winmdroot.System.Com.
IBindCtx
* pbc, uint dwReduceHowFar, winmdroot.System.Com.IMoniker** ppmkToLeft, winmdroot.System.Com.IMoniker** ppmkReduced);
567
unsafe winmdroot.Foundation.HRESULT IsRunning(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.System.Com.IMoniker* pmkNewlyRunning);
570
unsafe winmdroot.Foundation.HRESULT GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, global::System.Runtime.InteropServices.ComTypes.FILETIME* pFileTime);
582
unsafe winmdroot.Foundation.HRESULT GetDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR* ppszDisplayName);
585
unsafe winmdroot.Foundation.HRESULT ParseDisplayName(winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR pszDisplayName, uint* pchEaten, winmdroot.System.Com.IMoniker** ppmkOut);
_generated\229\Windows.Win32.System_Com_IBindCtx_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.System.Com.
IBindCtx
.Interface.SetBindOptions(winmdroot.System.Com.BIND_OPTS*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT SetBindOptions(this winmdroot.System.Com.
IBindCtx
.Interface @this, in winmdroot.System.Com.BIND_OPTS pbindopts)
33
/// <inheritdoc cref="winmdroot.System.Com.
IBindCtx
.Interface.GetBindOptions(winmdroot.System.Com.BIND_OPTS*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT GetBindOptions(this winmdroot.System.Com.
IBindCtx
.Interface @this, ref winmdroot.System.Com.BIND_OPTS pbindopts)
_generated\237\Windows.Win32.System_Com_IMoniker_Extensions.g.cs (10)
43
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.BindToObject(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, global::System.Guid*, void**)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT BindToObject(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, in global::System.Guid riidResult, out void* ppvResult)
56
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.BindToStorage(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, global::System.Guid*, void**)"/>
57
internal static unsafe winmdroot.Foundation.HRESULT BindToStorage(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.
IBindCtx
* pbc, [Optional] winmdroot.System.Com.IMoniker* pmkToLeft, in global::System.Guid riid, out void* ppvObj)
79
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/>
80
internal static unsafe winmdroot.Foundation.HRESULT GetTimeOfLastChange(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out global::System.Runtime.InteropServices.ComTypes.FILETIME pFileTime)
89
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.GetDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.PWSTR*)"/>
90
internal static unsafe winmdroot.Foundation.HRESULT GetDisplayName(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out winmdroot.Foundation.PWSTR ppszDisplayName)
99
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.ParseDisplayName(winmdroot.System.Com.
IBindCtx
*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.PWSTR, uint*, winmdroot.System.Com.IMoniker**)"/>
100
internal static unsafe winmdroot.Foundation.HRESULT ParseDisplayName(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.
IBindCtx
* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)