21 references to IBindCtx
Microsoft.VisualStudio.Extensibility.Testing.Xunit (21)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IntegrationHelper.cs (1)
51
PInvoke.CreateBindCtx(0, out
var
bindContext);
Windows.Win32.IMoniker.g.cs (7)
50
unsafe void BindToObject(winmdroot.System.Com.
IBindCtx
pbc, winmdroot.System.Com.IMoniker pmkToLeft, global::System.Guid* riidResult, [MarshalAs(UnmanagedType.IUnknown)] out object ppvResult);
66
unsafe void BindToStorage(winmdroot.System.Com.
IBindCtx
pbc, winmdroot.System.Com.IMoniker pmkToLeft, global::System.Guid* riid, [MarshalAs(UnmanagedType.IUnknown)] out object ppvObj);
85
void Reduce(winmdroot.System.Com.
IBindCtx
pbc, uint dwReduceHowFar, ref winmdroot.System.Com.IMoniker ppmkToLeft, out winmdroot.System.Com.IMoniker ppmkReduced);
147
void IsRunning(winmdroot.System.Com.
IBindCtx
pbc, winmdroot.System.Com.IMoniker pmkToLeft, winmdroot.System.Com.IMoniker pmkNewlyRunning);
164
unsafe void GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
pbc, winmdroot.System.Com.IMoniker pmkToLeft, global::System.Runtime.InteropServices.ComTypes.FILETIME* pFileTime);
224
unsafe void GetDisplayName(winmdroot.System.Com.
IBindCtx
pbc, winmdroot.System.Com.IMoniker pmkToLeft, winmdroot.Foundation.PWSTR* ppszDisplayName);
241
void ParseDisplayName(winmdroot.System.Com.
IBindCtx
pbc, winmdroot.System.Com.IMoniker pmkToLeft, winmdroot.Foundation.PWSTR pszDisplayName, out uint pchEaten, out winmdroot.System.Com.IMoniker ppmkOut);
Windows.Win32.PInvoke.OLE32.dll.g.cs (1)
48
internal static extern winmdroot.Foundation.HRESULT CreateBindCtx(uint reserved, out winmdroot.System.Com.
IBindCtx
ppbc);
Windows.Win32.System_Com_IBindCtx_Extensions.g.cs (4)
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)
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)
Windows.Win32.System_Com_IMoniker_Extensions.g.cs (8)
31
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.BindToObject(winmdroot.System.Com.
IBindCtx
, winmdroot.System.Com.IMoniker, global::System.Guid*, out object)"/>
32
internal static unsafe void BindToObject(this winmdroot.System.Com.IMoniker @this, winmdroot.System.Com.
IBindCtx
pbc, winmdroot.System.Com.IMoniker pmkToLeft, in global::System.Guid riidResult, out object ppvResult)
40
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.BindToStorage(winmdroot.System.Com.
IBindCtx
, winmdroot.System.Com.IMoniker, global::System.Guid*, out object)"/>
41
internal static unsafe void BindToStorage(this winmdroot.System.Com.IMoniker @this, winmdroot.System.Com.
IBindCtx
pbc, winmdroot.System.Com.IMoniker pmkToLeft, in global::System.Guid riid, out object ppvObj)
49
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.GetTimeOfLastChange(winmdroot.System.Com.
IBindCtx
, winmdroot.System.Com.IMoniker, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/>
50
internal static unsafe void GetTimeOfLastChange(this winmdroot.System.Com.IMoniker @this, winmdroot.System.Com.
IBindCtx
pbc, winmdroot.System.Com.IMoniker pmkToLeft, out global::System.Runtime.InteropServices.ComTypes.FILETIME pFileTime)
58
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.GetDisplayName(winmdroot.System.Com.
IBindCtx
, winmdroot.System.Com.IMoniker, winmdroot.Foundation.PWSTR*)"/>
59
internal static unsafe void GetDisplayName(this winmdroot.System.Com.IMoniker @this, winmdroot.System.Com.
IBindCtx
pbc, winmdroot.System.Com.IMoniker pmkToLeft, out winmdroot.Foundation.PWSTR ppszDisplayName)