22 references to BIND_OPTS
System.Private.Windows.Core (22)
Windows.Win32.IBindCtx.g.cs (16)
151
/// <inheritdoc cref="SetBindOptions(winmdroot.System.Com.
BIND_OPTS
*)"/>
152
internal unsafe winmdroot.Foundation.HRESULT SetBindOptions(in winmdroot.System.Com.
BIND_OPTS
pbindopts)
154
fixed (winmdroot.System.Com.
BIND_OPTS
* pbindoptsLocal = &pbindopts)
164
private static winmdroot.Foundation.HRESULT SetBindOptions(IBindCtx* pThis, winmdroot.System.Com.
BIND_OPTS
* pbindopts)
190
public unsafe winmdroot.Foundation.HRESULT SetBindOptions(winmdroot.System.Com.
BIND_OPTS
* pbindopts)
192
return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.
BIND_OPTS
* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IBindCtx*)Unsafe.AsPointer(ref this), pbindopts);
195
/// <inheritdoc cref="GetBindOptions(winmdroot.System.Com.
BIND_OPTS
*)"/>
196
internal unsafe winmdroot.Foundation.HRESULT GetBindOptions(ref winmdroot.System.Com.
BIND_OPTS
pbindopts)
198
fixed (winmdroot.System.Com.
BIND_OPTS
* pbindoptsLocal = &pbindopts)
208
private static winmdroot.Foundation.HRESULT GetBindOptions(IBindCtx* pThis, winmdroot.System.Com.
BIND_OPTS
* pbindopts)
232
public unsafe winmdroot.Foundation.HRESULT GetBindOptions(winmdroot.System.Com.
BIND_OPTS
* pbindopts)
234
return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.
BIND_OPTS
* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IBindCtx*)Unsafe.AsPointer(ref this), pbindopts);
439
internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.
BIND_OPTS
* ,winmdroot.Foundation.HRESULT> SetBindOptions_7;
441
internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.
BIND_OPTS
* ,winmdroot.Foundation.HRESULT> GetBindOptions_8;
496
unsafe winmdroot.Foundation.HRESULT SetBindOptions(winmdroot.System.Com.
BIND_OPTS
* pbindopts);
499
unsafe winmdroot.Foundation.HRESULT GetBindOptions(winmdroot.System.Com.
BIND_OPTS
* pbindopts);
Windows.Win32.System_Com_IBindCtx_Extensions.g.cs (6)
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)
26
fixed (winmdroot.System.Com.
BIND_OPTS
* pbindoptsLocal = &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)
36
fixed (winmdroot.System.Com.
BIND_OPTS
* pbindoptsLocal = &pbindopts)