48 references to IMoniker
Microsoft.VisualStudio.Extensibility.Testing.Xunit (48)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IntegrationHelper.cs (3)
14using IMoniker = Windows.Win32.System.Com.IMoniker; 47var monikers = new IMoniker?[1]; 69var moniker = monikers[0]!;
Windows.Win32.IEnumMoniker.g.cs (1)
37 unsafe winmdroot.Foundation.HRESULT Next(uint celt, [Out] [MarshalAs(UnmanagedType.LPArray,SizeParamIndex = 0)] winmdroot.System.Com.IMoniker[] rgelt, [Optional] uint* pceltFetched);
Windows.Win32.IMoniker.g.cs (18)
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); 100 void ComposeWith(winmdroot.System.Com.IMoniker pmkRight, winmdroot.Foundation.BOOL fOnlyIfNotGeneric, out winmdroot.System.Com.IMoniker ppmkComposite); 122winmdroot.Foundation.HRESULT IsEqual(winmdroot.System.Com.IMoniker pmkOtherMoniker); 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); 178 void Inverse(out winmdroot.System.Com.IMoniker ppmk); 195 void CommonPrefixWith(winmdroot.System.Com.IMoniker pmkOther, out winmdroot.System.Com.IMoniker ppmkPrefix); 209 void RelativePathTo(winmdroot.System.Com.IMoniker pmkOther, out winmdroot.System.Com.IMoniker ppmkRelPath); 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.IRunningObjectTable.g.cs (4)
44 void Register(winmdroot.System.Com.ROT_FLAGS grfFlags, [MarshalAs(UnmanagedType.IUnknown)] object punkObject, winmdroot.System.Com.IMoniker pmkObjectName, out uint pdwRegister); 63 void IsRunning(winmdroot.System.Com.IMoniker pmkObjectName); 76 void GetObject(winmdroot.System.Com.IMoniker pmkObjectName, [MarshalAs(UnmanagedType.IUnknown)] out object ppunkObject); 101 unsafe void GetTimeOfLastChange(winmdroot.System.Com.IMoniker pmkObjectName, global::System.Runtime.InteropServices.ComTypes.FILETIME* pfiletime);
Windows.Win32.System_Com_IEnumMoniker_Extensions.g.cs (2)
22 /// <inheritdoc cref="winmdroot.System.Com.IEnumMoniker.Next(uint, winmdroot.System.Com.IMoniker[], uint*)"/> 23 internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Com.IEnumMoniker @this, winmdroot.System.Com.IMoniker[] rgelt, uint* pceltFetched)
Windows.Win32.System_Com_IMoniker_Extensions.g.cs (18)
22 /// <inheritdoc cref="winmdroot.System.Com.IMoniker.GetClassID(global::System.Guid*)"/> 23 internal static unsafe void GetClassID(this winmdroot.System.Com.IMoniker @this, out global::System.Guid pClassID) 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)
Windows.Win32.System_Com_IRunningObjectTable_Extensions.g.cs (2)
31 /// <inheritdoc cref="winmdroot.System.Com.IRunningObjectTable.GetTimeOfLastChange(winmdroot.System.Com.IMoniker, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/> 32 internal static unsafe void GetTimeOfLastChange(this winmdroot.System.Com.IRunningObjectTable @this, winmdroot.System.Com.IMoniker pmkObjectName, out global::System.Runtime.InteropServices.ComTypes.FILETIME pfiletime)