File: _generated\565\Windows.Win32.UI_Accessibility_IAccessible_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 UI_Accessibility_IAccessible_Extensions
	{
		/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accChildCount(int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_accChildCount(this winmdroot.UI.Accessibility.IAccessible.Interface @this, out int pcountChildren)
		{
			fixed (int* pcountChildrenLocal = &pcountChildren)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_accChildCount(pcountChildrenLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accName(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_accName(this winmdroot.UI.Accessibility.IAccessible.Interface @this, winmdroot.System.Variant.VARIANT varChild, out winmdroot.Foundation.BSTR pszName)
		{
			fixed (winmdroot.Foundation.BSTR* pszNameLocal = &pszName)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_accName(varChild, pszNameLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accValue(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_accValue(this winmdroot.UI.Accessibility.IAccessible.Interface @this, winmdroot.System.Variant.VARIANT varChild, out winmdroot.Foundation.BSTR pszValue)
		{
			fixed (winmdroot.Foundation.BSTR* pszValueLocal = &pszValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_accValue(varChild, pszValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accDescription(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_accDescription(this winmdroot.UI.Accessibility.IAccessible.Interface @this, winmdroot.System.Variant.VARIANT varChild, out winmdroot.Foundation.BSTR pszDescription)
		{
			fixed (winmdroot.Foundation.BSTR* pszDescriptionLocal = &pszDescription)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_accDescription(varChild, pszDescriptionLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accRole(winmdroot.System.Variant.VARIANT, winmdroot.System.Variant.VARIANT*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_accRole(this winmdroot.UI.Accessibility.IAccessible.Interface @this, winmdroot.System.Variant.VARIANT varChild, out winmdroot.System.Variant.VARIANT pvarRole)
		{
			fixed (winmdroot.System.Variant.VARIANT* pvarRoleLocal = &pvarRole)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_accRole(varChild, pvarRoleLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accState(winmdroot.System.Variant.VARIANT, winmdroot.System.Variant.VARIANT*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_accState(this winmdroot.UI.Accessibility.IAccessible.Interface @this, winmdroot.System.Variant.VARIANT varChild, out winmdroot.System.Variant.VARIANT pvarState)
		{
			fixed (winmdroot.System.Variant.VARIANT* pvarStateLocal = &pvarState)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_accState(varChild, pvarStateLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accHelp(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_accHelp(this winmdroot.UI.Accessibility.IAccessible.Interface @this, winmdroot.System.Variant.VARIANT varChild, out winmdroot.Foundation.BSTR pszHelp)
		{
			fixed (winmdroot.Foundation.BSTR* pszHelpLocal = &pszHelp)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_accHelp(varChild, pszHelpLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accHelpTopic(winmdroot.Foundation.BSTR*, winmdroot.System.Variant.VARIANT, int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_accHelpTopic(this winmdroot.UI.Accessibility.IAccessible.Interface @this, out winmdroot.Foundation.BSTR pszHelpFile, winmdroot.System.Variant.VARIANT varChild, out int pidTopic)
		{
			fixed (int* pidTopicLocal = &pidTopic)
			{
				fixed (winmdroot.Foundation.BSTR* pszHelpFileLocal = &pszHelpFile)
				{
					winmdroot.Foundation.HRESULT __result = @this.get_accHelpTopic(pszHelpFileLocal, varChild, pidTopicLocal);
					return __result;
				}
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accKeyboardShortcut(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_accKeyboardShortcut(this winmdroot.UI.Accessibility.IAccessible.Interface @this, winmdroot.System.Variant.VARIANT varChild, out winmdroot.Foundation.BSTR pszKeyboardShortcut)
		{
			fixed (winmdroot.Foundation.BSTR* pszKeyboardShortcutLocal = &pszKeyboardShortcut)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_accKeyboardShortcut(varChild, pszKeyboardShortcutLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accFocus(winmdroot.System.Variant.VARIANT*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_accFocus(this winmdroot.UI.Accessibility.IAccessible.Interface @this, out winmdroot.System.Variant.VARIANT pvarChild)
		{
			fixed (winmdroot.System.Variant.VARIANT* pvarChildLocal = &pvarChild)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_accFocus(pvarChildLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accSelection(winmdroot.System.Variant.VARIANT*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_accSelection(this winmdroot.UI.Accessibility.IAccessible.Interface @this, out winmdroot.System.Variant.VARIANT pvarChildren)
		{
			fixed (winmdroot.System.Variant.VARIANT* pvarChildrenLocal = &pvarChildren)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_accSelection(pvarChildrenLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accDefaultAction(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_accDefaultAction(this winmdroot.UI.Accessibility.IAccessible.Interface @this, winmdroot.System.Variant.VARIANT varChild, out winmdroot.Foundation.BSTR pszDefaultAction)
		{
			fixed (winmdroot.Foundation.BSTR* pszDefaultActionLocal = &pszDefaultAction)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_accDefaultAction(varChild, pszDefaultActionLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.accLocation(int*, int*, int*, int*, winmdroot.System.Variant.VARIANT)"/>
		internal static unsafe winmdroot.Foundation.HRESULT accLocation(this winmdroot.UI.Accessibility.IAccessible.Interface @this, out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, winmdroot.System.Variant.VARIANT varChild)
		{
			fixed (int* pcyHeightLocal = &pcyHeight)
			{
				fixed (int* pcxWidthLocal = &pcxWidth)
				{
					fixed (int* pyTopLocal = &pyTop)
					{
						fixed (int* pxLeftLocal = &pxLeft)
						{
							winmdroot.Foundation.HRESULT __result = @this.accLocation(pxLeftLocal, pyTopLocal, pcxWidthLocal, pcyHeightLocal, varChild);
							return __result;
						}
					}
				}
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.accNavigate(int, winmdroot.System.Variant.VARIANT, winmdroot.System.Variant.VARIANT*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT accNavigate(this winmdroot.UI.Accessibility.IAccessible.Interface @this, int navDir, winmdroot.System.Variant.VARIANT varStart, out winmdroot.System.Variant.VARIANT pvarEndUpAt)
		{
			fixed (winmdroot.System.Variant.VARIANT* pvarEndUpAtLocal = &pvarEndUpAt)
			{
				winmdroot.Foundation.HRESULT __result = @this.accNavigate(navDir, varStart, pvarEndUpAtLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.accHitTest(int, int, winmdroot.System.Variant.VARIANT*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT accHitTest(this winmdroot.UI.Accessibility.IAccessible.Interface @this, int xLeft, int yTop, out winmdroot.System.Variant.VARIANT pvarChild)
		{
			fixed (winmdroot.System.Variant.VARIANT* pvarChildLocal = &pvarChild)
			{
				winmdroot.Foundation.HRESULT __result = @this.accHitTest(xLeft, yTop, pvarChildLocal);
				return __result;
			}
		}
	}
}