20 references to BIND_OPTS
Microsoft.Private.Windows.Core (20)
Windows.Win32.IBindCtx.g.cs (14)
91 /// <inheritdoc cref="SetBindOptions(winmdroot.System.Com.BIND_OPTS*)"/> 92 internal unsafe winmdroot.Foundation.HRESULT SetBindOptions(in winmdroot.System.Com.BIND_OPTS pbindopts) 94 fixed (winmdroot.System.Com.BIND_OPTS* pbindoptsLocal = &pbindopts) 110 public unsafe winmdroot.Foundation.HRESULT SetBindOptions(winmdroot.System.Com.BIND_OPTS* pbindopts) 112 return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IBindCtx*)Unsafe.AsPointer(ref this), pbindopts); 115 /// <inheritdoc cref="GetBindOptions(winmdroot.System.Com.BIND_OPTS*)"/> 116 internal unsafe winmdroot.Foundation.HRESULT GetBindOptions(ref winmdroot.System.Com.BIND_OPTS pbindopts) 118 fixed (winmdroot.System.Com.BIND_OPTS* pbindoptsLocal = &pbindopts) 132 public unsafe winmdroot.Foundation.HRESULT GetBindOptions(winmdroot.System.Com.BIND_OPTS* pbindopts) 134 return ((delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IBindCtx*)Unsafe.AsPointer(ref this), pbindopts); 239 internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT> SetBindOptions_7; 241 internal delegate *unmanaged [Stdcall]<IBindCtx*,winmdroot.System.Com.BIND_OPTS* ,winmdroot.Foundation.HRESULT> GetBindOptions_8; 272 unsafe winmdroot.Foundation.HRESULT SetBindOptions(winmdroot.System.Com.BIND_OPTS* pbindopts); 275 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)