22 references to BIND_OPTS
System.Private.Windows.Core (22)
_generated\124\Windows.Win32.IBindCtx.g.cs (16)
153 /// <inheritdoc cref="SetBindOptions(winmdroot.System.Com.BIND_OPTS*)"/> 155 internal unsafe winmdroot.Foundation.HRESULT SetBindOptions(in winmdroot.System.Com.BIND_OPTS pbindopts) 157 fixed (winmdroot.System.Com.BIND_OPTS* pbindoptsLocal = &pbindopts) 167 private static winmdroot.Foundation.HRESULT SetBindOptions(IBindCtx* pThis, winmdroot.System.Com.BIND_OPTS* pbindopts) 193 public unsafe winmdroot.Foundation.HRESULT SetBindOptions(winmdroot.System.Com.BIND_OPTS* pbindopts) 195 return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IBindCtx*)Unsafe.AsPointer(ref this), pbindopts); 198 /// <inheritdoc cref="GetBindOptions(winmdroot.System.Com.BIND_OPTS*)"/> 200 internal unsafe winmdroot.Foundation.HRESULT GetBindOptions(ref winmdroot.System.Com.BIND_OPTS pbindopts) 202 fixed (winmdroot.System.Com.BIND_OPTS* pbindoptsLocal = &pbindopts) 212 private static winmdroot.Foundation.HRESULT GetBindOptions(IBindCtx* pThis, winmdroot.System.Com.BIND_OPTS* pbindopts) 236 public unsafe winmdroot.Foundation.HRESULT GetBindOptions(winmdroot.System.Com.BIND_OPTS* pbindopts) 238 return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IBindCtx*)Unsafe.AsPointer(ref this), pbindopts); 445 internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT> SetBindOptions_7; 447 internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT> GetBindOptions_8; 502 unsafe winmdroot.Foundation.HRESULT SetBindOptions(winmdroot.System.Com.BIND_OPTS* pbindopts); 505 unsafe winmdroot.Foundation.HRESULT GetBindOptions(winmdroot.System.Com.BIND_OPTS* pbindopts);
_generated\230\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)