|
// ------------------------------------------------------------------------------
// <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_Accessibility_IUIAutomationElement_Extensions
{
/// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetRuntimeId(winmdroot.System.Com.SAFEARRAY**)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetRuntimeId(this winmdroot.UI.Accessibility.IUIAutomationElement.Interface @this, out winmdroot.System.Com.SAFEARRAY* runtimeId)
{
fixed (winmdroot.System.Com.SAFEARRAY** runtimeIdLocal = &runtimeId)
{
winmdroot.Foundation.HRESULT __result = @this.GetRuntimeId(runtimeIdLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetCurrentPropertyValue(winmdroot.UI.Accessibility.UIA_PROPERTY_ID, winmdroot.System.Variant.VARIANT*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetCurrentPropertyValue(this winmdroot.UI.Accessibility.IUIAutomationElement.Interface @this, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, out winmdroot.System.Variant.VARIANT retVal)
{
fixed (winmdroot.System.Variant.VARIANT* retValLocal = &retVal)
{
winmdroot.Foundation.HRESULT __result = @this.GetCurrentPropertyValue(propertyId, retValLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetCurrentPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID, winmdroot.Foundation.BOOL, winmdroot.System.Variant.VARIANT*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetCurrentPropertyValueEx(this winmdroot.UI.Accessibility.IUIAutomationElement.Interface @this, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, out winmdroot.System.Variant.VARIANT retVal)
{
fixed (winmdroot.System.Variant.VARIANT* retValLocal = &retVal)
{
winmdroot.Foundation.HRESULT __result = @this.GetCurrentPropertyValueEx(propertyId, ignoreDefaultValue, retValLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetCachedPropertyValue(winmdroot.UI.Accessibility.UIA_PROPERTY_ID, winmdroot.System.Variant.VARIANT*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetCachedPropertyValue(this winmdroot.UI.Accessibility.IUIAutomationElement.Interface @this, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, out winmdroot.System.Variant.VARIANT retVal)
{
fixed (winmdroot.System.Variant.VARIANT* retValLocal = &retVal)
{
winmdroot.Foundation.HRESULT __result = @this.GetCachedPropertyValue(propertyId, retValLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetCachedPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID, winmdroot.Foundation.BOOL, winmdroot.System.Variant.VARIANT*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetCachedPropertyValueEx(this winmdroot.UI.Accessibility.IUIAutomationElement.Interface @this, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, out winmdroot.System.Variant.VARIANT retVal)
{
fixed (winmdroot.System.Variant.VARIANT* retValLocal = &retVal)
{
winmdroot.Foundation.HRESULT __result = @this.GetCachedPropertyValueEx(propertyId, ignoreDefaultValue, retValLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetCurrentPatternAs(winmdroot.UI.Accessibility.UIA_PATTERN_ID, global::System.Guid*, void**)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetCurrentPatternAs(this winmdroot.UI.Accessibility.IUIAutomationElement.Interface @this, winmdroot.UI.Accessibility.UIA_PATTERN_ID patternId, in global::System.Guid riid, out void* patternObject)
{
fixed (void** patternObjectLocal = &patternObject)
{
fixed (global::System.Guid* riidLocal = &riid)
{
winmdroot.Foundation.HRESULT __result = @this.GetCurrentPatternAs(patternId, riidLocal, patternObjectLocal);
return __result;
}
}
}
/// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetCachedPatternAs(winmdroot.UI.Accessibility.UIA_PATTERN_ID, global::System.Guid*, void**)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetCachedPatternAs(this winmdroot.UI.Accessibility.IUIAutomationElement.Interface @this, winmdroot.UI.Accessibility.UIA_PATTERN_ID patternId, in global::System.Guid riid, out void* patternObject)
{
fixed (void** patternObjectLocal = &patternObject)
{
fixed (global::System.Guid* riidLocal = &riid)
{
winmdroot.Foundation.HRESULT __result = @this.GetCachedPatternAs(patternId, riidLocal, patternObjectLocal);
return __result;
}
}
}
/// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.get_CurrentBoundingRectangle(winmdroot.Foundation.RECT*)"/>
internal static unsafe winmdroot.Foundation.HRESULT get_CurrentBoundingRectangle(this winmdroot.UI.Accessibility.IUIAutomationElement.Interface @this, out winmdroot.Foundation.RECT retVal)
{
fixed (winmdroot.Foundation.RECT* retValLocal = &retVal)
{
winmdroot.Foundation.HRESULT __result = @this.get_CurrentBoundingRectangle(retValLocal);
return __result;
}
}
/// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetClickablePoint(global::System.Drawing.Point*, winmdroot.Foundation.BOOL*)"/>
internal static unsafe winmdroot.Foundation.HRESULT GetClickablePoint(this winmdroot.UI.Accessibility.IUIAutomationElement.Interface @this, out global::System.Drawing.Point clickable, out winmdroot.Foundation.BOOL gotClickable)
{
fixed (winmdroot.Foundation.BOOL* gotClickableLocal = &gotClickable)
{
fixed (global::System.Drawing.Point* clickableLocal = &clickable)
{
winmdroot.Foundation.HRESULT __result = @this.GetClickablePoint(clickableLocal, gotClickableLocal);
return __result;
}
}
}
}
}
|