File: _generated\625\Windows.Win32.Web_MsHtml_IHTMLDocument2_Extensions.g.cs
Web Access
Project: src\winforms\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,SYSLIB1092,CS3021,CS3019
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.287+85e3fa26dd.RR")]
	internal static partial class Web_MsHtml_IHTMLDocument2_Extensions
	{
		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.get_title(winmdroot.Foundation.BSTR*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_title(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, out winmdroot.Foundation.BSTR p)
		{
			fixed (winmdroot.Foundation.BSTR* pLocal = &p)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_title(pLocal);
				return __result;
			}
		}

		/// <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.get_domain(winmdroot.Foundation.BSTR*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_domain(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, out winmdroot.Foundation.BSTR p)
		{
			fixed (winmdroot.Foundation.BSTR* pLocal = &p)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_domain(pLocal);
				return __result;
			}
		}

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

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

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

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.get_mimeType(winmdroot.Foundation.BSTR*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_mimeType(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, out winmdroot.Foundation.BSTR p)
		{
			fixed (winmdroot.Foundation.BSTR* pLocal = &p)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_mimeType(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.queryCommandText(winmdroot.Foundation.BSTR, winmdroot.Foundation.BSTR*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT queryCommandText(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.Foundation.BSTR pcmdText)
		{
			fixed (winmdroot.Foundation.BSTR* pcmdTextLocal = &pcmdText)
			{
				winmdroot.Foundation.HRESULT __result = @this.queryCommandText(cmdID, pcmdTextLocal);
				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;
			}
		}

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