File: _generated\569\Windows.Win32.UI_Accessibility_ILegacyIAccessibleProvider_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_ILegacyIAccessibleProvider_Extensions
	{
		/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface.SetValue(winmdroot.Foundation.PCWSTR)"/>
		internal static unsafe winmdroot.Foundation.HRESULT SetValue(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface @this, string szValue)
		{
			fixed (char* szValueLocal = szValue)
			{
				winmdroot.Foundation.HRESULT __result = @this.SetValue(szValueLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface.get_ChildId(int*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_ChildId(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface @this, out int pRetVal)
		{
			fixed (int* pRetValLocal = &pRetVal)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_ChildId(pRetValLocal);
				return __result;
			}
		}

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

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

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

		/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface.get_Role(uint*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_Role(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface @this, out uint pdwRole)
		{
			fixed (uint* pdwRoleLocal = &pdwRole)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_Role(pdwRoleLocal);
				return __result;
			}
		}

		/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface.get_State(uint*)"/>
		internal static unsafe winmdroot.Foundation.HRESULT get_State(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface @this, out uint pdwState)
		{
			fixed (uint* pdwStateLocal = &pdwState)
			{
				winmdroot.Foundation.HRESULT __result = @this.get_State(pdwStateLocal);
				return __result;
			}
		}

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

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

		/// <inheritdoc cref="winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface.GetSelection(winmdroot.System.Com.SAFEARRAY**)"/>
		internal static unsafe winmdroot.Foundation.HRESULT GetSelection(this winmdroot.UI.Accessibility.ILegacyIAccessibleProvider.Interface @this, out winmdroot.System.Com.SAFEARRAY* pvarSelectedChildren)
		{
			fixed (winmdroot.System.Com.SAFEARRAY** pvarSelectedChildrenLocal = &pvarSelectedChildren)
			{
				winmdroot.Foundation.HRESULT __result = @this.GetSelection(pvarSelectedChildrenLocal);
				return __result;
			}
		}

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