File: Windows.Win32.Web_MsHtml_IHTMLDocument2_Extensions.g.cs
Project: src\src\System.Windows.Forms.Primitives\src\System.Windows.Forms.Primitives.csproj (System.Windows.Forms.Primitives)
// ------------------------------------------------------------------------------
// <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 Web_MsHtml_IHTMLDocument2_Extensions
	{
		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.get_alinkColor(winmdroot.System.Variant.VARIANT*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_alinkColor(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, out winmdroot.System.Variant.VARIANT p)
		{
			fixed (winmdroot.System.Variant.VARIANT* pLocal = &p)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_alinkColor(pLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.get_bgColor(winmdroot.System.Variant.VARIANT*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_bgColor(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, out winmdroot.System.Variant.VARIANT p)
		{
			fixed (winmdroot.System.Variant.VARIANT* pLocal = &p)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_bgColor(pLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.get_fgColor(winmdroot.System.Variant.VARIANT*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_fgColor(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, out winmdroot.System.Variant.VARIANT p)
		{
			fixed (winmdroot.System.Variant.VARIANT* pLocal = &p)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_fgColor(pLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.get_linkColor(winmdroot.System.Variant.VARIANT*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_linkColor(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, out winmdroot.System.Variant.VARIANT p)
		{
			fixed (winmdroot.System.Variant.VARIANT* pLocal = &p)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_linkColor(pLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.get_vlinkColor(winmdroot.System.Variant.VARIANT*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_vlinkColor(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, out winmdroot.System.Variant.VARIANT p)
		{
			fixed (winmdroot.System.Variant.VARIANT* pLocal = &p)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_vlinkColor(pLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandSupported(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT queryCommandSupported(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet)
		{
			fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet)
			{
				winmdroot.Foundation.HRESULT __result = @this.queryCommandSupported(cmdID, pfRetLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandEnabled(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT queryCommandEnabled(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet)
		{
			fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet)
			{
				winmdroot.Foundation.HRESULT __result = @this.queryCommandEnabled(cmdID, pfRetLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandState(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT queryCommandState(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet)
		{
			fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet)
			{
				winmdroot.Foundation.HRESULT __result = @this.queryCommandState(cmdID, pfRetLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandIndeterm(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT queryCommandIndeterm(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet)
		{
			fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet)
			{
				winmdroot.Foundation.HRESULT __result = @this.queryCommandIndeterm(cmdID, pfRetLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandValue(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT queryCommandValue(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.System.Variant.VARIANT pcmdValue)
		{
			fixed (winmdroot.System.Variant.VARIANT* pcmdValueLocal = &pcmdValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.queryCommandValue(cmdID, pcmdValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.execCommand(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT execCommand(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, out winmdroot.Foundation.VARIANT_BOOL pfRet)
		{
			fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet)
			{
				winmdroot.Foundation.HRESULT __result = @this.execCommand(cmdID, showUI, value, pfRetLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.execCommandShowHelp(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT execCommandShowHelp(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet)
		{
			fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet)
			{
				winmdroot.Foundation.HRESULT __result = @this.execCommandShowHelp(cmdID, pfRetLocal);
				return __result;
			}
		}
	}
}