|
// ------------------------------------------------------------------------------
// <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_ITextRange_Extensions
{
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.GetChar(int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetChar(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, out int pChar)
{
fixed (int* pCharLocal = &pChar)
{
winmdroot.Foundation.HRESULT __result = @this.GetChar(pCharLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.GetStart(int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetStart(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, out int pcpFirst)
{
fixed (int* pcpFirstLocal = &pcpFirst)
{
winmdroot.Foundation.HRESULT __result = @this.GetStart(pcpFirstLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.GetEnd(int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetEnd(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, out int pcpLim)
{
fixed (int* pcpLimLocal = &pcpLim)
{
winmdroot.Foundation.HRESULT __result = @this.GetEnd(pcpLimLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.GetStoryLength(int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetStoryLength(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, out int pCount)
{
fixed (int* pCountLocal = &pCount)
{
winmdroot.Foundation.HRESULT __result = @this.GetStoryLength(pCountLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.GetStoryType(int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetStoryType(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, out int pValue)
{
fixed (int* pValueLocal = &pValue)
{
winmdroot.Foundation.HRESULT __result = @this.GetStoryType(pValueLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.Expand(int, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT Expand(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, int Unit, out int pDelta)
{
fixed (int* pDeltaLocal = &pDelta)
{
winmdroot.Foundation.HRESULT __result = @this.Expand(Unit, pDeltaLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.GetIndex(int, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetIndex(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, int Unit, out int pIndex)
{
fixed (int* pIndexLocal = &pIndex)
{
winmdroot.Foundation.HRESULT __result = @this.GetIndex(Unit, pIndexLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.InRange(winmdroot.UI.Controls.RichEdit.ITextRange*, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT InRange(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, winmdroot.UI.Controls.RichEdit.ITextRange* pRange, out int pValue)
{
fixed (int* pValueLocal = &pValue)
{
winmdroot.Foundation.HRESULT __result = @this.InRange(pRange, pValueLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.InStory(winmdroot.UI.Controls.RichEdit.ITextRange*, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT InStory(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, winmdroot.UI.Controls.RichEdit.ITextRange* pRange, out int pValue)
{
fixed (int* pValueLocal = &pValue)
{
winmdroot.Foundation.HRESULT __result = @this.InStory(pRange, pValueLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.IsEqual(winmdroot.UI.Controls.RichEdit.ITextRange*, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT IsEqual(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, winmdroot.UI.Controls.RichEdit.ITextRange* pRange, out int pValue)
{
fixed (int* pValueLocal = &pValue)
{
winmdroot.Foundation.HRESULT __result = @this.IsEqual(pRange, pValueLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.StartOf(int, int, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT StartOf(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, int Unit, int Extend, out int pDelta)
{
fixed (int* pDeltaLocal = &pDelta)
{
winmdroot.Foundation.HRESULT __result = @this.StartOf(Unit, Extend, pDeltaLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.EndOf(int, int, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT EndOf(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, int Unit, int Extend, out int pDelta)
{
fixed (int* pDeltaLocal = &pDelta)
{
winmdroot.Foundation.HRESULT __result = @this.EndOf(Unit, Extend, pDeltaLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.Move(int, int, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT Move(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, int Unit, int Count, out int pDelta)
{
fixed (int* pDeltaLocal = &pDelta)
{
winmdroot.Foundation.HRESULT __result = @this.Move(Unit, Count, pDeltaLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.MoveStart(int, int, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT MoveStart(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, int Unit, int Count, out int pDelta)
{
fixed (int* pDeltaLocal = &pDelta)
{
winmdroot.Foundation.HRESULT __result = @this.MoveStart(Unit, Count, pDeltaLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.MoveEnd(int, int, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT MoveEnd(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, int Unit, int Count, out int pDelta)
{
fixed (int* pDeltaLocal = &pDelta)
{
winmdroot.Foundation.HRESULT __result = @this.MoveEnd(Unit, Count, pDeltaLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.MoveWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT MoveWhile(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
{
fixed (int* pDeltaLocal = &pDelta)
{
fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset)
{
winmdroot.Foundation.HRESULT __result = @this.MoveWhile(CsetLocal, Count, pDeltaLocal);
return __result;
}
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.MoveStartWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT MoveStartWhile(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
{
fixed (int* pDeltaLocal = &pDelta)
{
fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset)
{
winmdroot.Foundation.HRESULT __result = @this.MoveStartWhile(CsetLocal, Count, pDeltaLocal);
return __result;
}
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.MoveEndWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT MoveEndWhile(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
{
fixed (int* pDeltaLocal = &pDelta)
{
fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset)
{
winmdroot.Foundation.HRESULT __result = @this.MoveEndWhile(CsetLocal, Count, pDeltaLocal);
return __result;
}
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.MoveUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT MoveUntil(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
{
fixed (int* pDeltaLocal = &pDelta)
{
fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset)
{
winmdroot.Foundation.HRESULT __result = @this.MoveUntil(CsetLocal, Count, pDeltaLocal);
return __result;
}
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.MoveStartUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT MoveStartUntil(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
{
fixed (int* pDeltaLocal = &pDelta)
{
fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset)
{
winmdroot.Foundation.HRESULT __result = @this.MoveStartUntil(CsetLocal, Count, pDeltaLocal);
return __result;
}
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.MoveEndUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT MoveEndUntil(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta)
{
fixed (int* pDeltaLocal = &pDelta)
{
fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset)
{
winmdroot.Foundation.HRESULT __result = @this.MoveEndUntil(CsetLocal, Count, pDeltaLocal);
return __result;
}
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.FindText(winmdroot.Foundation.BSTR, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT FindText(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
{
fixed (int* pLengthLocal = &pLength)
{
winmdroot.Foundation.HRESULT __result = @this.FindText(bstr, Count, Flags, pLengthLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.FindTextStart(winmdroot.Foundation.BSTR, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT FindTextStart(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
{
fixed (int* pLengthLocal = &pLength)
{
winmdroot.Foundation.HRESULT __result = @this.FindTextStart(bstr, Count, Flags, pLengthLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.FindTextEnd(winmdroot.Foundation.BSTR, int, winmdroot.UI.Controls.RichEdit.tomConstants, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT FindTextEnd(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, winmdroot.Foundation.BSTR bstr, int Count, winmdroot.UI.Controls.RichEdit.tomConstants Flags, out int pLength)
{
fixed (int* pLengthLocal = &pLength)
{
winmdroot.Foundation.HRESULT __result = @this.FindTextEnd(bstr, Count, Flags, pLengthLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.Delete(int, int, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT Delete(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, int Unit, int Count, out int pDelta)
{
fixed (int* pDeltaLocal = &pDelta)
{
winmdroot.Foundation.HRESULT __result = @this.Delete(Unit, Count, pDeltaLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.Cut(winmdroot.System.Variant.VARIANT*)"/>
internal static unsafe winmdroot.Foundation.HRESULT Cut(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, out winmdroot.System.Variant.VARIANT pVar)
{
fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar)
{
winmdroot.Foundation.HRESULT __result = @this.Cut(pVarLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.Copy(winmdroot.System.Variant.VARIANT*)"/>
internal static unsafe winmdroot.Foundation.HRESULT Copy(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, out winmdroot.System.Variant.VARIANT pVar)
{
fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar)
{
winmdroot.Foundation.HRESULT __result = @this.Copy(pVarLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.Paste(winmdroot.System.Variant.VARIANT*, int)"/>
internal static unsafe winmdroot.Foundation.HRESULT Paste(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, in winmdroot.System.Variant.VARIANT pVar, int Format)
{
fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar)
{
winmdroot.Foundation.HRESULT __result = @this.Paste(pVarLocal, Format);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.CanPaste(winmdroot.System.Variant.VARIANT*, int, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT CanPaste(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, in winmdroot.System.Variant.VARIANT pVar, int Format, out int pValue)
{
fixed (int* pValueLocal = &pValue)
{
fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar)
{
winmdroot.Foundation.HRESULT __result = @this.CanPaste(pVarLocal, Format, pValueLocal);
return __result;
}
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.CanEdit(int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT CanEdit(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, out int pValue)
{
fixed (int* pValueLocal = &pValue)
{
winmdroot.Foundation.HRESULT __result = @this.CanEdit(pValueLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.GetPoint(winmdroot.UI.Controls.RichEdit.tomConstants, int*, int*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetPoint(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, winmdroot.UI.Controls.RichEdit.tomConstants Type, out int px, out int py)
{
fixed (int* pyLocal = &py)
{
fixed (int* pxLocal = &px)
{
winmdroot.Foundation.HRESULT __result = @this.GetPoint(Type, pxLocal, pyLocal);
return __result;
}
}
}
}
}
|