File: Windows.Win32.UI_Controls_RichEdit_ITextPara_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 UI_Controls_RichEdit_ITextPara_Extensions
	{
		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.CanChange(int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT CanChange(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out int pValue)
		{
			fixed (int* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.CanChange(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.IsEqual(winmdroot.UI.Controls.RichEdit.ITextPara*, int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT IsEqual(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, winmdroot.UI.Controls.RichEdit.ITextPara* pPara, out int pValue)
		{
			fixed (int* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.IsEqual(pPara, pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetStyle(int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetStyle(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out int pValue)
		{
			fixed (int* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetStyle(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetAlignment(int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetAlignment(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out int pValue)
		{
			fixed (int* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetAlignment(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetHyphenation(winmdroot.UI.Controls.RichEdit.tomConstants*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetHyphenation(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out winmdroot.UI.Controls.RichEdit.tomConstants pValue)
		{
			fixed (winmdroot.UI.Controls.RichEdit.tomConstants* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetHyphenation(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetFirstLineIndent(float*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetFirstLineIndent(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out float pValue)
		{
			fixed (float* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetFirstLineIndent(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetKeepTogether(winmdroot.UI.Controls.RichEdit.tomConstants*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetKeepTogether(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out winmdroot.UI.Controls.RichEdit.tomConstants pValue)
		{
			fixed (winmdroot.UI.Controls.RichEdit.tomConstants* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetKeepTogether(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetKeepWithNext(winmdroot.UI.Controls.RichEdit.tomConstants*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetKeepWithNext(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out winmdroot.UI.Controls.RichEdit.tomConstants pValue)
		{
			fixed (winmdroot.UI.Controls.RichEdit.tomConstants* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetKeepWithNext(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetLeftIndent(float*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetLeftIndent(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out float pValue)
		{
			fixed (float* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetLeftIndent(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetLineSpacing(float*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetLineSpacing(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out float pValue)
		{
			fixed (float* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetLineSpacing(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetLineSpacingRule(int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetLineSpacingRule(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out int pValue)
		{
			fixed (int* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetLineSpacingRule(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetListAlignment(int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetListAlignment(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out int pValue)
		{
			fixed (int* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetListAlignment(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetListLevelIndex(int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetListLevelIndex(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out int pValue)
		{
			fixed (int* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetListLevelIndex(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetListStart(int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetListStart(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out int pValue)
		{
			fixed (int* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetListStart(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetListTab(float*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetListTab(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out float pValue)
		{
			fixed (float* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetListTab(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetListType(int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetListType(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out int pValue)
		{
			fixed (int* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetListType(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetNoLineNumber(int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetNoLineNumber(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out int pValue)
		{
			fixed (int* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetNoLineNumber(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetPageBreakBefore(int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetPageBreakBefore(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out int pValue)
		{
			fixed (int* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetPageBreakBefore(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetRightIndent(float*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetRightIndent(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out float pValue)
		{
			fixed (float* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetRightIndent(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetSpaceAfter(float*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetSpaceAfter(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out float pValue)
		{
			fixed (float* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetSpaceAfter(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetSpaceBefore(float*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetSpaceBefore(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out float pValue)
		{
			fixed (float* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetSpaceBefore(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetWidowControl(int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetWidowControl(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out int pValue)
		{
			fixed (int* pValueLocal = &pValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetWidowControl(pValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetTabCount(int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetTabCount(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, out int pCount)
		{
			fixed (int* pCountLocal = &pCount)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetTabCount(pCountLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextPara.Interface.GetTab(int, float*, int*, int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetTab(this winmdroot.UI.Controls.RichEdit.ITextPara.Interface @this, int iTab, out float ptbPos, out int ptbAlign, out int ptbLeader)
		{
			fixed (int* ptbLeaderLocal = &ptbLeader)
			{
				fixed (int* ptbAlignLocal = &ptbAlign)
				{
					fixed (float* ptbPosLocal = &ptbPos)
					{
						winmdroot.Foundation.HRESULT __result = @this.GetTab(iTab, ptbPosLocal, ptbAlignLocal, ptbLeaderLocal);
						return __result;
					}
				}
			}
		}
	}
}