|
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
// ------------------------------------------------------------------------------
#pragma warning disable CS1591,CS1573,CS0465,CS0649,CS8019,CS1570,CS1584,CS1658,CS0436,CS8981
using global::System;
using global::System.Diagnostics;
using global::System.Diagnostics.CodeAnalysis;
using global::System.Runtime.CompilerServices;
using global::System.Runtime.InteropServices;
using global::System.Runtime.Versioning;
using winmdroot = global::Windows.Win32;
namespace Windows.Win32
{
[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
internal static partial class System_Com_IMoniker_Extensions
{
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.GetClassID(global::System.Guid*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetClassID(this winmdroot.System.Com.IMoniker.Interface @this, out global::System.Guid pClassID)
{
fixed (global::System.Guid* pClassIDLocal = &pClassID)
{
winmdroot.Foundation.HRESULT __result = @this.GetClassID(pClassIDLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.GetSizeMax(ulong*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetSizeMax(this winmdroot.System.Com.IMoniker.Interface @this, out ulong pcbSize)
{
fixed (ulong* pcbSizeLocal = &pcbSize)
{
winmdroot.Foundation.HRESULT __result = @this.GetSizeMax(pcbSizeLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.BindToObject(winmdroot.System.Com.IBindCtx*, winmdroot.System.Com.IMoniker*, global::System.Guid*, void**)"/>
internal static unsafe winmdroot.Foundation.HRESULT BindToObject(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, in global::System.Guid riidResult, out void* ppvResult)
{
fixed (void** ppvResultLocal = &ppvResult)
{
fixed (global::System.Guid* riidResultLocal = &riidResult)
{
winmdroot.Foundation.HRESULT __result = @this.BindToObject(pbc, pmkToLeft, riidResultLocal, ppvResultLocal);
return __result;
}
}
}
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.BindToStorage(winmdroot.System.Com.IBindCtx*, winmdroot.System.Com.IMoniker*, global::System.Guid*, void**)"/>
internal static unsafe winmdroot.Foundation.HRESULT BindToStorage(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, in global::System.Guid riid, out void* ppvObj)
{
fixed (void** ppvObjLocal = &ppvObj)
{
fixed (global::System.Guid* riidLocal = &riid)
{
winmdroot.Foundation.HRESULT __result = @this.BindToStorage(pbc, pmkToLeft, riidLocal, ppvObjLocal);
return __result;
}
}
}
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.Hash(uint*)"/>
internal static unsafe winmdroot.Foundation.HRESULT Hash(this winmdroot.System.Com.IMoniker.Interface @this, out uint pdwHash)
{
fixed (uint* pdwHashLocal = &pdwHash)
{
winmdroot.Foundation.HRESULT __result = @this.Hash(pdwHashLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.GetTimeOfLastChange(winmdroot.System.Com.IBindCtx*, winmdroot.System.Com.IMoniker*, global::System.Runtime.InteropServices.ComTypes.FILETIME*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetTimeOfLastChange(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out global::System.Runtime.InteropServices.ComTypes.FILETIME pFileTime)
{
fixed (global::System.Runtime.InteropServices.ComTypes.FILETIME* pFileTimeLocal = &pFileTime)
{
winmdroot.Foundation.HRESULT __result = @this.GetTimeOfLastChange(pbc, pmkToLeft, pFileTimeLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.GetDisplayName(winmdroot.System.Com.IBindCtx*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.PWSTR*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetDisplayName(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, out winmdroot.Foundation.PWSTR ppszDisplayName)
{
fixed (winmdroot.Foundation.PWSTR* ppszDisplayNameLocal = &ppszDisplayName)
{
winmdroot.Foundation.HRESULT __result = @this.GetDisplayName(pbc, pmkToLeft, ppszDisplayNameLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.ParseDisplayName(winmdroot.System.Com.IBindCtx*, winmdroot.System.Com.IMoniker*, winmdroot.Foundation.PWSTR, uint*, winmdroot.System.Com.IMoniker**)"/>
internal static unsafe winmdroot.Foundation.HRESULT ParseDisplayName(this winmdroot.System.Com.IMoniker.Interface @this, winmdroot.System.Com.IBindCtx* pbc, winmdroot.System.Com.IMoniker* pmkToLeft, winmdroot.Foundation.PWSTR pszDisplayName, out uint pchEaten, winmdroot.System.Com.IMoniker** ppmkOut)
{
fixed (uint* pchEatenLocal = &pchEaten)
{
winmdroot.Foundation.HRESULT __result = @this.ParseDisplayName(pbc, pmkToLeft, pszDisplayName, pchEatenLocal, ppmkOut);
return __result;
}
}
/// <inheritdoc cref="winmdroot.System.Com.IMoniker.Interface.IsSystemMoniker(uint*)"/>
internal static unsafe winmdroot.Foundation.HRESULT IsSystemMoniker(this winmdroot.System.Com.IMoniker.Interface @this, out uint pdwMksys)
{
fixed (uint* pdwMksysLocal = &pdwMksys)
{
winmdroot.Foundation.HRESULT __result = @this.IsSystemMoniker(pdwMksysLocal);
return __result;
}
}
}
}
|