File: Windows.Win32.Web_MsHtml_IHTMLElement2_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_IHTMLElement2_Extensions
	{
		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.getExpression(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT getExpression(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, winmdroot.Foundation.BSTR propname, out winmdroot.System.Variant.VARIANT expression)
		{
			fixed (winmdroot.System.Variant.VARIANT* expressionLocal = &expression)
			{
				winmdroot.Foundation.HRESULT __result = @this.getExpression(propname, expressionLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.removeExpression(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT removeExpression(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, winmdroot.Foundation.BSTR propname, out winmdroot.Foundation.VARIANT_BOOL pfSuccess)
		{
			fixed (winmdroot.Foundation.VARIANT_BOOL* pfSuccessLocal = &pfSuccess)
			{
				winmdroot.Foundation.HRESULT __result = @this.removeExpression(propname, pfSuccessLocal);
				return __result;
			}
		}

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

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

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

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

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

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT attachEvent(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult)
		{
			fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult)
			{
				winmdroot.Foundation.HRESULT __result = @this.attachEvent(@event, pDisp, pfResultLocal);
				return __result;
			}
		}

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

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

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

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

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

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.addBehavior(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT addBehavior(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, winmdroot.Foundation.BSTR bstrUrl, in winmdroot.System.Variant.VARIANT pvarFactory, out int pCookie)
		{
			fixed (int* pCookieLocal = &pCookie)
			{
				fixed (winmdroot.System.Variant.VARIANT* pvarFactoryLocal = &pvarFactory)
				{
					winmdroot.Foundation.HRESULT __result = @this.addBehavior(bstrUrl, pvarFactoryLocal, pCookieLocal);
					return __result;
				}
			}
		}

		/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.removeBehavior(int, winmdroot.Foundation.VARIANT_BOOL*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT removeBehavior(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, int cookie, out winmdroot.Foundation.VARIANT_BOOL pfResult)
		{
			fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult)
			{
				winmdroot.Foundation.HRESULT __result = @this.removeBehavior(cookie, pfResultLocal);
				return __result;
			}
		}
	}
}