105 references to ILegacyIAccessibleProvider
System.Windows.Forms (16)
System\Windows\Forms\Accessibility\AccessibleObject.cs (16)
44
ILegacyIAccessibleProvider
.Interface,
74
ILegacyIAccessibleProvider
,
1129
HRESULT
ILegacyIAccessibleProvider
.Interface.Select(int flagsSelect)
1135
HRESULT
ILegacyIAccessibleProvider
.Interface.DoDefaultAction()
1141
HRESULT
ILegacyIAccessibleProvider
.Interface.SetValue(PCWSTR szValue)
1147
HRESULT
ILegacyIAccessibleProvider
.Interface.GetIAccessible(UIA.IAccessible** ppAccessible)
1173
HRESULT
ILegacyIAccessibleProvider
.Interface.get_ChildId(int* pRetVal)
1184
HRESULT
ILegacyIAccessibleProvider
.Interface.get_Name(BSTR* pszName)
1197
HRESULT
ILegacyIAccessibleProvider
.Interface.get_Value(BSTR* pszValue)
1212
HRESULT
ILegacyIAccessibleProvider
.Interface.get_Description(BSTR* pszDescription)
1225
HRESULT
ILegacyIAccessibleProvider
.Interface.get_Role(uint* pdwRole)
1236
HRESULT
ILegacyIAccessibleProvider
.Interface.get_State(uint* pdwState)
1247
HRESULT
ILegacyIAccessibleProvider
.Interface.get_Help(BSTR* pszHelp)
1260
HRESULT
ILegacyIAccessibleProvider
.Interface.get_KeyboardShortcut(BSTR* pszKeyboardShortcut)
1271
HRESULT
ILegacyIAccessibleProvider
.Interface.GetSelection(SAFEARRAY** pvarSelectedChildren)
1294
HRESULT
ILegacyIAccessibleProvider
.Interface.get_DefaultAction(BSTR* pszDefaultAction)
System.Windows.Forms.Primitives (89)
_generated\180\Windows.Win32.ILegacyIAccessibleProvider.g.cs (67)
27
:winmdroot.IVTable<
ILegacyIAccessibleProvider
,
ILegacyIAccessibleProvider
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,uint>)lpVtbl[1])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,uint>)lpVtbl[2])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this));
60
private static winmdroot.Foundation.HRESULT Select(
ILegacyIAccessibleProvider
* pThis, int flagsSelect)
90
((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this), flagsSelect).ThrowOnFailure();
96
private static winmdroot.Foundation.HRESULT DoDefaultAction(
ILegacyIAccessibleProvider
* pThis)
122
((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
138
private static winmdroot.Foundation.HRESULT SetValue(
ILegacyIAccessibleProvider
* pThis, winmdroot.Foundation.PCWSTR szValue)
168
((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this), szValue).ThrowOnFailure();
174
private static winmdroot.Foundation.HRESULT GetIAccessible(
ILegacyIAccessibleProvider
* pThis, winmdroot.UI.Accessibility.IAccessible** ppAccessible)
201
((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.UI.Accessibility.IAccessible** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
219
private static winmdroot.Foundation.HRESULT get_ChildId(
ILegacyIAccessibleProvider
* pThis, int* pRetVal)
242
return ((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this), pRetVal);
259
private static winmdroot.Foundation.HRESULT get_Name(
ILegacyIAccessibleProvider
* pThis, winmdroot.Foundation.BSTR* pszName)
282
return ((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this), pszName);
299
private static winmdroot.Foundation.HRESULT get_Value(
ILegacyIAccessibleProvider
* pThis, winmdroot.Foundation.BSTR* pszValue)
322
return ((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this), pszValue);
339
private static winmdroot.Foundation.HRESULT get_Description(
ILegacyIAccessibleProvider
* pThis, winmdroot.Foundation.BSTR* pszDescription)
362
return ((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this), pszDescription);
379
private static winmdroot.Foundation.HRESULT get_Role(
ILegacyIAccessibleProvider
* pThis, uint* pdwRole)
402
return ((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this), pdwRole);
419
private static winmdroot.Foundation.HRESULT get_State(
ILegacyIAccessibleProvider
* pThis, uint* pdwState)
442
return ((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this), pdwState);
459
private static winmdroot.Foundation.HRESULT get_Help(
ILegacyIAccessibleProvider
* pThis, winmdroot.Foundation.BSTR* pszHelp)
482
return ((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this), pszHelp);
499
private static winmdroot.Foundation.HRESULT get_KeyboardShortcut(
ILegacyIAccessibleProvider
* pThis, winmdroot.Foundation.BSTR* pszKeyboardShortcut)
522
return ((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this), pszKeyboardShortcut);
528
private static winmdroot.Foundation.HRESULT GetSelection(
ILegacyIAccessibleProvider
* pThis, winmdroot.System.Com.SAFEARRAY** pvarSelectedChildren)
555
((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
573
private static winmdroot.Foundation.HRESULT get_DefaultAction(
ILegacyIAccessibleProvider
* pThis, winmdroot.Foundation.BSTR* pszDefaultAction)
596
return ((delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((
ILegacyIAccessibleProvider
*)Unsafe.AsPointer(ref this), pszDefaultAction);
622
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
624
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,uint> AddRef_2;
626
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,uint> Release_3;
628
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,int ,winmdroot.Foundation.HRESULT> Select_4;
630
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.HRESULT> DoDefaultAction_5;
632
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetValue_6;
634
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.UI.Accessibility.IAccessible** ,winmdroot.Foundation.HRESULT> GetIAccessible_7;
636
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,int* ,winmdroot.Foundation.HRESULT> get_ChildId_8;
638
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_Name_9;
640
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_Value_10;
642
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_Description_11;
644
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,uint* ,winmdroot.Foundation.HRESULT> get_Role_12;
646
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,uint* ,winmdroot.Foundation.HRESULT> get_State_13;
648
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_Help_14;
650
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_KeyboardShortcut_15;
652
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT> GetSelection_16;
654
internal delegate *unmanaged [Stdcall]<
ILegacyIAccessibleProvider
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_DefaultAction_17;
_generated\569\Windows.Win32.UI_Accessibility_ILegacyIAccessibleProvider_Extensions.g.cs (22)
23
/// <inheritdoc cref="winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface.SetValue(winmdroot.Foundation.PCWSTR)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT SetValue(this winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface @this, string szValue)
33
/// <inheritdoc cref="winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface.get_ChildId(int*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT get_ChildId(this winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface @this, out int pRetVal)
43
/// <inheritdoc cref="winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface.get_Name(winmdroot.Foundation.BSTR*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT get_Name(this winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface @this, out winmdroot.Foundation.BSTR pszName)
53
/// <inheritdoc cref="winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface.get_Value(winmdroot.Foundation.BSTR*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT get_Value(this winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface @this, out winmdroot.Foundation.BSTR pszValue)
63
/// <inheritdoc cref="winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface.get_Description(winmdroot.Foundation.BSTR*)"/>
64
internal static unsafe winmdroot.Foundation.HRESULT get_Description(this winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface @this, out winmdroot.Foundation.BSTR pszDescription)
73
/// <inheritdoc cref="winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface.get_Role(uint*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT get_Role(this winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface @this, out uint pdwRole)
83
/// <inheritdoc cref="winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface.get_State(uint*)"/>
84
internal static unsafe winmdroot.Foundation.HRESULT get_State(this winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface @this, out uint pdwState)
93
/// <inheritdoc cref="winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface.get_Help(winmdroot.Foundation.BSTR*)"/>
94
internal static unsafe winmdroot.Foundation.HRESULT get_Help(this winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface @this, out winmdroot.Foundation.BSTR pszHelp)
103
/// <inheritdoc cref="winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface.get_KeyboardShortcut(winmdroot.Foundation.BSTR*)"/>
104
internal static unsafe winmdroot.Foundation.HRESULT get_KeyboardShortcut(this winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface @this, out winmdroot.Foundation.BSTR pszKeyboardShortcut)
113
/// <inheritdoc cref="winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface.GetSelection(winmdroot.System.Com.SAFEARRAY**)"/>
114
internal static unsafe winmdroot.Foundation.HRESULT GetSelection(this winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface @this, out winmdroot.System.Com.SAFEARRAY* pvarSelectedChildren)
123
/// <inheritdoc cref="winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface.get_DefaultAction(winmdroot.Foundation.BSTR*)"/>
124
internal static unsafe winmdroot.Foundation.HRESULT get_DefaultAction(this winmdroot.UI.Accessibility.
ILegacyIAccessibleProvider
.Interface @this, out winmdroot.Foundation.BSTR pszDefaultAction)