8 references to BIND_OPTS
Microsoft.VisualStudio.Extensibility.Testing.Xunit (8)
Windows.Win32.IBindCtx.g.cs (2)
61 unsafe void SetBindOptions(winmdroot.System.Com.BIND_OPTS* pbindopts); 70 unsafe void GetBindOptions(winmdroot.System.Com.BIND_OPTS* pbindopts);
Windows.Win32.System_Com_IBindCtx_Extensions.g.cs (6)
22 /// <inheritdoc cref="winmdroot.System.Com.IBindCtx.SetBindOptions(winmdroot.System.Com.BIND_OPTS*)"/> 23 internal static unsafe void SetBindOptions(this winmdroot.System.Com.IBindCtx @this, in winmdroot.System.Com.BIND_OPTS pbindopts) 25 fixed (winmdroot.System.Com.BIND_OPTS* pbindoptsLocal = &pbindopts) 31 /// <inheritdoc cref="winmdroot.System.Com.IBindCtx.GetBindOptions(winmdroot.System.Com.BIND_OPTS*)"/> 32 internal static unsafe void GetBindOptions(this winmdroot.System.Com.IBindCtx @this, ref winmdroot.System.Com.BIND_OPTS pbindopts) 34 fixed (winmdroot.System.Com.BIND_OPTS* pbindoptsLocal = &pbindopts)