13 instantiations of VARIANT
System.Private.Windows.Core (9)
Windows\Win32\System\Com\SafeArrayScope.cs (1)
249public static explicit operator VARIANT(in SafeArrayScope<T> scope) => new() { vt = VARENUM.VT_ARRAY | scope.Value->VarType, data = new() { parray = (SAFEARRAY*)scope._value } };
Windows\Win32\System\Variant\VARIANT.cs (8)
26VARIANT variant = new() { vt = VT_BOOL }; 893=> new() 905=> new() 918=> new() 931=> new() 940=> new() 959=> new() 975=> new()
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\AccessibleObject.cs (2)
1618return new VARIANT() 2668return new VARIANT()
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
917return new VARIANT()
Windows\Win32\UI\Accessibility\UIAHelper.cs (1)
29=> new()
4915 references to VARIANT
System.Private.Windows.Core (156)
_generated\129\Windows.Win32.IDispatch.g.cs (8)
130 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 132 internal unsafe winmdroot.Foundation.HRESULT Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 138 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 153 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 160 winmdroot.Foundation.HRESULT __result = this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 192 public unsafe winmdroot.Foundation.HRESULT Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 194 return ((delegate *unmanaged [Stdcall]<IDispatch*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IDispatch*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr); 232 internal delegate *unmanaged [Stdcall]<IDispatch*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\130\Windows.Win32.IDispatchEx.g.cs (18)
99 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 101 internal unsafe winmdroot.Foundation.HRESULT Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 107 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 122 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 129 winmdroot.Foundation.HRESULT __result = this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 135 public unsafe winmdroot.Foundation.HRESULT Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 137 return ((delegate *unmanaged [Stdcall]<IDispatchEx*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IDispatchEx*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr); 176 /// <inheritdoc cref="InvokeEx(int, uint, ushort, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, winmdroot.System.Com.IServiceProvider*)"/> 178 internal unsafe winmdroot.Foundation.HRESULT InvokeEx(int id, uint lcid, ushort wFlags, in winmdroot.System.Com.DISPPARAMS pdp, out winmdroot.System.Variant.VARIANT pvarRes, out winmdroot.System.Com.EXCEPINFO pei, [Optional] winmdroot.System.Com.IServiceProvider* pspCaller) 182 fixed (winmdroot.System.Variant.VARIANT* pvarResLocal = &pvarRes) 193 /// <inheritdoc cref="InvokeEx(int, uint, ushort, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, winmdroot.System.Com.IServiceProvider*)"/> 198 winmdroot.Foundation.HRESULT __result = this.InvokeEx(id, lcid, wFlags, pdpLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), pspCaller); 206 private static winmdroot.Foundation.HRESULT InvokeEx(IDispatchEx* pThis, int id, uint lcid, ushort wFlags, winmdroot.System.Com.DISPPARAMS* pdp, [Optional] winmdroot.System.Variant.VARIANT* pvarRes, [Optional] winmdroot.System.Com.EXCEPINFO* pei, [Optional] winmdroot.System.Com.IServiceProvider* pspCaller) 223 public unsafe winmdroot.Foundation.HRESULT InvokeEx(int id, uint lcid, ushort wFlags, winmdroot.System.Com.DISPPARAMS* pdp, [Optional] winmdroot.System.Variant.VARIANT* pvarRes, [Optional] winmdroot.System.Com.EXCEPINFO* pei, [Optional] winmdroot.System.Com.IServiceProvider* pspCaller) 225 return ((delegate *unmanaged [Stdcall]<IDispatchEx*,int ,uint ,ushort ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,winmdroot.System.Com.IServiceProvider* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IDispatchEx*)Unsafe.AsPointer(ref this), id, lcid, wFlags, pdp, pvarRes, pei, pspCaller); 446 internal delegate *unmanaged [Stdcall]<IDispatchEx*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 450 internal delegate *unmanaged [Stdcall]<IDispatchEx*,int ,uint ,ushort ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,winmdroot.System.Com.IServiceProvider* ,winmdroot.Foundation.HRESULT> InvokeEx_9; 498 unsafe winmdroot.Foundation.HRESULT InvokeEx(int id, uint lcid, ushort wFlags, winmdroot.System.Com.DISPPARAMS* pdp, [Optional] winmdroot.System.Variant.VARIANT* pvarRes, [Optional] winmdroot.System.Com.EXCEPINFO* pei, [Optional] winmdroot.System.Com.IServiceProvider* pspCaller);
_generated\155\Windows.Win32.IPictureDisp.g.cs (8)
100 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 102 internal unsafe winmdroot.Foundation.HRESULT Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 108 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 123 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 130 winmdroot.Foundation.HRESULT __result = this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 136 public unsafe winmdroot.Foundation.HRESULT Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 138 return ((delegate *unmanaged [Stdcall]<IPictureDisp*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IPictureDisp*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr); 176 internal delegate *unmanaged [Stdcall]<IPictureDisp*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\156\Windows.Win32.IRecordInfo.g.cs (32)
321 /// <inheritdoc cref="GetField(void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 323 internal unsafe winmdroot.Foundation.HRESULT GetField(void* pvData, string szFieldName, out winmdroot.System.Variant.VARIANT pvarField) 325 fixed (winmdroot.System.Variant.VARIANT* pvarFieldLocal = &pvarField) 338 private static winmdroot.Foundation.HRESULT GetField(IRecordInfo* pThis, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField) 367 public unsafe winmdroot.Foundation.HRESULT GetField(void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField) 369 return ((delegate *unmanaged [Stdcall]<IRecordInfo*,void* ,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IRecordInfo*)Unsafe.AsPointer(ref this), pvData, szFieldName, pvarField); 372 /// <inheritdoc cref="GetFieldNoCopy(void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*, void**)"/> 374 internal unsafe winmdroot.Foundation.HRESULT GetFieldNoCopy(void* pvData, string szFieldName, out winmdroot.System.Variant.VARIANT pvarField, out void* ppvDataCArray) 378 fixed (winmdroot.System.Variant.VARIANT* pvarFieldLocal = &pvarField) 392 private static winmdroot.Foundation.HRESULT GetFieldNoCopy(IRecordInfo* pThis, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField, void** ppvDataCArray) 422 public unsafe winmdroot.Foundation.HRESULT GetFieldNoCopy(void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField, void** ppvDataCArray) 424 return ((delegate *unmanaged [Stdcall]<IRecordInfo*,void* ,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IRecordInfo*)Unsafe.AsPointer(ref this), pvData, szFieldName, pvarField, ppvDataCArray); 427 /// <inheritdoc cref="PutField(uint, void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 429 internal unsafe winmdroot.Foundation.HRESULT PutField(uint wFlags, void* pvData, string szFieldName, in winmdroot.System.Variant.VARIANT pvarField) 431 fixed (winmdroot.System.Variant.VARIANT* pvarFieldLocal = &pvarField) 444 private static winmdroot.Foundation.HRESULT PutField(IRecordInfo* pThis, uint wFlags, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField) 476 public unsafe winmdroot.Foundation.HRESULT PutField(uint wFlags, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField) 478 return ((delegate *unmanaged [Stdcall]<IRecordInfo*,uint ,void* ,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IRecordInfo*)Unsafe.AsPointer(ref this), wFlags, pvData, szFieldName, pvarField); 481 /// <inheritdoc cref="PutFieldNoCopy(uint, void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 483 internal unsafe winmdroot.Foundation.HRESULT PutFieldNoCopy(uint wFlags, void* pvData, string szFieldName, in winmdroot.System.Variant.VARIANT pvarField) 485 fixed (winmdroot.System.Variant.VARIANT* pvarFieldLocal = &pvarField) 498 private static winmdroot.Foundation.HRESULT PutFieldNoCopy(IRecordInfo* pThis, uint wFlags, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField) 527 public unsafe winmdroot.Foundation.HRESULT PutFieldNoCopy(uint wFlags, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField) 529 return ((delegate *unmanaged [Stdcall]<IRecordInfo*,uint ,void* ,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IRecordInfo*)Unsafe.AsPointer(ref this), wFlags, pvData, szFieldName, pvarField); 768 internal delegate *unmanaged [Stdcall]<IRecordInfo*,void* ,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetField_11; 770 internal delegate *unmanaged [Stdcall]<IRecordInfo*,void* ,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,void** ,winmdroot.Foundation.HRESULT> GetFieldNoCopy_12; 772 internal delegate *unmanaged [Stdcall]<IRecordInfo*,uint ,void* ,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> PutField_13; 774 internal delegate *unmanaged [Stdcall]<IRecordInfo*,uint ,void* ,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> PutFieldNoCopy_14; 846 unsafe winmdroot.Foundation.HRESULT GetField(void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField); 849 unsafe winmdroot.Foundation.HRESULT GetFieldNoCopy(void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField, void** ppvDataCArray); 852 unsafe winmdroot.Foundation.HRESULT PutField(uint wFlags, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField); 855 unsafe winmdroot.Foundation.HRESULT PutFieldNoCopy(uint wFlags, void* pvData, winmdroot.Foundation.PCWSTR szFieldName, winmdroot.System.Variant.VARIANT* pvarField);
_generated\163\Windows.Win32.ITypeInfo.g.cs (8)
413 /// <inheritdoc cref="Invoke(void*, int, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 415 internal unsafe winmdroot.Foundation.HRESULT Invoke(void* pvInstance, int memid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, ref winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 421 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 436 private static winmdroot.Foundation.HRESULT Invoke(ITypeInfo* pThis, void* pvInstance, int memid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, winmdroot.System.Variant.VARIANT* pVarResult, winmdroot.System.Com.EXCEPINFO* pExcepInfo, uint* puArgErr) 476 public unsafe winmdroot.Foundation.HRESULT Invoke(void* pvInstance, int memid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, winmdroot.System.Variant.VARIANT* pVarResult, winmdroot.System.Com.EXCEPINFO* pExcepInfo, uint* puArgErr) 478 return ((delegate *unmanaged [Stdcall]<ITypeInfo*,void* ,int ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((ITypeInfo*)Unsafe.AsPointer(ref this), pvInstance, memid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr); 1002 internal delegate *unmanaged [Stdcall]<ITypeInfo*,void* ,int ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_12; 1090 unsafe winmdroot.Foundation.HRESULT Invoke(void* pvInstance, int memid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, winmdroot.System.Variant.VARIANT* pVarResult, winmdroot.System.Com.EXCEPINFO* pExcepInfo, uint* puArgErr);
_generated\185\Windows.Win32.PARAMDESCEX.g.cs (1)
33 internal winmdroot.System.Variant.VARIANT varDefaultValue;
_generated\246\Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (3)
102 /// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.Invoke(void*, int, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 103 internal static unsafe winmdroot.Foundation.HRESULT Invoke(this winmdroot.System.Com.ITypeInfo.Interface @this, void* pvInstance, int memid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, ref winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 109 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult)
_generated\251\Windows.Win32.System_Ole_IDispatchEx_Extensions.g.cs (5)
33 /// <inheritdoc cref="winmdroot.System.Ole.IDispatchEx.Interface.InvokeEx(int, uint, ushort, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, winmdroot.System.Com.IServiceProvider*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT InvokeEx(this winmdroot.System.Ole.IDispatchEx.Interface @this, int id, uint lcid, ushort wFlags, in winmdroot.System.Com.DISPPARAMS pdp, out winmdroot.System.Variant.VARIANT pvarRes, out winmdroot.System.Com.EXCEPINFO pei, [Optional] winmdroot.System.Com.IServiceProvider* pspCaller) 38 fixed (winmdroot.System.Variant.VARIANT* pvarResLocal = &pvarRes) 49 /// <inheritdoc cref="winmdroot.System.Ole.IDispatchEx.Interface.InvokeEx(int, uint, ushort, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, winmdroot.System.Com.IServiceProvider*)"/> 54 winmdroot.Foundation.HRESULT __result = @this.InvokeEx(id, lcid, wFlags, pdpLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), pspCaller);
_generated\254\Windows.Win32.System_Ole_IRecordInfo_Extensions.g.cs (12)
53 /// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.GetField(void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT GetField(this winmdroot.System.Ole.IRecordInfo.Interface @this, void* pvData, string szFieldName, out winmdroot.System.Variant.VARIANT pvarField) 56 fixed (winmdroot.System.Variant.VARIANT* pvarFieldLocal = &pvarField) 66 /// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.GetFieldNoCopy(void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*, void**)"/> 67 internal static unsafe winmdroot.Foundation.HRESULT GetFieldNoCopy(this winmdroot.System.Ole.IRecordInfo.Interface @this, void* pvData, string szFieldName, out winmdroot.System.Variant.VARIANT pvarField, out void* ppvDataCArray) 71 fixed (winmdroot.System.Variant.VARIANT* pvarFieldLocal = &pvarField) 82 /// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.PutField(uint, void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 83 internal static unsafe winmdroot.Foundation.HRESULT PutField(this winmdroot.System.Ole.IRecordInfo.Interface @this, uint wFlags, void* pvData, string szFieldName, in winmdroot.System.Variant.VARIANT pvarField) 85 fixed (winmdroot.System.Variant.VARIANT* pvarFieldLocal = &pvarField) 95 /// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.PutFieldNoCopy(uint, void*, winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 96 internal static unsafe winmdroot.Foundation.HRESULT PutFieldNoCopy(this winmdroot.System.Ole.IRecordInfo.Interface @this, uint wFlags, void* pvData, string szFieldName, in winmdroot.System.Variant.VARIANT pvarField) 98 fixed (winmdroot.System.Variant.VARIANT* pvarFieldLocal = &pvarField)
_generated\268\Windows.Win32.VARDESC.g.cs (1)
54 internal unsafe winmdroot.System.Variant.VARIANT* lpvarValue;
_generated\272\Windows.Win32.VARIANT.g.cs (1)
149 internal unsafe winmdroot.System.Variant.VARIANT* pvarVal;
_generated\57\Windows.Win32.DISPPARAMS.g.cs (1)
33 internal unsafe winmdroot.System.Variant.VARIANT* rgvarg;
Windows\Win32\Foundation\HRESULT.cs (1)
88/// Visual Basic 6 and VBA raise this when objects have been collected or <see cref="VARIANT"/> values
Windows\Win32\System\Com\IDispatch.cs (6)
17VARIANT* pVar, 25VARIANT* pVar, 76internal VARIANT GetProperty( 83internal VARIANT GetProperty( 87VARIANT variant = default; 92public HRESULT SetPropertyValue(int dispatchId, VARIANT value, out string? errorText)
Windows\Win32\System\Com\IDispatch.Interface.cs (2)
39VARIANT* pVarResult, 76VARIANT* pVarResult,
Windows\Win32\System\Com\SAFEARRAY.cs (1)
55else if (hardwiredType == FADF_VARIANT && cbElements == sizeof(VARIANT))
Windows\Win32\System\Com\SafeArrayScope.cs (5)
172using VARIANT result = GetElement<VARIANT>(i); 184using VARIANT variant = VARIANT.FromObject(value); 249public static explicit operator VARIANT(in SafeArrayScope<T> scope) => new() { vt = VARENUM.VT_ARRAY | scope.Value->VarType, data = new() { parray = (SAFEARRAY*)scope._value } };
Windows\Win32\System\Variant\VARIANT.cs (39)
18public static VARIANT Empty { get; } 20public static VARIANT True { get; } = CreateBoolVariant(value: true); 22public static VARIANT False { get; } = CreateBoolVariant(value: false); 24private static VARIANT CreateBoolVariant(bool value) 26VARIANT variant = new() { vt = VT_BOOL }; 81fixed (VARIANT* thisVariant = &this) 191VARIANT* pVariant = (VARIANT*)data; 409Span<VARIANT> data = new(psa->pvData, array.Length); 619VARIANT data = psa->GetValue<VARIANT>(indices); 732return (uint)sizeof(VARIANT); 858Span<VARIANT> data = new(ca.pElems, (int)ca.cElems); 880public static explicit operator bool(VARIANT value) 884public static explicit operator VARIANT(bool value) 888public static explicit operator short(VARIANT value) 892public static explicit operator VARIANT(short value) 900public static explicit operator int(VARIANT value) 904public static explicit operator VARIANT(int value) 913public static explicit operator uint(VARIANT value) 917public static explicit operator VARIANT(uint value) 926public static explicit operator BSTR(VARIANT value) 930public static explicit operator VARIANT(string value) 939public static explicit operator VARIANT(BSTR value) 947public static explicit operator CY(VARIANT value) 950public static explicit operator decimal(VARIANT value) => value.vt switch 958public static explicit operator VARIANT(IUnknown* value) 966public static explicit operator IUnknown*(VARIANT value) 970public static explicit operator double(VARIANT value) 974public static explicit operator VARIANT(double value) 985/// Converts the given object to <see cref="VARIANT"/>. 987public static VARIANT FromObject(object? value) 996return (VARIANT)stringValue; 1000return (VARIANT)boolValue; 1004return (VARIANT)shortValue; 1008return (VARIANT)intValue; 1012return (VARIANT)uintValue; 1016return (VARIANT)doubleValue; 1022VARIANT variant = default;
Windows\Win32\System\Variant\VARIANTVector.cs (4)
8public VARIANT[] Variants; 18var variants = new VARIANT[values.Length]; 19fixed (VARIANT* pVariants = variants) 32foreach (VARIANT variant in Variants)
System.Windows.Forms (729)
System\Windows\Forms\Accessibility\AccessibleObject.cs (119)
107private protected static VARIANT CHILDID_SELF { get; } = (VARIANT)(int)PInvoke.CHILDID_SELF; 213/// Determines if <see cref="GetKeyboardShortcutInternal(VARIANT)"/> can be called without calling <see cref="KeyboardShortcut"/> 225internal virtual BSTR GetKeyboardShortcutInternal(VARIANT childID) => SystemIAccessible.TryGetKeyboardShortcut(childID); 403/// Mechanism for overriding default <see cref="UIA.IAccessible.accNavigate(int, VARIANT, VARIANT*)"/> 447private VARIANT GetSystemIAccessibleFocus() 452return VARIANT.Empty; 455result = accessible.Value->get_accFocus(out VARIANT focus); 459return VARIANT.Empty; 515private VARIANT TryGetSystemIAccessibleSelection() 520return VARIANT.Empty; 523result = accessible.Value->get_accSelection(out VARIANT selection); 527return VARIANT.Empty; 558result = accessible.Value->accHitTest(x, y, out VARIANT child); 604/// element in the form of a <see cref="VARIANT"/>. See 606/// which outlines how the <see cref="VARIANT"/> should be defined for each <see cref="UIA_PROPERTY_ID"/> 610/// <returns>The requested value if supported or <see cref="VARIANT.Empty"/> if it is not.</returns> 611internal virtual VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 614UIA_PROPERTY_ID.UIA_AccessKeyPropertyId => (VARIANT)(KeyboardShortcut ?? string.Empty), 615UIA_PROPERTY_ID.UIA_AutomationIdPropertyId => AutomationId is null ? VARIANT.Empty : (VARIANT)AutomationId, 617UIA_PROPERTY_ID.UIA_FrameworkIdPropertyId => (VARIANT)"WinForm", 618UIA_PROPERTY_ID.UIA_IsExpandCollapsePatternAvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_ExpandCollapsePatternId), 619UIA_PROPERTY_ID.UIA_IsGridItemPatternAvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_GridItemPatternId), 620UIA_PROPERTY_ID.UIA_IsGridPatternAvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_GridPatternId), 621UIA_PROPERTY_ID.UIA_IsInvokePatternAvailablePropertyId => (VARIANT)IsInvokePatternAvailable, 622UIA_PROPERTY_ID.UIA_IsLegacyIAccessiblePatternAvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_LegacyIAccessiblePatternId), 623UIA_PROPERTY_ID.UIA_IsMultipleViewPatternAvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_MultipleViewPatternId), 624UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId => (VARIANT)((State & AccessibleStates.Offscreen) == AccessibleStates.Offscreen), 625UIA_PROPERTY_ID.UIA_IsPasswordPropertyId => VARIANT.False, 626UIA_PROPERTY_ID.UIA_IsScrollItemPatternAvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_ScrollItemPatternId), 627UIA_PROPERTY_ID.UIA_IsScrollPatternAvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_ScrollPatternId), 628UIA_PROPERTY_ID.UIA_IsSelectionItemPatternAvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_SelectionItemPatternId), 629UIA_PROPERTY_ID.UIA_IsSelectionPatternAvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_SelectionPatternId), 630UIA_PROPERTY_ID.UIA_IsTableItemPatternAvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_TableItemPatternId), 631UIA_PROPERTY_ID.UIA_IsTablePatternAvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_TablePatternId), 632UIA_PROPERTY_ID.UIA_IsTextPattern2AvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_TextPattern2Id), 633UIA_PROPERTY_ID.UIA_IsTextPatternAvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_TextPatternId), 634UIA_PROPERTY_ID.UIA_IsTogglePatternAvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_TogglePatternId), 635UIA_PROPERTY_ID.UIA_IsValuePatternAvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_ValuePatternId), 636UIA_PROPERTY_ID.UIA_HelpTextPropertyId => (VARIANT)(Help ?? string.Empty), 637UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId => !string.IsNullOrEmpty(DefaultAction) ? (VARIANT)DefaultAction : VARIANT.Empty, 638UIA_PROPERTY_ID.UIA_LegacyIAccessibleNamePropertyId => !string.IsNullOrEmpty(Name) ? (VARIANT)Name : VARIANT.Empty, 639UIA_PROPERTY_ID.UIA_LegacyIAccessibleRolePropertyId => (VARIANT)(int)Role, 640UIA_PROPERTY_ID.UIA_LegacyIAccessibleStatePropertyId => (VARIANT)(int)State, 641UIA_PROPERTY_ID.UIA_NamePropertyId => Name is null ? VARIANT.Empty : (VARIANT)Name, 642UIA_PROPERTY_ID.UIA_RuntimeIdPropertyId => (VARIANT)new SafeArrayScope<int>(RuntimeId), 643UIA_PROPERTY_ID.UIA_SelectionCanSelectMultiplePropertyId => (VARIANT)CanSelectMultiple, 644UIA_PROPERTY_ID.UIA_SelectionIsSelectionRequiredPropertyId => (VARIANT)IsSelectionRequired, 645UIA_PROPERTY_ID.UIA_ValueValuePropertyId => !string.IsNullOrEmpty(Value) ? (VARIANT)Value : VARIANT.Empty, 646_ => VARIANT.Empty 1007HRESULT IRawElementProviderSimple.Interface.GetPropertyValue(UIA_PROPERTY_ID propertyId, VARIANT* pRetVal) 1014VARIANT result = GetPropertyValue(propertyId); 1574HRESULT UIA.IAccessible.Interface.accDoDefaultAction(VARIANT varChild) 1603private static VARIANT ChildIdToVARIANT(object childId) 1607return (VARIANT)integer; 1612return VARIANT.Empty; 1625return VARIANT.Empty; 1630VARIANT result = default; 1635HRESULT UIA.IAccessible.Interface.accHitTest(int xLeft, int yTop, VARIANT* pvarChild) 1671*pvarChild = VARIANT.Empty; 1685HRESULT UIA.IAccessible.Interface.accLocation(int* pxLeft, int* pyTop, int* pcxWidth, int* pcyHeight, VARIANT varChild) 1732using VARIANT result = default; 1737HRESULT UIA.IAccessible.Interface.accNavigate(int navDir, VARIANT varStart, VARIANT* pvarEndUpAt) 1775*pvarEndUpAt = VARIANT.Empty; 1788HRESULT UIA.IAccessible.Interface.accSelect(int flagsSelect, VARIANT varChild) 1829result = accessible.Value->accDoDefaultAction((VARIANT)(int)PInvoke.CHILDID_SELF); 1839HRESULT UIA.IAccessible.Interface.get_accChild(VARIANT varChild, IDispatch** ppdispChild) 1939HRESULT UIA.IAccessible.Interface.get_accDefaultAction(VARIANT varChild, BSTR* pszDefaultAction) 1979HRESULT UIA.IAccessible.Interface.get_accDescription(VARIANT varChild, BSTR* pszDescription) 2033private AccessibleObject? GetAccessibleChild(VARIANT childID) 2053HRESULT UIA.IAccessible.Interface.get_accFocus(VARIANT* pvarChild) 2071HRESULT UIA.IAccessible.Interface.get_accHelp(VARIANT varChild, BSTR* pszHelp) 2112HRESULT UIA.IAccessible.Interface.get_accHelpTopic(BSTR* pszHelpFile, VARIANT varChild, int* pidTopic) 2161HRESULT UIA.IAccessible.Interface.get_accKeyboardShortcut(VARIANT varChild, BSTR* pszKeyboardShortcut) 2195HRESULT UIA.IAccessible.Interface.get_accName(VARIANT varChild, BSTR* pszName) 2281using VARIANT result = default; 2286HRESULT UIA.IAccessible.Interface.get_accRole(VARIANT varChild, VARIANT* pvarRole) 2298*pvarRole = (VARIANT)(int)Role; 2306*pvarRole = (VARIANT)(int)child.Role; 2314*pvarRole = count == 0 ? VARIANT.Empty : (VARIANT)(int)SystemIAccessible.TryGetRole(varChild); 2322VARIANT result = default; 2328HRESULT UIA.IAccessible.Interface.get_accSelection(VARIANT* pvarChildren) 2348*pvarChildren = VARIANT.Empty; 2357using VARIANT result = default; 2362HRESULT UIA.IAccessible.Interface.get_accState(VARIANT varChild, VARIANT* pvarState) 2374*pvarState = (VARIANT)(int)State; 2382*pvarState = (VARIANT)(int)child.State; 2388*pvarState = SystemIAccessible?.TryGetState(varChild) is { } state ? (VARIANT)(int)state : VARIANT.Empty; 2399HRESULT UIA.IAccessible.Interface.get_accValue(VARIANT varChild, BSTR* pszValue) 2435HRESULT UIA.IAccessible.Interface.put_accName(VARIANT varChild, BSTR szName) 2475HRESULT UIA.IAccessible.Interface.put_accValue(VARIANT varChild, BSTR szValue) 2584HRESULT IEnumVARIANT.Interface.Next(uint celt, VARIANT* rgVar, uint* pCeltFetched) 2632if (SysNavigate(navdir, (VARIANT)(int)PInvoke.CHILDID_SELF, out AccessibleObject? accessibleObject)) 2638result = accessible.Value->accNavigate((int)navdir, CHILDID_SELF, out VARIANT endUpAt); 2655private VARIANT AsChildIdVariant(AccessibleObject? obj) 2660return (VARIANT)(int)PInvoke.CHILDID_SELF; 2665return VARIANT.Empty; 2782/// Called prior to calling <see cref="UIA.IAccessible.get_accName(VARIANT, BSTR*)"/> on the 'inner' system 2786private bool SysNavigate(AccessibleNavigation direction, VARIANT childID, out AccessibleObject? accessibleObject) 2803private static bool IsValidSelfChildID(VARIANT childID) => 2809/// <inheritdoc cref="IsValidSelfChildID(VARIANT)"/> 2815/// where the additional terms is to be respected alongside <see cref="IsValidSelfChildID(VARIANT)"/>. 2818internal virtual bool IsValidSelfChildIDAdditionalCheck(VARIANT childId) => false; 2828private AccessibleObject? TryGetAccessibleObject(VARIANT variant) 3245internal virtual bool RaiseAutomationPropertyChangedEvent(UIA_PROPERTY_ID propertyId, VARIANT oldValue, VARIANT newValue) 3324VARIANT* pVarResult, 3337VARIANT* pvarRes,
System\Windows\Forms\Accessibility\AccessibleObject.EnumVariantObject.cs (5)
75HRESULT IEnumVARIANT.Interface.Next(uint celt, VARIANT* rgVar, uint* pCeltFetched) 124private unsafe void NextFromSystem(uint celt, VARIANT* rgVar, uint* pCeltFetched) 158private unsafe void NextFromSystemReordered(uint celt, VARIANT* rgVar, uint* pCeltFetched, int[] newOrder) 193private unsafe void NextFromChildCollection(uint celt, VARIANT* rgVar, uint* pCeltFetched, int childCount) 201rgVar[i] = (VARIANT)(int)_currentChild;
System\Windows\Forms\Accessibility\AccessibleObjectExtensions.cs (26)
24=> agile.TryGetLocation((VARIANT)child); 26public static Rectangle TryGetLocation(this AgileComPointer<IAccessible>? agile, VARIANT child) 49=> agile.TryGetDefaultAction((VARIANT)child); 51public static BSTR TryGetDefaultAction(this AgileComPointer<IAccessible>? agile, VARIANT child) 69=> agile.TryDoDefaultAction((VARIANT)child); 71public static void TryDoDefaultAction(this AgileComPointer<IAccessible>? agile, VARIANT child) 83agile.TryGetDescription((VARIANT)child); 85public static BSTR TryGetDescription(this AgileComPointer<IAccessible>? agile, VARIANT child) 103=> agile.TryGetHelp((VARIANT)child); 105public static BSTR TryGetHelp(this AgileComPointer<IAccessible>? agile, VARIANT child) 123=> agile.TryGetKeyboardShortcut((VARIANT)child); 125public static BSTR TryGetKeyboardShortcut(this AgileComPointer<IAccessible>? agile, VARIANT child) 143=> agile.TryGetName((VARIANT)child); 145public static BSTR TryGetName(this AgileComPointer<IAccessible>? agile, VARIANT child) 160public static void TrySetName(this AgileComPointer<IAccessible>? agile, VARIANT child, BSTR name) 182=> agile.TryGetRole((VARIANT)child); 184public static AccessibleRole TryGetRole(this AgileComPointer<IAccessible>? agile, VARIANT child) 192using VARIANT role = default; 201=> agile.TryGetState((VARIANT)child); 203public static AccessibleStates TryGetState(this AgileComPointer<IAccessible>? agile, VARIANT child) 211using VARIANT state = default; 221public static BSTR TryGetValue(this AgileComPointer<IAccessible>? agile, VARIANT child) 238public static void TrySetValue(this AgileComPointer<IAccessible>? agile, VARIANT child, BSTR value) 258public static (int topic, BSTR helpFile) TryGetHelpTopic(this AgileComPointer<IAccessible>? agile, VARIANT child) 276=> agile.TrySelect(flags, (VARIANT)child); 278public static void TrySelect(this AgileComPointer<IAccessible>? agile, AccessibleSelection flags, VARIANT child)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (8)
507internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 513=> (VARIANT)(int)AccessibleRoleControlTypeMap.GetControlType(Role), 515=> Owner?.Enabled == true ? VARIANT.True : VARIANT.False, 518=> (VARIANT)Owner.CanSelect, 521? (VARIANT)(int)owner.LiveSetting 531internal override bool RaiseAutomationPropertyChangedEvent(UIA_PROPERTY_ID propertyId, VARIANT oldValue, VARIANT newValue)
System\Windows\Forms\Accessibility\LabelEditAccessibleObject.cs (7)
32internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 35UIA_PROPERTY_ID.UIA_ProcessIdPropertyId => (VARIANT)Environment.ProcessId, 36UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_EditControlTypeId, 37UIA_PROPERTY_ID.UIA_AccessKeyPropertyId => (VARIANT)string.Empty, 38UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => VARIANT.True, 39UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable), 40UIA_PROPERTY_ID.UIA_IsContentElementPropertyId => VARIANT.True,
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (2)
52VARIANT* result, 72*result = (VARIANT)ComHelpers.GetComPointer<IUnknown>(extender);
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (1)
338VARIANT* result,
System\Windows\Forms\ActiveX\AxHost.AxPerPropertyBrowsingEnum.cs (1)
102using VARIANT var = default;
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
122VARIANT* result,
System\Windows\Forms\ActiveX\AxHost.PropertyBagStream.cs (4)
64HRESULT IPropertyBag.Interface.Read(PCWSTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog) 80*pVar = VARIANT.FromObject(value); 87return (*pVar).Equals(default(VARIANT)) ? HRESULT.E_INVALIDARG : HRESULT.S_OK; 90HRESULT IPropertyBag.Interface.Write(PCWSTR pszPropName, VARIANT* pVar)
System\Windows\Forms\ActiveX\AxHost.VBFormat.cs (1)
15VARIANT* vData,
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (13)
183using VARIANT value = GetAmbientProperty(PInvokeCore.DISPID_AMBIENT_BACKCOLOR); 208using VARIANT value = GetAmbientProperty(PInvokeCore.DISPID_AMBIENT_FONT); 244using VARIANT value = GetAmbientProperty(PInvokeCore.DISPID_AMBIENT_FORECOLOR); 583private VARIANT GetAmbientProperty(int dispid) 585VARIANT property = default; 1055using (VARIANT variant = default) 1286using (VARIANT value = GetAmbientProperty(PInvokeCore.DISPID_AMBIENT_UIDEAD)) 1299using VARIANT value = GetAmbientProperty(PInvokeCore.DISPID_AMBIENT_DISPLAYASDEFAULT); 1542using VARIANT data = (VARIANT)new BSTR(Convert.ToBase64String( 1571using VARIANT variant = (VARIANT)(new BSTR(value)); 1652using VARIANT property = GetAmbientProperty(PInvokeCore.DISPID_AMBIENT_UIDEAD);
System\Windows\Forms\ActiveX\Control.ActiveXImpl.PropertyBagStream.cs (3)
49HRESULT IPropertyBag.Interface.Read(PCWSTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog) 64*pVar = VARIANT.FromObject(_bag[name]); 68HRESULT IPropertyBag.Interface.Write(PCWSTR pszPropName, VARIANT* pVar)
System\Windows\Forms\ComponentModel\COM2Interop\COM2ColorConverter.cs (4)
16public override object ConvertNativeToManaged(VARIANT nativeValue, Com2PropertyDescriptor property) 24public override VARIANT ConvertManagedToNative(object? managedValue, Com2PropertyDescriptor property, ref bool cancelSet) 34return (VARIANT)ColorTranslator.ToOle(managedValueAsColor); 38return (VARIANT)0;
System\Windows\Forms\ComponentModel\COM2Interop\COM2DataTypeToManagedDataTypeConverter.cs (2)
24public abstract object? ConvertNativeToManaged(VARIANT nativeValue, Com2PropertyDescriptor property); 33public abstract VARIANT ConvertManagedToNative(object? managedValue, Com2PropertyDescriptor property, ref bool cancelSet);
System\Windows\Forms\ComponentModel\COM2Interop\COM2FontConverter.cs (6)
23public override object? ConvertNativeToManaged(VARIANT nativeValue, Com2PropertyDescriptor property) 65public override VARIANT ConvertManagedToNative(object? managedValue, Com2PropertyDescriptor property, ref bool cancelSet) 74return VARIANT.Empty; 79using VARIANT nativeValue = property.GetNativeValue(property.TargetObject); 83return VARIANT.Empty; 103return VARIANT.Empty;
System\Windows\Forms\ComponentModel\COM2Interop\COM2IManagedPerPropertyBrowsingHandler.cs (3)
51VARIANT* nativeValues; 222private static unsafe object?[] GetVariantsFromPtr(VARIANT* values, uint count) 229using VARIANT variant = values[i];
System\Windows\Forms\ComponentModel\COM2Interop\Com2IPerPropertyBrowsingHandler.Com2IPerPropertyBrowsingEnum.cs (1)
105using VARIANT variant = default;
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (6)
33public override object? ConvertNativeToManaged(VARIANT nativeValue, Com2PropertyDescriptor property) 88public override VARIANT ConvertManagedToNative(object? managedValue, Com2PropertyDescriptor property, ref bool cancelSet) 94return VARIANT.Empty; 117return VARIANT.Empty; 126return (VARIANT)unknown; 132return VARIANT.Empty;
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyBuilderUITypeEditor.cs (1)
55using VARIANT variantValue = default;
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (9)
599/// returned <see cref="VARIANT"/> after using it. 601internal unsafe VARIANT GetNativeValue(object? component) 605return VARIANT.Empty; 616return VARIANT.Empty; 619VARIANT nativeValue = default; 625return VARIANT.Empty; 638using VARIANT nativeValue = GetNativeValue(component); 838VARIANT nativeValue = default; 852nativeValue = VARIANT.FromObject(value);
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
147using VARIANT result = default;
System\Windows\Forms\Controls\Buttons\Button.ButtonAccessibleObject.cs (4)
13internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => propertyID switch 20? (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId 22UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out Control? owner) && owner.Focused), 27VARIANT.True,
System\Windows\Forms\Controls\Buttons\Button.cs (2)
240using var nameVariant = (VARIANT)Name;
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
1168using var textVariant = (VARIANT)Text;
System\Windows\Forms\Controls\Buttons\CheckBox.CheckBoxAccessibleObject.cs (3)
47internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => propertyID switch 49UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out Control? owner) && owner.Focused), 53VARIANT.True,
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
442using var nameVariant = (VARIANT)Name;
System\Windows\Forms\Controls\Buttons\RadioButton.cs (2)
365using var nameVariant = (VARIANT)Name;
System\Windows\Forms\Controls\Buttons\RadioButton.RadioButtonAccessibleObject.cs (3)
37internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => propertyID switch 39UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out RadioButton? owner) && owner.Focused), 43=> VARIANT.True,
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (4)
55internal override bool IsValidSelfChildIDAdditionalCheck(VARIANT childId) => 112internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 120? (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ComboBoxControlTypeId 122UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out ComboBox? owner) && owner.Focused),
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildDropDownButtonUiaProvider.cs (7)
76internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 79UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId, 80UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)_owner.Focused, 81UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)_owner.Enabled, 82UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable), 90public override string? KeyboardShortcut => GetKeyboardShortcutInternal((VARIANT)GetChildId()).ToNullableStringAndFree(); 92internal override BSTR GetKeyboardShortcutInternal(VARIANT childID) => SystemIAccessible.TryGetKeyboardShortcut(childID);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (6)
72internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 75UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_EditControlTypeId, 76UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)_owningComboBox.Focused, 77UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)_owningComboBox.Enabled, 78UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable), 79UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId => VARIANT.False,
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (8)
46result = accessible.Value->accHitTest((int)x, (int)y, out VARIANT child); 123internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 126UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ListControlTypeId, 129VARIANT.False, 130UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)_owningComboBox.Enabled, 131UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable), 132UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId => VARIANT.False, 133UIA_PROPERTY_ID.UIA_IsSelectionPatternAvailablePropertyId => VARIANT.True,
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildTextUiaProvider.cs (6)
100internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 103UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_TextControlTypeId, 104UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)_owner.Focused, 105UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)_owner.Enabled, 106UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable), 107UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId => VARIANT.False,
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (9)
111internal override unsafe VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 114UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ListItemControlTypeId, 115UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(_owningComboBox.Focused && _owningComboBox.SelectedIndex == GetCurrentIndex()), 116UIA_PROPERTY_ID.UIA_IsContentElementPropertyId => VARIANT.True, 117UIA_PROPERTY_ID.UIA_IsControlElementPropertyId => VARIANT.True, 118UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)_owningComboBox.Enabled, 119UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable), 120UIA_PROPERTY_ID.UIA_SelectionItemIsSelectedPropertyId => (VARIANT)State.HasFlag(AccessibleStates.Selected), 121UIA_PROPERTY_ID.UIA_SelectionItemSelectionContainerPropertyId => (VARIANT)ComHelpers.GetComPointer<IUnknown>(_owningComboBox.ChildListAccessibleObject),
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
2418(VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Collapsed, 2419(VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Expanded); 2901(VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Expanded, 2902(VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Collapsed);
System\Windows\Forms\Controls\DataGridView\DataGridView.AccessibleObject.cs (9)
206internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 214? (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_DataGridControlTypeId 219return (VARIANT)(this.TryGetOwnerAs(out owner) && (IsModal || RowCount == 0) && owner.Focused); 221return VARIANT.True; 223return (VARIANT)(this.TryGetOwnerAs(out owner) && owner.CanFocus); 246return (VARIANT)SR.NotSortedAccessibleStatus; 248return (VARIANT)string.Format(SR.DataGridViewSortedAscendingAccessibleStatusFormat, owner.SortedColumn?.HeaderText); 250return (VARIANT)string.Format(SR.DataGridViewSortedDescendingAccessibleStatusFormat, owner.SortedColumn?.HeaderText); 256return (VARIANT)SR.NotSortedAccessibleStatus;
System\Windows\Forms\Controls\DataGridView\DataGridView.DataGridViewEditingPanelAccessibleObject.cs (10)
74internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyId) => 78? (VARIANT)shortcut 79: VARIANT.Empty, 83? (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_PaneControlTypeId 86=> (VARIANT)(_ownerDataGridView.TryGetTarget(out var owner) && owner.CurrentCell is not null), 87UIA_PROPERTY_ID.UIA_IsContentElementPropertyId => VARIANT.True, 88UIA_PROPERTY_ID.UIA_IsControlElementPropertyId => VARIANT.True, 89UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)(_ownerDataGridView.TryGetTarget(out var owner) && owner.Enabled), 90UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => VARIANT.True, 91UIA_PROPERTY_ID.UIA_ProviderDescriptionPropertyId => (VARIANT)SR.DataGridViewEditingPanelUiaProviderDescription,
System\Windows\Forms\Controls\DataGridView\DataGridView.TopRowAccessibleObject.cs (6)
245internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyId) => 248UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => VARIANT.False, 249UIA_PROPERTY_ID.UIA_IsContentElementPropertyId => VARIANT.True, 252: (VARIANT)_ownerDataGridView.Enabled, 253UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => VARIANT.False, 254UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId => VARIANT.False,
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject.cs (2)
55internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 57? (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (6)
683internal override unsafe VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 686UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_DataItemControlTypeId, 688=> (VARIANT)ComHelpers.GetComPointer<IUnknown>(_owner?.DataGridView?.AccessibilityObject), 689UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focused), // Announce the cell when focusing. 690UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)(_owner?.DataGridView?.Enabled ?? false), 691UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable),
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (2)
138internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 141UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_CheckBoxControlTypeId,
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.cs (6)
264internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyId) 267UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_HeaderControlTypeId, 268UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => VARIANT.False, 269UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)(Owner?.DataGridView?.Enabled ?? false), 270UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable), 271UIA_PROPERTY_ID.UIA_IsPasswordPropertyId => VARIANT.False,
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject.cs (3)
22internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => propertyID switch 25? (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ComboBoxControlTypeId 26: (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_DataItemControlTypeId,
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (2)
59internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 62UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ImageControlTypeId,
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject.cs (2)
52internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 55UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_HyperlinkControlTypeId,
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.DataGridViewRowAccessibleObject.cs (4)
476internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyId) => 479UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)string.Empty, 480UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)(Owner?.DataGridView?.Enabled ?? false), 481UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)string.Empty,
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject.cs (5)
272internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyId) 275UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_HeaderControlTypeId, 276UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => VARIANT.False, 277UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)(Owner?.DataGridView?.Enabled ?? false), 278UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable),
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject.cs (2)
19internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 22UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_DataItemControlTypeId,
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.DataGridViewTextBoxEditingControlAccessibleObject.cs (2)
60internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 66=> (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_EditControlTypeId,
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.DataGridViewTopLeftHeaderCellAccessibleObject.cs (5)
298internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyId) => 301UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_HeaderControlTypeId, 302UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)(Owner?.DataGridView?.Enabled ?? false), 303UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => VARIANT.False, 304UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId => VARIANT.False,
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (6)
1055oldValue: (VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Expanded, 1056newValue: (VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Collapsed); 1073oldValue: (VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Collapsed, 1074newValue: (VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Expanded); 1148using VARIANT variantValue = value is null ? default : (VARIANT)value;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.DateTimePickerAccessibleObject.cs (2)
76internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 84=> (VARIANT)s_dateTimePickerLocalizedControlTypeString,
System\Windows\Forms\Controls\GroupBox\GroupBox.GroupBoxAccessibleObject.cs (2)
19internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 22UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => VARIANT.True,
System\Windows\Forms\Controls\Labels\Label.cs (2)
1229using var textVariant = (VARIANT)Text;
System\Windows\Forms\Controls\Labels\LinkLabel.Link.LinkAccessibleObject.cs (5)
89internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 92UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_HyperlinkControlTypeId, 93UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(_owningLinkLabel.FocusLink == _owningLink), 94UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)_owningLinkLabel.Enabled, 95UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable),
System\Windows\Forms\Controls\Labels\LinkLabel.LinkLabelAccessibleObject.cs (3)
49internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 52UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => VARIANT.False, 53UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => VARIANT.False,
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedListBoxItemAccessibleObject.cs (2)
45internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 48UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_CheckBoxControlTypeId,
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (2)
803checkedItem?.RaiseAutomationPropertyChangedEvent(UIA_PROPERTY_ID.UIA_ToggleToggleStatePropertyId, (VARIANT)(int)ice.CurrentValue, (VARIANT)(int)ice.NewValue);
System\Windows\Forms\Controls\ListBoxes\ListBox.AccessibleObject.cs (3)
97internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => propertyID switch 104? (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ListControlTypeId 107? (VARIANT)(GetChildCount() == 0 && owner.Focused)
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (5)
164internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 167UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ListItemControlTypeId, 168UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(_owningListBox.Focused && _owningListBox.FocusedIndex == CurrentIndex), 169UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)_owningListBox.Enabled, 170UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable),
System\Windows\Forms\Controls\ListView\ColumnHeader.ListViewColumnHeaderAccessibleObject.cs (2)
28internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 31UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_HeaderItemControlTypeId,
System\Windows\Forms\Controls\ListView\ListView.cs (2)
4808item.AccessibilityObject.RaiseAutomationPropertyChangedEvent(UIA_PROPERTY_ID.UIA_ToggleToggleStatePropertyId, (VARIANT)(int)oldValue, (VARIANT)(int)newValue);
System\Windows\Forms\Controls\ListView\ListView.ListViewAccessibleObject.cs (5)
222internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 230=> (VARIANT)(int)((this.TryGetOwnerAs(out ListView? owningListView) && owningListView.View == View.Details) 233UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => VARIANT.False, 234UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable), 235UIA_PROPERTY_ID.UIA_ItemStatusPropertyId => (VARIANT)GetItemStatus(),
System\Windows\Forms\Controls\ListView\ListViewGroup.ListViewGroupAccessibleObject.cs (5)
182internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 185UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_GroupControlTypeId, 186UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(_owningListView.Focused && Focused), 187UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)_owningListView.Enabled, 188UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable),
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewItemBaseAccessibleObject.cs (8)
173internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 178return (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ListItemControlTypeId; 180return (VARIANT)OwningListItemFocused; 182return (VARIANT)_owningListView.Enabled; 184return (VARIANT)State.HasFlag(AccessibleStates.Focusable); 188return VARIANT.True; 191VARIANT result = base.GetPropertyValue(UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId); 192return result.IsEmpty ? VARIANT.False : result;
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewItemImageAccessibleObject.cs (4)
56internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 59UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ImageControlTypeId, 60UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => VARIANT.False, 61UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => VARIANT.False,
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItem.ListViewSubItemAccessibleObject.cs (6)
115internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 122UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_TextControlTypeId, 123UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(_owningListView.Focused && _owningListView.FocusedItem == _owningItem), 124UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)_owningListView.Enabled, 125UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable), 126UIA_PROPERTY_ID.UIA_ProcessIdPropertyId => (VARIANT)Environment.ProcessId,
System\Windows\Forms\Controls\ListView\ListViewLabelEditAccessibleObject.cs (3)
47internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 50UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => _owningListView.TryGetTarget(out ListView? target) ? (VARIANT)target.Enabled : VARIANT.False,
System\Windows\Forms\Controls\Menus\MenuStrip.MenuStripAccessibleObject.cs (3)
20internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 23UIA_PROPERTY_ID.UIA_IsControlElementPropertyId => VARIANT.True, 24UIA_PROPERTY_ID.UIA_IsContentElementPropertyId => VARIANT.False,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarAccessibleObject.cs (3)
180internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 183UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_PaneControlTypeId, 184UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)IsEnabled,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarBodyAccessibleObject.cs (3)
139internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 142UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_TableControlTypeId, 143UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)IsEnabled,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarButtonAccessibleObject.cs (2)
32internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 35UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarCellAccessibleObject.cs (3)
133internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 136UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_DataItemControlTypeId, 137UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)IsEnabled,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarDayOfWeekCellAccessibleObject.cs (3)
47internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 50UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_HeaderControlTypeId, 51UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => VARIANT.False,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarRowAccessibleObject.cs (3)
159internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 162UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_PaneControlTypeId, 163UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)IsEnabled,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarWeekNumberCellAccessibleObject.cs (3)
54internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 57UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_HeaderControlTypeId, 58UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => VARIANT.False,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (3)
424internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 429=> (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_CalendarControlTypeId, 430UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)IsEnabled,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarChildAccessibleObject.cs (4)
23internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 26UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)HasKeyboardFocus, 27UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)IsEnabled, 28UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => VARIANT.False,
System\Windows\Forms\Controls\PictureBox\PictureBox.PictureBoxAccessibleObject.cs (3)
17internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 24=> (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_PaneControlTypeId, 25UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => VARIANT.True,
System\Windows\Forms\Controls\ProgressBar\ProgressBar.ProgressBarAccessibleObject.cs (8)
25internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 32=> (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ProgressBarControlTypeId, 36VARIANT.True, 37UIA_PROPERTY_ID.UIA_IsRangeValuePatternAvailablePropertyId => VARIANT.True, 38UIA_PROPERTY_ID.UIA_IsValuePatternAvailablePropertyId => VARIANT.True, 39UIA_PROPERTY_ID.UIA_RangeValueIsReadOnlyPropertyId => VARIANT.True, 40UIA_PROPERTY_ID.UIA_RangeValueLargeChangePropertyId => (VARIANT)double.NaN, 41UIA_PROPERTY_ID.UIA_RangeValueSmallChangePropertyId => (VARIANT)double.NaN,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.CategoryGridEntryAccessibleObject.cs (3)
89internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => propertyID switch 93UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_TreeItemControlTypeId, 94UIA_PROPERTY_ID.UIA_LocalizedControlTypePropertyId => (VARIANT)SR.CategoryPropertyGridLocalizedControlType,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.CommandsPaneAccessibleObject.cs (2)
43internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 46UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_PaneControlTypeId,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DetailsButton.DetailsButtonAccessibleObject.cs (2)
26internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 28? (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.DropDownButtonAccessibleObject.cs (2)
69internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 72UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (5)
346internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 355UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_TreeItemControlTypeId, 356UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out GridEntry? owner) && owner.HasFocus), 357UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => VARIANT.True, 358UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable),
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.HelpPaneAccessibleObject.cs (2)
43internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 46UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_PaneControlTypeId,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (4)
259internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 263=> (VARIANT)(this.TryGetOwnerAs(out PropertyDescriptorGridEntry? owner) && !owner.IsPropertyReadOnly), 264UIA_PROPERTY_ID.UIA_IsValuePatternAvailablePropertyId => VARIANT.True, 265UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId => (VARIANT)string.Empty,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
824(VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Expanded, 825(VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Collapsed); 4528(VARIANT)(int)oldExpandedState, 4529(VARIANT)(int)newExpandedState);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.GridViewTextBoxAccessibleObject.cs (5)
66internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => propertyID switch 68UIA_PROPERTY_ID.UIA_ClassNamePropertyId when this.TryGetOwnerAs(out object? owner) => (VARIANT)owner.GetType().ToString(), 69UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_EditControlTypeId, 70UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out Control? owner) && owner.Focused), 71UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)!IsReadOnly,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.PropertyGridViewAccessibleObject.cs (2)
62internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 65UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_TableControlTypeId,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStrip.PropertyGridToolStripAccessibleObject.cs (2)
44internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 47UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ToolBarControlTypeId,
System\Windows\Forms\Controls\Splitter\Splitter.SplitterAccessibleObject.cs (3)
17internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 23=> (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_PaneControlTypeId, 27=> VARIANT.True,
System\Windows\Forms\Controls\TabControl\TabControl.TabControlAccessibleObject.cs (3)
128internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 131UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out TabControl? owner) && owner.Focused), 135=> VARIANT.True,
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (7)
114public override string? KeyboardShortcut => GetKeyboardShortcutInternal((VARIANT)GetChildId()).ToNullableStringAndFree(); 116internal override BSTR GetKeyboardShortcutInternal(VARIANT childID) => SystemIAccessibleInternal.TryGetKeyboardShortcut(childID); 118internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 121UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_TabItemControlTypeId, 122UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focused), 123UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)(OwningTabControl?.Enabled ?? false), 127=> VARIANT.True,
System\Windows\Forms\Controls\TabControl\TabPage.TabPageAccessibleObject.cs (3)
64internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 67UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out TabPage? owningTabPage) && owningTabPage.Focused), 71=> VARIANT.True,
System\Windows\Forms\Controls\TextBox\TextBox.TextBoxAccessibleObject.cs (2)
16internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 22return string.IsNullOrEmpty(placeholderText) ? base.GetPropertyValue(propertyID) : (VARIANT)placeholderText;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (3)
1547using var textVariant = PasswordProtect ? (VARIANT)string.Empty : (VARIANT)Text;
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (3)
28internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 34return (VARIANT)owner.PasswordProtect; 39return (VARIANT)owner.Focused;
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
171VARIANT hasKeyboardFocus = Owner.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId);
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.ToolStripButtonAccessibleObject.cs (2)
86(VARIANT)(int)CheckStateToToggleState(oldValue), 87(VARIANT)(int)CheckStateToToggleState(newValue));
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.ToolStripContainerAccessibleObject.cs (3)
17internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 20UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out ToolStripContainer? owner) && owner.Focused), 21UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable),
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.ToolStripHostedControlAccessibleObject.cs (3)
56internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 59UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focused), 60UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId => (VARIANT)GetIsOffscreenPropertyValue(_toolStripControlHost?.Placement, Bounds),
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.ToolStripDropDownAccessibleObject.cs (2)
17internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 20UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable),
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownButton.ToolStripDropDownButtonAccessibleObject.cs (2)
24internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 32=> (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId,
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (4)
507(VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Collapsed, 508(VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Expanded); 536(VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Expanded, 537(VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Collapsed);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItemAccessibleObject.cs (2)
62internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 67=> (VARIANT)!toolStripDropDown.Visible,
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.ToolStripDropDownMenuAccessibleObject.cs (3)
24internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 27UIA_PROPERTY_ID.UIA_IsControlElementPropertyId => VARIANT.True, 28UIA_PROPERTY_ID.UIA_IsContentElementPropertyId => (VARIANT)this.TryGetOwnerAs(out ContextMenuStrip? _),
System\Windows\Forms\Controls\ToolStrips\ToolStripGrip.ToolStripGripAccessibleObject.cs (2)
36internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 39UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId => VARIANT.False,
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemAccessibleObject.cs (8)
104internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 109UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)AccessibleRoleControlTypeMap.GetControlType(Role), 110UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)_ownerItem.Selected, 111UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)_ownerItem.Enabled, 112UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)_ownerItem.CanSelect, 113UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId => (VARIANT)GetIsOffscreenPropertyValue(_ownerItem.Placement, Bounds), 114UIA_PROPERTY_ID.UIA_IsControlElementPropertyId => VARIANT.True, 115UIA_PROPERTY_ID.UIA_IsContentElementPropertyId => VARIANT.True,
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.ToolStripMenuItemAccessibleObject.cs (7)
49internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 52UIA_PROPERTY_ID.UIA_AcceleratorKeyPropertyId => _owningToolStripMenuItem.GetShortcutText() is { } shortcutText ? (VARIANT)shortcutText : VARIANT.Empty, 53UIA_PROPERTY_ID.UIA_PositionInSetPropertyId => GetPositionInSet() is { } position ? (VARIANT)position : VARIANT.Empty, 54UIA_PROPERTY_ID.UIA_SizeOfSetPropertyId => GetSizeOfSet() is { } size ? (VARIANT)size : VARIANT.Empty,
System\Windows\Forms\Controls\ToolStrips\ToolStripNumericUpDown.ToolStripNumericUpDownControl.ToolStripNumericUpDownAccessibleObject.cs (2)
20internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 27=> (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_SpinnerControlTypeId,
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflow.ToolStripOverflowAccessibleObject.cs (3)
36internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 39UIA_PROPERTY_ID.UIA_IsControlElementPropertyId => VARIANT.True, 40UIA_PROPERTY_ID.UIA_IsContentElementPropertyId => VARIANT.False,
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelAccessibleObject.cs (2)
19internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyId) => propertyId switch 21UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)(this.TryGetOwnerAs(out ToolStripPanel? owner) && owner.CanFocus),
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.ToolStripProgressBarControlAccessibleObject.cs (2)
33internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 36UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId => (VARIANT)GetIsOffscreenPropertyValue(_ownerToolStripProgressBarControl.Owner?.Placement, Bounds),
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.StickyLabelAccessibleObject.cs (2)
58internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => propertyID switch 60UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId,
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.ToolStripSplitButtonExAccessibleObject.cs (2)
21internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 29=> (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId,
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.ToolStripSplitButtonUiaProvider.cs (1)
23internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID)
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObject.cs (2)
29internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 32UIA_PROPERTY_ID.UIA_LiveSettingPropertyId => (VARIANT)(int)_owningToolStripStatusLabel.LiveSetting,
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControlAccessibleObject.cs (4)
17internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 23=> (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_EditControlTypeId, 24UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focused), 25UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId when this.TryGetOwnerAs(out TextBox? owner) => (VARIANT)GetIsOffscreenPropertyValue(owner.ToolStripControlHost?.Placement, Bounds),
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (2)
982using var nameVariant = (VARIANT)Name;
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarAccessibleObject.cs (4)
150internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 154=> (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_SliderControlTypeId, 155UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out TrackBar? owner) && owner.Focused), 159=> VARIANT.True,
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarChildAccessibleObject.cs (5)
72internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 75UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId, 76UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => VARIANT.False, 77UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)(this.TryGetOwnerAs(out TrackBar? owner) && owner.Enabled), 78UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => VARIANT.False,
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarThumbAccessibleObject.cs (2)
45internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 48UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ThumbControlTypeId,
System\Windows\Forms\Controls\TreeView\TreeNode.TreeNodeAccessibleObject.cs (6)
109internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 112UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_TreeItemControlTypeId, 113UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focused), 114UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)_owningTreeView.Enabled, 115UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable), 116UIA_PROPERTY_ID.UIA_LevelPropertyId => (VARIANT)(_owningTreeNode.Level + 1),
System\Windows\Forms\Controls\TreeView\TreeView.cs (8)
2130oldValue: (VARIANT)(int)oldState, 2131newValue: (VARIANT)(int)newState); 2153oldValue: (VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Expanded, 2154newValue: (VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Collapsed); 2176oldValue: (VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Collapsed, 2177newValue: (VARIANT)(int)ExpandCollapseState.ExpandCollapseState_Expanded); 2221oldValue: (VARIANT)!nodeAccessibleObject.IsItemSelected, 2222newValue: (VARIANT)nodeAccessibleObject.IsItemSelected);
System\Windows\Forms\Controls\TreeView\TreeView.TreeViewAccessibleObject.cs (5)
46internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 49UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_TreeControlTypeId, 50UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out TreeView? owningTreeView) 52UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)(this.TryGetOwnerAs(out TreeView? owningTreeView) && owningTreeView.Enabled), 53UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable),
System\Windows\Forms\Controls\TreeView\TreeViewLabelEditAccessibleObject.cs (3)
36internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 39UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => _owningTreeView.TryGetTarget(out TreeView? target) ? (VARIANT)target.Enabled : VARIANT.False,
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.UpDownButtonsAccessibleObject.DirectionButtonAccessibleObject.cs (2)
76internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => propertyID switch 78UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId,
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.UpDownEditAccessibleObject.cs (1)
42internal override BSTR GetKeyboardShortcutInternal(VARIANT childID) => _parent.AccessibilityObject.GetKeyboardShortcutInternal(childID);
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (24)
176using VARIANT color = default; 189var variantColor = (VARIANT)color; 201using VARIANT color = default; 214var variantColor = (VARIANT)color; 226using VARIANT color = default; 239var variantColor = (VARIANT)color; 251using VARIANT color = default; 264var variantColor = (VARIANT)color; 276using VARIANT color = default; 289var variantColor = (VARIANT)color; 434using var variantValue = VARIANT.FromObject(value); 476using var name = (VARIANT)(replaceInHistory ? "replace" : string.Empty); 481htmlDoc2.Value->open(url, name, VARIANT.Empty, VARIANT.Empty, dispatch).ThrowOnFailure(); 529fixed (VARIANT* pVariants = vectorArgs.Variants) 539VARIANT result = default; 643private static Color ColorFromVARIANT(VARIANT vColor)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (8)
541using VARIANT attributeValue = default; 599fixed (VARIANT* pVariant = vectorArgs.Variants) 609VARIANT result = default; 646VARIANT eventObj = default; 654using var variantAlignWithTop = (VARIANT)alignWithTop; 664using var variantValue = (VARIANT)value;
System\Windows\Forms\Controls\WebBrowser\HtmlElementCollection.cs (5)
58htmlElementCollection.Value->item((VARIANT)index, (VARIANT)0, dispatch).ThrowOnFailure(); 76using var variantElementId = (VARIANT)elementId; 78nativeHtmlElementCollection.Value->item(variantElementId, (VARIANT)0, dispatch).ThrowOnFailure();
System\Windows\Forms\Controls\WebBrowser\HtmlHistory.cs (8)
51var oNumForward = (VARIANT)(-numberBack); 63var oNumForward = (VARIANT)numberForward; 85using var loc = (VARIANT)urlString; 95var loc = (VARIANT)relativePosition;
System\Windows\Forms\Controls\WebBrowser\HtmlToClrEventProxy.cs (4)
139protected override unsafe HRESULT Invoke(int dispId, uint lcid, DISPATCH_FLAGS flags, DISPPARAMS* parameters, VARIANT* result, EXCEPINFO* exceptionInfo, uint* argumentError) 147*result = VARIANT.Empty; 159*result = (VARIANT)EventName; 170*result = (VARIANT)EventName;
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (2)
146VARIANT variantDispatch = default; 366using VARIANT result = default;
System\Windows\Forms\Controls\WebBrowser\HtmlWindowCollection.cs (6)
38var oIndex = (VARIANT)index; 40VARIANT variantDispatch = default; 54using var oWindowId = (VARIANT)windowId; 59VARIANT variantDispatch = default;
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (18)
816webBrowser2.Value->ExecWB(OLECMDID.OLECMDID_PRINT, OLECMDEXECOPT.OLECMDEXECOPT_DONTPROMPTUSER, (VARIANT*)default, default).ThrowOnFailure(); 854VARIANT level = (VARIANT)(uint)opt; 905webBrowser2.Value->ExecWB(OLECMDID.OLECMDID_PAGESETUP, OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER, (VARIANT*)default, default).ThrowOnFailure(); 921webBrowser2.Value->ExecWB(OLECMDID.OLECMDID_PRINT, OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER, (VARIANT*)default, default).ThrowOnFailure(); 936webBrowser2.Value->ExecWB(OLECMDID.OLECMDID_PRINTPREVIEW, OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER, (VARIANT*)default, default).ThrowOnFailure(); 952webBrowser2.Value->ExecWB(OLECMDID.OLECMDID_PROPERTIES, OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER, (VARIANT*)default, default).ThrowOnFailure(); 968webBrowser2.Value->ExecWB(OLECMDID.OLECMDID_SAVEAS, OLECMDEXECOPT.OLECMDEXECOPT_DODEFAULT, (VARIANT*)default, default).ThrowOnFailure(); 1309using var variantUrlString = (VARIANT)urlString; 1310var variantFlags = (VARIANT)(newWindow ? 1 : 0); 1311using var variantTargetFrameName = VARIANT.FromObject(targetFrameName); 1312using var variantPostData = VARIANT.FromObject(postData); 1313using var variantHeaders = VARIANT.FromObject(headers);
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserAccessibleObject.cs (2)
16internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 19UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out WebBrowser? owner) && owner.Focused),
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.ControlItemAccessibleObject.cs (2)
84internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 88=> (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ImageControlTypeId,
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.ErrorWindowAccessibleObject.cs (2)
58internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 61UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_GroupControlTypeId,
System\Windows\Forms\Form.AccessibleObject.cs (3)
30internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 38=> (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_WindowControlTypeId, 39UIA_PROPERTY_ID.UIA_IsDialogPropertyId => (VARIANT)(this.TryGetOwnerAs(out Form? owner) && owner.Modal),
System\Windows\Forms\Layout\Containers\SplitContainer.SplitContainerAccessibleObject.cs (4)
17internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 20UIA_PROPERTY_ID.UIA_AutomationIdPropertyId when this.TryGetOwnerAs(out SplitContainer? owner) => (VARIANT)owner.Name, 21UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out SplitContainer? owner) && owner.Focused), 22UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable),
System\Windows\Forms\Panels\Panel.PanelAccessibleObject.cs (2)
33internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 36UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => VARIANT.False,
System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibleObject.cs (4)
19internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 22UIA_PROPERTY_ID.UIA_AutomationIdPropertyId => (VARIANT)owner.Name, 23UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)owner.Focused, 24UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable),
System\Windows\Forms\Printing\StatusDialogAccessibility.cs (2)
19internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => 22UIA_PROPERTY_ID.UIA_IsDialogPropertyId => VARIANT.True,
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
365AccessibilityObject.RaiseAutomationPropertyChangedEvent(UIA_PROPERTY_ID.UIA_RangeValueValuePropertyId, (VARIANT)(double)oldValue, (VARIANT)(double)_value);
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarAccessibleObject.cs (10)
136internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 144=> (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ScrollBarControlTypeId, 145UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out ScrollBar? owner) && owner.Focused), 146UIA_PROPERTY_ID.UIA_RangeValueValuePropertyId => (VARIANT)RangeValue, 147UIA_PROPERTY_ID.UIA_RangeValueIsReadOnlyPropertyId => (VARIANT)IsReadOnly, 148UIA_PROPERTY_ID.UIA_RangeValueLargeChangePropertyId => (VARIANT)LargeChange, 149UIA_PROPERTY_ID.UIA_RangeValueSmallChangePropertyId => (VARIANT)SmallChange, 150UIA_PROPERTY_ID.UIA_RangeValueMaximumPropertyId => (VARIANT)Maximum, 151UIA_PROPERTY_ID.UIA_RangeValueMinimumPropertyId => (VARIANT)Minimum, 152UIA_PROPERTY_ID.UIA_IsRangeValuePatternAvailablePropertyId => (VARIANT)IsPatternSupported(UIA_PATTERN_ID.UIA_RangeValuePatternId),
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarChildAccessibleObject.cs (5)
79internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 82UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId, 83UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => VARIANT.False, 84UIA_PROPERTY_ID.UIA_IsEnabledPropertyId => (VARIANT)OwningScrollBar.Enabled, 85UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => VARIANT.False,
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarThumbAccessibleObject.cs (2)
46internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) 49UIA_PROPERTY_ID.UIA_ControlTypePropertyId => (VARIANT)(int)UIA_CONTROLTYPE_ID.UIA_ThumbControlTypeId,
System.Windows.Forms.Primitives (4030)
_generated\106\Windows.Win32.IAccessible.g.cs (158)
105 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 107 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 113 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 127 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 134 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 139 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 141 ((delegate *unmanaged [Stdcall]<IAccessible*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IAccessible*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 232 private static winmdroot.Foundation.HRESULT get_accChild(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.System.Com.IDispatch** ppdispChild) 269 public unsafe winmdroot.Foundation.HRESULT get_accChild(winmdroot.System.Variant.VARIANT varChild, winmdroot.System.Com.IDispatch** ppdispChild) 271 return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IAccessible*)Unsafe.AsPointer(ref this), varChild, ppdispChild); 274 /// <inheritdoc cref="get_accName(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/> 276 internal unsafe winmdroot.Foundation.HRESULT get_accName(winmdroot.System.Variant.VARIANT varChild, out winmdroot.Foundation.BSTR pszName) 288 private static winmdroot.Foundation.HRESULT get_accName(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszName) 325 public unsafe winmdroot.Foundation.HRESULT get_accName(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszName) 327 return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IAccessible*)Unsafe.AsPointer(ref this), varChild, pszName); 330 /// <inheritdoc cref="get_accValue(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/> 332 internal unsafe winmdroot.Foundation.HRESULT get_accValue(winmdroot.System.Variant.VARIANT varChild, out winmdroot.Foundation.BSTR pszValue) 344 private static winmdroot.Foundation.HRESULT get_accValue(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszValue) 378 public unsafe winmdroot.Foundation.HRESULT get_accValue(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszValue) 380 return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IAccessible*)Unsafe.AsPointer(ref this), varChild, pszValue); 383 /// <inheritdoc cref="get_accDescription(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/> 385 internal unsafe winmdroot.Foundation.HRESULT get_accDescription(winmdroot.System.Variant.VARIANT varChild, out winmdroot.Foundation.BSTR pszDescription) 397 private static winmdroot.Foundation.HRESULT get_accDescription(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszDescription) 434 public unsafe winmdroot.Foundation.HRESULT get_accDescription(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszDescription) 436 return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IAccessible*)Unsafe.AsPointer(ref this), varChild, pszDescription); 439 /// <inheritdoc cref="get_accRole(winmdroot.System.Variant.VARIANT, winmdroot.System.Variant.VARIANT*)"/> 441 internal unsafe winmdroot.Foundation.HRESULT get_accRole(winmdroot.System.Variant.VARIANT varChild, out winmdroot.System.Variant.VARIANT pvarRole) 443 fixed (winmdroot.System.Variant.VARIANT* pvarRoleLocal = &pvarRole) 453 private static winmdroot.Foundation.HRESULT get_accRole(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.System.Variant.VARIANT* pvarRole) 490 public unsafe winmdroot.Foundation.HRESULT get_accRole(winmdroot.System.Variant.VARIANT varChild, winmdroot.System.Variant.VARIANT* pvarRole) 492 return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IAccessible*)Unsafe.AsPointer(ref this), varChild, pvarRole); 495 /// <inheritdoc cref="get_accState(winmdroot.System.Variant.VARIANT, winmdroot.System.Variant.VARIANT*)"/> 497 internal unsafe winmdroot.Foundation.HRESULT get_accState(winmdroot.System.Variant.VARIANT varChild, out winmdroot.System.Variant.VARIANT pvarState) 499 fixed (winmdroot.System.Variant.VARIANT* pvarStateLocal = &pvarState) 509 private static winmdroot.Foundation.HRESULT get_accState(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.System.Variant.VARIANT* pvarState) 546 public unsafe winmdroot.Foundation.HRESULT get_accState(winmdroot.System.Variant.VARIANT varChild, winmdroot.System.Variant.VARIANT* pvarState) 548 return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IAccessible*)Unsafe.AsPointer(ref this), varChild, pvarState); 551 /// <inheritdoc cref="get_accHelp(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/> 553 internal unsafe winmdroot.Foundation.HRESULT get_accHelp(winmdroot.System.Variant.VARIANT varChild, out winmdroot.Foundation.BSTR pszHelp) 565 private static winmdroot.Foundation.HRESULT get_accHelp(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszHelp) 601 public unsafe winmdroot.Foundation.HRESULT get_accHelp(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszHelp) 603 return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IAccessible*)Unsafe.AsPointer(ref this), varChild, pszHelp); 606 /// <inheritdoc cref="get_accHelpTopic(winmdroot.Foundation.BSTR*, winmdroot.System.Variant.VARIANT, int*)"/> 608 internal unsafe winmdroot.Foundation.HRESULT get_accHelpTopic(out winmdroot.Foundation.BSTR pszHelpFile, winmdroot.System.Variant.VARIANT varChild, out int pidTopic) 623 private static winmdroot.Foundation.HRESULT get_accHelpTopic(IAccessible* pThis, winmdroot.Foundation.BSTR* pszHelpFile, winmdroot.System.Variant.VARIANT varChild, int* pidTopic) 661 public unsafe winmdroot.Foundation.HRESULT get_accHelpTopic(winmdroot.Foundation.BSTR* pszHelpFile, winmdroot.System.Variant.VARIANT varChild, int* pidTopic) 663 return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.Foundation.BSTR* ,winmdroot.System.Variant.VARIANT ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IAccessible*)Unsafe.AsPointer(ref this), pszHelpFile, varChild, pidTopic); 666 /// <inheritdoc cref="get_accKeyboardShortcut(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/> 668 internal unsafe winmdroot.Foundation.HRESULT get_accKeyboardShortcut(winmdroot.System.Variant.VARIANT varChild, out winmdroot.Foundation.BSTR pszKeyboardShortcut) 680 private static winmdroot.Foundation.HRESULT get_accKeyboardShortcut(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszKeyboardShortcut) 718 public unsafe winmdroot.Foundation.HRESULT get_accKeyboardShortcut(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszKeyboardShortcut) 720 return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IAccessible*)Unsafe.AsPointer(ref this), varChild, pszKeyboardShortcut); 723 /// <inheritdoc cref="get_accFocus(winmdroot.System.Variant.VARIANT*)"/> 725 internal unsafe winmdroot.Foundation.HRESULT get_accFocus(out winmdroot.System.Variant.VARIANT pvarChild) 727 fixed (winmdroot.System.Variant.VARIANT* pvarChildLocal = &pvarChild) 737 private static winmdroot.Foundation.HRESULT get_accFocus(IAccessible* pThis, winmdroot.System.Variant.VARIANT* pvarChild) 770 public unsafe winmdroot.Foundation.HRESULT get_accFocus(winmdroot.System.Variant.VARIANT* pvarChild) 772 return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IAccessible*)Unsafe.AsPointer(ref this), pvarChild); 775 /// <inheritdoc cref="get_accSelection(winmdroot.System.Variant.VARIANT*)"/> 777 internal unsafe winmdroot.Foundation.HRESULT get_accSelection(out winmdroot.System.Variant.VARIANT pvarChildren) 779 fixed (winmdroot.System.Variant.VARIANT* pvarChildrenLocal = &pvarChildren) 789 private static winmdroot.Foundation.HRESULT get_accSelection(IAccessible* pThis, winmdroot.System.Variant.VARIANT* pvarChildren) 823 public unsafe winmdroot.Foundation.HRESULT get_accSelection(winmdroot.System.Variant.VARIANT* pvarChildren) 825 return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IAccessible*)Unsafe.AsPointer(ref this), pvarChildren); 828 /// <inheritdoc cref="get_accDefaultAction(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/> 830 internal unsafe winmdroot.Foundation.HRESULT get_accDefaultAction(winmdroot.System.Variant.VARIANT varChild, out winmdroot.Foundation.BSTR pszDefaultAction) 842 private static winmdroot.Foundation.HRESULT get_accDefaultAction(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszDefaultAction) 879 public unsafe winmdroot.Foundation.HRESULT get_accDefaultAction(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszDefaultAction) 881 return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IAccessible*)Unsafe.AsPointer(ref this), varChild, pszDefaultAction); 887 private static winmdroot.Foundation.HRESULT accSelect(IAccessible* pThis, int flagsSelect, winmdroot.System.Variant.VARIANT varChild) 924 public winmdroot.Foundation.HRESULT accSelect(int flagsSelect, winmdroot.System.Variant.VARIANT varChild) 926 return ((delegate *unmanaged [Stdcall]<IAccessible*,int ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IAccessible*)Unsafe.AsPointer(ref this), flagsSelect, varChild); 929 /// <inheritdoc cref="accLocation(int*, int*, int*, int*, winmdroot.System.Variant.VARIANT)"/> 931 internal unsafe winmdroot.Foundation.HRESULT accLocation(out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, winmdroot.System.Variant.VARIANT varChild) 952 private static winmdroot.Foundation.HRESULT accLocation(IAccessible* pThis, int* pxLeft, int* pyTop, int* pcxWidth, int* pcyHeight, winmdroot.System.Variant.VARIANT varChild) 1001 public unsafe winmdroot.Foundation.HRESULT accLocation(int* pxLeft, int* pyTop, int* pcxWidth, int* pcyHeight, winmdroot.System.Variant.VARIANT varChild) 1003 return ((delegate *unmanaged [Stdcall]<IAccessible*,int* ,int* ,int* ,int* ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IAccessible*)Unsafe.AsPointer(ref this), pxLeft, pyTop, pcxWidth, pcyHeight, varChild); 1006 /// <inheritdoc cref="accNavigate(int, winmdroot.System.Variant.VARIANT, winmdroot.System.Variant.VARIANT*)"/> 1008 internal unsafe winmdroot.Foundation.HRESULT accNavigate(int navDir, winmdroot.System.Variant.VARIANT varStart, out winmdroot.System.Variant.VARIANT pvarEndUpAt) 1010 fixed (winmdroot.System.Variant.VARIANT* pvarEndUpAtLocal = &pvarEndUpAt) 1020 private static winmdroot.Foundation.HRESULT accNavigate(IAccessible* pThis, int navDir, winmdroot.System.Variant.VARIANT varStart, winmdroot.System.Variant.VARIANT* pvarEndUpAt) 1060 public unsafe winmdroot.Foundation.HRESULT accNavigate(int navDir, winmdroot.System.Variant.VARIANT varStart, winmdroot.System.Variant.VARIANT* pvarEndUpAt) 1062 return ((delegate *unmanaged [Stdcall]<IAccessible*,int ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IAccessible*)Unsafe.AsPointer(ref this), navDir, varStart, pvarEndUpAt); 1065 /// <inheritdoc cref="accHitTest(int, int, winmdroot.System.Variant.VARIANT*)"/> 1067 internal unsafe winmdroot.Foundation.HRESULT accHitTest(int xLeft, int yTop, out winmdroot.System.Variant.VARIANT pvarChild) 1069 fixed (winmdroot.System.Variant.VARIANT* pvarChildLocal = &pvarChild) 1079 private static winmdroot.Foundation.HRESULT accHitTest(IAccessible* pThis, int xLeft, int yTop, winmdroot.System.Variant.VARIANT* pvarChild) 1120 public unsafe winmdroot.Foundation.HRESULT accHitTest(int xLeft, int yTop, winmdroot.System.Variant.VARIANT* pvarChild) 1122 return ((delegate *unmanaged [Stdcall]<IAccessible*,int ,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IAccessible*)Unsafe.AsPointer(ref this), xLeft, yTop, pvarChild); 1128 private static winmdroot.Foundation.HRESULT accDoDefaultAction(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild) 1161 public winmdroot.Foundation.HRESULT accDoDefaultAction(winmdroot.System.Variant.VARIANT varChild) 1163 return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IAccessible*)Unsafe.AsPointer(ref this), varChild); 1169 private static winmdroot.Foundation.HRESULT put_accName(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR szName) 1193 public winmdroot.Foundation.HRESULT put_accName(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR szName) 1195 return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IAccessible*)Unsafe.AsPointer(ref this), varChild, szName); 1201 private static winmdroot.Foundation.HRESULT put_accValue(IAccessible* pThis, winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR szValue) 1232 public winmdroot.Foundation.HRESULT put_accValue(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR szValue) 1234 return ((delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IAccessible*)Unsafe.AsPointer(ref this), varChild, szValue); 1272 internal delegate *unmanaged [Stdcall]<IAccessible*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 1278 internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> get_accChild_10; 1280 internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_accName_11; 1282 internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_accValue_12; 1284 internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_accDescription_13; 1286 internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_accRole_14; 1288 internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_accState_15; 1290 internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_accHelp_16; 1292 internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.Foundation.BSTR* ,winmdroot.System.Variant.VARIANT ,int* ,winmdroot.Foundation.HRESULT> get_accHelpTopic_17; 1294 internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_accKeyboardShortcut_18; 1296 internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_accFocus_19; 1298 internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_accSelection_20; 1300 internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_accDefaultAction_21; 1302 internal delegate *unmanaged [Stdcall]<IAccessible*,int ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> accSelect_22; 1304 internal delegate *unmanaged [Stdcall]<IAccessible*,int* ,int* ,int* ,int* ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> accLocation_23; 1306 internal delegate *unmanaged [Stdcall]<IAccessible*,int ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> accNavigate_24; 1308 internal delegate *unmanaged [Stdcall]<IAccessible*,int ,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> accHitTest_25; 1310 internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> accDoDefaultAction_26; 1312 internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_accName_27; 1314 internal delegate *unmanaged [Stdcall]<IAccessible*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_accValue_28; 1367 unsafe winmdroot.Foundation.HRESULT get_accChild(winmdroot.System.Variant.VARIANT varChild, winmdroot.System.Com.IDispatch** ppdispChild); 1370 unsafe winmdroot.Foundation.HRESULT get_accName(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszName); 1373 unsafe winmdroot.Foundation.HRESULT get_accValue(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszValue); 1376 unsafe winmdroot.Foundation.HRESULT get_accDescription(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszDescription); 1379 unsafe winmdroot.Foundation.HRESULT get_accRole(winmdroot.System.Variant.VARIANT varChild, winmdroot.System.Variant.VARIANT* pvarRole); 1382 unsafe winmdroot.Foundation.HRESULT get_accState(winmdroot.System.Variant.VARIANT varChild, winmdroot.System.Variant.VARIANT* pvarState); 1385 unsafe winmdroot.Foundation.HRESULT get_accHelp(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszHelp); 1388 unsafe winmdroot.Foundation.HRESULT get_accHelpTopic(winmdroot.Foundation.BSTR* pszHelpFile, winmdroot.System.Variant.VARIANT varChild, int* pidTopic); 1391 unsafe winmdroot.Foundation.HRESULT get_accKeyboardShortcut(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszKeyboardShortcut); 1394 unsafe winmdroot.Foundation.HRESULT get_accFocus(winmdroot.System.Variant.VARIANT* pvarChild); 1397 unsafe winmdroot.Foundation.HRESULT get_accSelection(winmdroot.System.Variant.VARIANT* pvarChildren); 1400 unsafe winmdroot.Foundation.HRESULT get_accDefaultAction(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR* pszDefaultAction); 1403winmdroot.Foundation.HRESULT accSelect(int flagsSelect, winmdroot.System.Variant.VARIANT varChild); 1406 unsafe winmdroot.Foundation.HRESULT accLocation(int* pxLeft, int* pyTop, int* pcxWidth, int* pcyHeight, winmdroot.System.Variant.VARIANT varChild); 1409 unsafe winmdroot.Foundation.HRESULT accNavigate(int navDir, winmdroot.System.Variant.VARIANT varStart, winmdroot.System.Variant.VARIANT* pvarEndUpAt); 1412 unsafe winmdroot.Foundation.HRESULT accHitTest(int xLeft, int yTop, winmdroot.System.Variant.VARIANT* pvarChild); 1415winmdroot.Foundation.HRESULT accDoDefaultAction(winmdroot.System.Variant.VARIANT varChild); 1418winmdroot.Foundation.HRESULT put_accName(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR szName); 1421winmdroot.Foundation.HRESULT put_accValue(winmdroot.System.Variant.VARIANT varChild, winmdroot.Foundation.BSTR szValue);
_generated\125\Windows.Win32.IEnumVARIANT.g.cs (8)
56 /// <inheritdoc cref="Next(uint, winmdroot.System.Variant.VARIANT*, uint*)"/> 57 internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Variant.VARIANT> rgVar, out uint pCeltFetched) 61 fixed (winmdroot.System.Variant.VARIANT* rgVarLocal = rgVar) 72 private static winmdroot.Foundation.HRESULT Next(IEnumVARIANT* pThis, uint celt, winmdroot.System.Variant.VARIANT* rgVar, uint* pCeltFetched) 98 public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Variant.VARIANT* rgVar, uint* pCeltFetched) 100 return ((delegate *unmanaged [Stdcall]<IEnumVARIANT*,uint ,winmdroot.System.Variant.VARIANT* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumVARIANT*)Unsafe.AsPointer(ref this), celt, rgVar, pCeltFetched); 232 internal delegate *unmanaged [Stdcall]<IEnumVARIANT*,uint ,winmdroot.System.Variant.VARIANT* ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 267 unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Variant.VARIANT* rgVar, uint* pCeltFetched);
_generated\136\Windows.Win32.IFontDisp.g.cs (8)
98 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 100 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 106 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 120 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 127 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 132 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 134 ((delegate *unmanaged [Stdcall]<IFontDisp*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IFontDisp*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 172 internal delegate *unmanaged [Stdcall]<IFontDisp*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\141\Windows.Win32.IHTMLCurrentStyle.g.cs (255)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 201 private static winmdroot.Foundation.HRESULT get_color(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 219 internal winmdroot.System.Variant.VARIANT color 223 winmdroot.System.Variant.VARIANT __result; 224 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 232 private static winmdroot.Foundation.HRESULT get_backgroundColor(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 250 internal winmdroot.System.Variant.VARIANT backgroundColor 254 winmdroot.System.Variant.VARIANT __result; 255 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 356 private static winmdroot.Foundation.HRESULT get_fontWeight(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 374 internal winmdroot.System.Variant.VARIANT fontWeight 378 winmdroot.System.Variant.VARIANT __result; 379 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 387 private static winmdroot.Foundation.HRESULT get_fontSize(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 405 internal winmdroot.System.Variant.VARIANT fontSize 409 winmdroot.System.Variant.VARIANT __result; 410 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 449 private static winmdroot.Foundation.HRESULT get_backgroundPositionX(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 467 internal winmdroot.System.Variant.VARIANT backgroundPositionX 471 winmdroot.System.Variant.VARIANT __result; 472 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 480 private static winmdroot.Foundation.HRESULT get_backgroundPositionY(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 498 internal winmdroot.System.Variant.VARIANT backgroundPositionY 502 winmdroot.System.Variant.VARIANT __result; 503 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 542 private static winmdroot.Foundation.HRESULT get_borderLeftColor(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 560 internal winmdroot.System.Variant.VARIANT borderLeftColor 564 winmdroot.System.Variant.VARIANT __result; 565 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 573 private static winmdroot.Foundation.HRESULT get_borderTopColor(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 591 internal winmdroot.System.Variant.VARIANT borderTopColor 595 winmdroot.System.Variant.VARIANT __result; 596 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 604 private static winmdroot.Foundation.HRESULT get_borderRightColor(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 622 internal winmdroot.System.Variant.VARIANT borderRightColor 626 winmdroot.System.Variant.VARIANT __result; 627 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 635 private static winmdroot.Foundation.HRESULT get_borderBottomColor(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 653 internal winmdroot.System.Variant.VARIANT borderBottomColor 657 winmdroot.System.Variant.VARIANT __result; 658 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 790 private static winmdroot.Foundation.HRESULT get_borderTopWidth(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 808 internal winmdroot.System.Variant.VARIANT borderTopWidth 812 winmdroot.System.Variant.VARIANT __result; 813 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 821 private static winmdroot.Foundation.HRESULT get_borderRightWidth(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 839 internal winmdroot.System.Variant.VARIANT borderRightWidth 843 winmdroot.System.Variant.VARIANT __result; 844 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 852 private static winmdroot.Foundation.HRESULT get_borderBottomWidth(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 870 internal winmdroot.System.Variant.VARIANT borderBottomWidth 874 winmdroot.System.Variant.VARIANT __result; 875 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 883 private static winmdroot.Foundation.HRESULT get_borderLeftWidth(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 901 internal winmdroot.System.Variant.VARIANT borderLeftWidth 905 winmdroot.System.Variant.VARIANT __result; 906 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 914 private static winmdroot.Foundation.HRESULT get_left(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 932 internal winmdroot.System.Variant.VARIANT left 936 winmdroot.System.Variant.VARIANT __result; 937 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 945 private static winmdroot.Foundation.HRESULT get_top(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 963 internal winmdroot.System.Variant.VARIANT top 967 winmdroot.System.Variant.VARIANT __result; 968 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 976 private static winmdroot.Foundation.HRESULT get_width(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 994 internal winmdroot.System.Variant.VARIANT width 998 winmdroot.System.Variant.VARIANT __result; 999 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1007 private static winmdroot.Foundation.HRESULT get_height(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1025 internal winmdroot.System.Variant.VARIANT height 1029 winmdroot.System.Variant.VARIANT __result; 1030 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1038 private static winmdroot.Foundation.HRESULT get_paddingLeft(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1056 internal winmdroot.System.Variant.VARIANT paddingLeft 1060 winmdroot.System.Variant.VARIANT __result; 1061 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1069 private static winmdroot.Foundation.HRESULT get_paddingTop(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1087 internal winmdroot.System.Variant.VARIANT paddingTop 1091 winmdroot.System.Variant.VARIANT __result; 1092 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1100 private static winmdroot.Foundation.HRESULT get_paddingRight(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1118 internal winmdroot.System.Variant.VARIANT paddingRight 1122 winmdroot.System.Variant.VARIANT __result; 1123 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1131 private static winmdroot.Foundation.HRESULT get_paddingBottom(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1149 internal winmdroot.System.Variant.VARIANT paddingBottom 1153 winmdroot.System.Variant.VARIANT __result; 1154 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1286 private static winmdroot.Foundation.HRESULT get_zIndex(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1304 internal winmdroot.System.Variant.VARIANT zIndex 1308 winmdroot.System.Variant.VARIANT __result; 1309 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1317 private static winmdroot.Foundation.HRESULT get_letterSpacing(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1335 internal winmdroot.System.Variant.VARIANT letterSpacing 1339 winmdroot.System.Variant.VARIANT __result; 1340 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1348 private static winmdroot.Foundation.HRESULT get_lineHeight(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1366 internal winmdroot.System.Variant.VARIANT lineHeight 1370 winmdroot.System.Variant.VARIANT __result; 1371 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1379 private static winmdroot.Foundation.HRESULT get_textIndent(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1397 internal winmdroot.System.Variant.VARIANT textIndent 1401 winmdroot.System.Variant.VARIANT __result; 1402 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1410 private static winmdroot.Foundation.HRESULT get_verticalAlign(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1428 internal winmdroot.System.Variant.VARIANT verticalAlign 1432 winmdroot.System.Variant.VARIANT __result; 1433 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1472 private static winmdroot.Foundation.HRESULT get_marginTop(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1490 internal winmdroot.System.Variant.VARIANT marginTop 1494 winmdroot.System.Variant.VARIANT __result; 1495 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1503 private static winmdroot.Foundation.HRESULT get_marginRight(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1521 internal winmdroot.System.Variant.VARIANT marginRight 1525 winmdroot.System.Variant.VARIANT __result; 1526 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1534 private static winmdroot.Foundation.HRESULT get_marginBottom(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1552 internal winmdroot.System.Variant.VARIANT marginBottom 1556 winmdroot.System.Variant.VARIANT __result; 1557 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1565 private static winmdroot.Foundation.HRESULT get_marginLeft(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1583 internal winmdroot.System.Variant.VARIANT marginLeft 1587 winmdroot.System.Variant.VARIANT __result; 1588 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1720 private static winmdroot.Foundation.HRESULT get_clipTop(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1738 internal winmdroot.System.Variant.VARIANT clipTop 1742 winmdroot.System.Variant.VARIANT __result; 1743 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1751 private static winmdroot.Foundation.HRESULT get_clipRight(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1769 internal winmdroot.System.Variant.VARIANT clipRight 1773 winmdroot.System.Variant.VARIANT __result; 1774 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[59])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1782 private static winmdroot.Foundation.HRESULT get_clipBottom(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1800 internal winmdroot.System.Variant.VARIANT clipBottom 1804 winmdroot.System.Variant.VARIANT __result; 1805 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1813 private static winmdroot.Foundation.HRESULT get_clipLeft(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1831 internal winmdroot.System.Variant.VARIANT clipLeft 1835 winmdroot.System.Variant.VARIANT __result; 1836 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2092 private static winmdroot.Foundation.HRESULT getAttribute(IHTMLCurrentStyle* pThis, winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue) 2109 public winmdroot.System.Variant.VARIANT getAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags) 2111 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 2112 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure(); 2150 private static winmdroot.Foundation.HRESULT get_right(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2168 internal winmdroot.System.Variant.VARIANT right 2172 winmdroot.System.Variant.VARIANT __result; 2173 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2181 private static winmdroot.Foundation.HRESULT get_bottom(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2199 internal winmdroot.System.Variant.VARIANT bottom 2203 winmdroot.System.Variant.VARIANT __result; 2204 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2491 private static winmdroot.Foundation.HRESULT get_textKashida(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2509 internal winmdroot.System.Variant.VARIANT textKashida 2513 winmdroot.System.Variant.VARIANT __result; 2514 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[83])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2553 private static winmdroot.Foundation.HRESULT get_layoutGridChar(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2571 internal winmdroot.System.Variant.VARIANT layoutGridChar 2575 winmdroot.System.Variant.VARIANT __result; 2576 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[85])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2584 private static winmdroot.Foundation.HRESULT get_layoutGridLine(IHTMLCurrentStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2602 internal winmdroot.System.Variant.VARIANT layoutGridLine 2606 winmdroot.System.Variant.VARIANT __result; 2607 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[86])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2988 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 2994 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_color_10; 2996 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_backgroundColor_11; 3004 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_fontWeight_15; 3006 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_fontSize_16; 3010 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_backgroundPositionX_18; 3012 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_backgroundPositionY_19; 3016 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderLeftColor_21; 3018 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderTopColor_22; 3020 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderRightColor_23; 3022 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderBottomColor_24; 3032 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderTopWidth_29; 3034 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderRightWidth_30; 3036 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderBottomWidth_31; 3038 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderLeftWidth_32; 3040 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_left_33; 3042 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_top_34; 3044 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_width_35; 3046 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_height_36; 3048 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_paddingLeft_37; 3050 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_paddingTop_38; 3052 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_paddingRight_39; 3054 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_paddingBottom_40; 3064 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_zIndex_45; 3066 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_letterSpacing_46; 3068 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_lineHeight_47; 3070 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_textIndent_48; 3072 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_verticalAlign_49; 3076 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_marginTop_51; 3078 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_marginRight_52; 3080 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_marginBottom_53; 3082 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_marginLeft_54; 3092 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_clipTop_59; 3094 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_clipRight_60; 3096 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_clipBottom_61; 3098 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_clipLeft_62; 3116 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> getAttribute_71; 3120 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_right_73; 3122 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_bottom_74; 3142 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_textKashida_84; 3146 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_layoutGridChar_86; 3148 internal delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_layoutGridLine_87; 3295 winmdroot.System.Variant.VARIANT color 3300 winmdroot.System.Variant.VARIANT backgroundColor 3320 winmdroot.System.Variant.VARIANT fontWeight 3325 winmdroot.System.Variant.VARIANT fontSize 3335 winmdroot.System.Variant.VARIANT backgroundPositionX 3340 winmdroot.System.Variant.VARIANT backgroundPositionY 3350 winmdroot.System.Variant.VARIANT borderLeftColor 3355 winmdroot.System.Variant.VARIANT borderTopColor 3360 winmdroot.System.Variant.VARIANT borderRightColor 3365 winmdroot.System.Variant.VARIANT borderBottomColor 3390 winmdroot.System.Variant.VARIANT borderTopWidth 3395 winmdroot.System.Variant.VARIANT borderRightWidth 3400 winmdroot.System.Variant.VARIANT borderBottomWidth 3405 winmdroot.System.Variant.VARIANT borderLeftWidth 3410 winmdroot.System.Variant.VARIANT left 3415 winmdroot.System.Variant.VARIANT top 3420 winmdroot.System.Variant.VARIANT width 3425 winmdroot.System.Variant.VARIANT height 3430 winmdroot.System.Variant.VARIANT paddingLeft 3435 winmdroot.System.Variant.VARIANT paddingTop 3440 winmdroot.System.Variant.VARIANT paddingRight 3445 winmdroot.System.Variant.VARIANT paddingBottom 3470 winmdroot.System.Variant.VARIANT zIndex 3475 winmdroot.System.Variant.VARIANT letterSpacing 3480 winmdroot.System.Variant.VARIANT lineHeight 3485 winmdroot.System.Variant.VARIANT textIndent 3490 winmdroot.System.Variant.VARIANT verticalAlign 3500 winmdroot.System.Variant.VARIANT marginTop 3505 winmdroot.System.Variant.VARIANT marginRight 3510 winmdroot.System.Variant.VARIANT marginBottom 3515 winmdroot.System.Variant.VARIANT marginLeft 3540 winmdroot.System.Variant.VARIANT clipTop 3545 winmdroot.System.Variant.VARIANT clipRight 3550 winmdroot.System.Variant.VARIANT clipBottom 3555 winmdroot.System.Variant.VARIANT clipLeft 3601 unsafe winmdroot.Foundation.HRESULT getAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue); 3608 winmdroot.System.Variant.VARIANT right 3613 winmdroot.System.Variant.VARIANT bottom 3663 winmdroot.System.Variant.VARIANT textKashida 3673 winmdroot.System.Variant.VARIANT layoutGridChar 3678 winmdroot.System.Variant.VARIANT layoutGridLine
_generated\142\Windows.Win32.IHTMLDataTransfer.g.cs (23)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 136 /// <inheritdoc cref="setData(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/> 138 internal unsafe winmdroot.Foundation.VARIANT_BOOL setData(winmdroot.Foundation.BSTR format, in winmdroot.System.Variant.VARIANT data) 140 fixed (winmdroot.System.Variant.VARIANT* dataLocal = &data) 150 private static winmdroot.Foundation.HRESULT setData(IHTMLDataTransfer* pThis, winmdroot.Foundation.BSTR format, winmdroot.System.Variant.VARIANT* data, winmdroot.Foundation.VARIANT_BOOL* pret) 167 public unsafe winmdroot.Foundation.VARIANT_BOOL setData(winmdroot.Foundation.BSTR format, winmdroot.System.Variant.VARIANT* data) 170 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), format, data, &__retVal).ThrowOnFailure(); 177 private static winmdroot.Foundation.HRESULT getData(IHTMLDataTransfer* pThis, winmdroot.Foundation.BSTR format, winmdroot.System.Variant.VARIANT* pvarRet) 194 public winmdroot.System.Variant.VARIANT getData(winmdroot.Foundation.BSTR format) 196 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 197 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), format, &__retVal).ThrowOnFailure(); 375 internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 377 internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> setData_8; 379 internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> getData_9; 421 unsafe winmdroot.Foundation.HRESULT setData(winmdroot.Foundation.BSTR format, winmdroot.System.Variant.VARIANT* data, winmdroot.Foundation.VARIANT_BOOL* pret); 424 unsafe winmdroot.Foundation.HRESULT getData(winmdroot.Foundation.BSTR format, winmdroot.System.Variant.VARIANT* pvarRet);
_generated\143\Windows.Win32.IHTMLDocument.g.cs (8)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLDocument*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLDocument*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 196 internal delegate *unmanaged [Stdcall]<IHTMLDocument*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\144\Windows.Win32.IHTMLDocument2.g.cs (273)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLDocument2*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 679 private static winmdroot.Foundation.HRESULT put_alinkColor(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 696 public winmdroot.Foundation.HRESULT put_alinkColor(winmdroot.System.Variant.VARIANT v) 698 return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLDocument2*)Unsafe.AsPointer(ref this), v); 701 /// <inheritdoc cref="get_alinkColor(winmdroot.System.Variant.VARIANT*)"/> 703 internal unsafe winmdroot.Foundation.HRESULT get_alinkColor(out winmdroot.System.Variant.VARIANT p) 705 fixed (winmdroot.System.Variant.VARIANT* pLocal = &p) 715 private static winmdroot.Foundation.HRESULT get_alinkColor(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 732 public unsafe winmdroot.Foundation.HRESULT get_alinkColor(winmdroot.System.Variant.VARIANT* p) 734 return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p); 740 private static winmdroot.Foundation.HRESULT put_bgColor(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 757 public winmdroot.Foundation.HRESULT put_bgColor(winmdroot.System.Variant.VARIANT v) 759 return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLDocument2*)Unsafe.AsPointer(ref this), v); 762 /// <inheritdoc cref="get_bgColor(winmdroot.System.Variant.VARIANT*)"/> 764 internal unsafe winmdroot.Foundation.HRESULT get_bgColor(out winmdroot.System.Variant.VARIANT p) 766 fixed (winmdroot.System.Variant.VARIANT* pLocal = &p) 776 private static winmdroot.Foundation.HRESULT get_bgColor(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 793 public unsafe winmdroot.Foundation.HRESULT get_bgColor(winmdroot.System.Variant.VARIANT* p) 795 return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p); 801 private static winmdroot.Foundation.HRESULT put_fgColor(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 818 public winmdroot.Foundation.HRESULT put_fgColor(winmdroot.System.Variant.VARIANT v) 820 return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLDocument2*)Unsafe.AsPointer(ref this), v); 823 /// <inheritdoc cref="get_fgColor(winmdroot.System.Variant.VARIANT*)"/> 825 internal unsafe winmdroot.Foundation.HRESULT get_fgColor(out winmdroot.System.Variant.VARIANT p) 827 fixed (winmdroot.System.Variant.VARIANT* pLocal = &p) 837 private static winmdroot.Foundation.HRESULT get_fgColor(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 854 public unsafe winmdroot.Foundation.HRESULT get_fgColor(winmdroot.System.Variant.VARIANT* p) 856 return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p); 862 private static winmdroot.Foundation.HRESULT put_linkColor(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 879 public winmdroot.Foundation.HRESULT put_linkColor(winmdroot.System.Variant.VARIANT v) 881 return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLDocument2*)Unsafe.AsPointer(ref this), v); 884 /// <inheritdoc cref="get_linkColor(winmdroot.System.Variant.VARIANT*)"/> 886 internal unsafe winmdroot.Foundation.HRESULT get_linkColor(out winmdroot.System.Variant.VARIANT p) 888 fixed (winmdroot.System.Variant.VARIANT* pLocal = &p) 898 private static winmdroot.Foundation.HRESULT get_linkColor(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 915 public unsafe winmdroot.Foundation.HRESULT get_linkColor(winmdroot.System.Variant.VARIANT* p) 917 return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p); 923 private static winmdroot.Foundation.HRESULT put_vlinkColor(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 940 public winmdroot.Foundation.HRESULT put_vlinkColor(winmdroot.System.Variant.VARIANT v) 942 return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLDocument2*)Unsafe.AsPointer(ref this), v); 945 /// <inheritdoc cref="get_vlinkColor(winmdroot.System.Variant.VARIANT*)"/> 947 internal unsafe winmdroot.Foundation.HRESULT get_vlinkColor(out winmdroot.System.Variant.VARIANT p) 949 fixed (winmdroot.System.Variant.VARIANT* pLocal = &p) 959 private static winmdroot.Foundation.HRESULT get_vlinkColor(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 976 public unsafe winmdroot.Foundation.HRESULT get_vlinkColor(winmdroot.System.Variant.VARIANT* p) 978 return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p); 1730 private static winmdroot.Foundation.HRESULT open(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR url, winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT features, winmdroot.System.Variant.VARIANT replace, winmdroot.System.Com.IDispatch** pomWindowResult) 1747 public unsafe winmdroot.Foundation.HRESULT open(winmdroot.Foundation.BSTR url, winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT features, winmdroot.System.Variant.VARIANT replace, winmdroot.System.Com.IDispatch** pomWindowResult) 1749 return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((IHTMLDocument2*)Unsafe.AsPointer(ref this), url, name, features, replace, pomWindowResult); 1940 private static winmdroot.Foundation.HRESULT queryCommandValue(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR cmdID, winmdroot.System.Variant.VARIANT* pcmdValue) 1957 public winmdroot.System.Variant.VARIANT queryCommandValue(winmdroot.Foundation.BSTR cmdID) 1959 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 1960 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 1964 /// <inheritdoc cref="execCommand(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/> 1966 internal unsafe winmdroot.Foundation.HRESULT execCommand(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, out winmdroot.Foundation.VARIANT_BOOL pfRet) 1978 private static winmdroot.Foundation.HRESULT execCommand(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.VARIANT_BOOL* pfRet) 1995 public unsafe winmdroot.Foundation.HRESULT execCommand(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.VARIANT_BOOL* pfRet) 1997 return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, showUI, value, pfRet); 2055 private static winmdroot.Foundation.HRESULT put_onhelp(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2073 internal winmdroot.System.Variant.VARIANT onhelp 2077 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2081 winmdroot.System.Variant.VARIANT __result; 2082 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2090 private static winmdroot.Foundation.HRESULT get_onhelp(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2111 private static winmdroot.Foundation.HRESULT put_onclick(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2129 internal winmdroot.System.Variant.VARIANT onclick 2133 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2137 winmdroot.System.Variant.VARIANT __result; 2138 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2146 private static winmdroot.Foundation.HRESULT get_onclick(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2167 private static winmdroot.Foundation.HRESULT put_ondblclick(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2185 internal winmdroot.System.Variant.VARIANT ondblclick 2189 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2193 winmdroot.System.Variant.VARIANT __result; 2194 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2202 private static winmdroot.Foundation.HRESULT get_ondblclick(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2223 private static winmdroot.Foundation.HRESULT put_onkeyup(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2241 internal winmdroot.System.Variant.VARIANT onkeyup 2245 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2249 winmdroot.System.Variant.VARIANT __result; 2250 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[80])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2258 private static winmdroot.Foundation.HRESULT get_onkeyup(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2279 private static winmdroot.Foundation.HRESULT put_onkeydown(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2297 internal winmdroot.System.Variant.VARIANT onkeydown 2301 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[81])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2305 winmdroot.System.Variant.VARIANT __result; 2306 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[82])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2314 private static winmdroot.Foundation.HRESULT get_onkeydown(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2335 private static winmdroot.Foundation.HRESULT put_onkeypress(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2353 internal winmdroot.System.Variant.VARIANT onkeypress 2357 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[83])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2361 winmdroot.System.Variant.VARIANT __result; 2362 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[84])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2370 private static winmdroot.Foundation.HRESULT get_onkeypress(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2391 private static winmdroot.Foundation.HRESULT put_onmouseup(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2409 internal winmdroot.System.Variant.VARIANT onmouseup 2413 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[85])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2417 winmdroot.System.Variant.VARIANT __result; 2418 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[86])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2426 private static winmdroot.Foundation.HRESULT get_onmouseup(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2447 private static winmdroot.Foundation.HRESULT put_onmousedown(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2465 internal winmdroot.System.Variant.VARIANT onmousedown 2469 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[87])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2473 winmdroot.System.Variant.VARIANT __result; 2474 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[88])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2482 private static winmdroot.Foundation.HRESULT get_onmousedown(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2503 private static winmdroot.Foundation.HRESULT put_onmousemove(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2521 internal winmdroot.System.Variant.VARIANT onmousemove 2525 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[89])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2529 winmdroot.System.Variant.VARIANT __result; 2530 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[90])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2538 private static winmdroot.Foundation.HRESULT get_onmousemove(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2559 private static winmdroot.Foundation.HRESULT put_onmouseout(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2577 internal winmdroot.System.Variant.VARIANT onmouseout 2581 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[91])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2585 winmdroot.System.Variant.VARIANT __result; 2586 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[92])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2594 private static winmdroot.Foundation.HRESULT get_onmouseout(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2615 private static winmdroot.Foundation.HRESULT put_onmouseover(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2633 internal winmdroot.System.Variant.VARIANT onmouseover 2637 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[93])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2641 winmdroot.System.Variant.VARIANT __result; 2642 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[94])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2650 private static winmdroot.Foundation.HRESULT get_onmouseover(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2671 private static winmdroot.Foundation.HRESULT put_onreadystatechange(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2689 internal winmdroot.System.Variant.VARIANT onreadystatechange 2693 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[95])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2697 winmdroot.System.Variant.VARIANT __result; 2698 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[96])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2706 private static winmdroot.Foundation.HRESULT get_onreadystatechange(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2727 private static winmdroot.Foundation.HRESULT put_onafterupdate(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2745 internal winmdroot.System.Variant.VARIANT onafterupdate 2749 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[97])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2753 winmdroot.System.Variant.VARIANT __result; 2754 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[98])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2762 private static winmdroot.Foundation.HRESULT get_onafterupdate(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2783 private static winmdroot.Foundation.HRESULT put_onrowexit(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2801 internal winmdroot.System.Variant.VARIANT onrowexit 2805 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[99])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2809 winmdroot.System.Variant.VARIANT __result; 2810 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[100])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2818 private static winmdroot.Foundation.HRESULT get_onrowexit(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2839 private static winmdroot.Foundation.HRESULT put_onrowenter(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2857 internal winmdroot.System.Variant.VARIANT onrowenter 2861 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[101])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2865 winmdroot.System.Variant.VARIANT __result; 2866 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[102])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2874 private static winmdroot.Foundation.HRESULT get_onrowenter(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2895 private static winmdroot.Foundation.HRESULT put_ondragstart(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2913 internal winmdroot.System.Variant.VARIANT ondragstart 2917 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[103])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2921 winmdroot.System.Variant.VARIANT __result; 2922 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[104])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2930 private static winmdroot.Foundation.HRESULT get_ondragstart(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 2951 private static winmdroot.Foundation.HRESULT put_onselectstart(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 2969 internal winmdroot.System.Variant.VARIANT onselectstart 2973 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[105])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2977 winmdroot.System.Variant.VARIANT __result; 2978 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[106])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2986 private static winmdroot.Foundation.HRESULT get_onselectstart(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 3088 private static winmdroot.Foundation.HRESULT put_onbeforeupdate(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 3106 internal winmdroot.System.Variant.VARIANT onbeforeupdate 3110 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[110])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3114 winmdroot.System.Variant.VARIANT __result; 3115 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[111])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3123 private static winmdroot.Foundation.HRESULT get_onbeforeupdate(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 3144 private static winmdroot.Foundation.HRESULT put_onerrorupdate(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT v) 3162 internal winmdroot.System.Variant.VARIANT onerrorupdate 3166 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[112])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3170 winmdroot.System.Variant.VARIANT __result; 3171 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[113])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3179 private static winmdroot.Foundation.HRESULT get_onerrorupdate(IHTMLDocument2* pThis, winmdroot.System.Variant.VARIANT* p) 3286 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 3326 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_alinkColor_27; 3328 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_alinkColor_28; 3330 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_bgColor_29; 3332 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_bgColor_30; 3334 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_fgColor_31; 3336 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_fgColor_32; 3338 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_linkColor_33; 3340 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_linkColor_34; 3342 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_vlinkColor_35; 3344 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_vlinkColor_36; 3396 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> open_62; 3412 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> queryCommandValue_70; 3414 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> execCommand_71; 3420 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onhelp_74; 3422 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onhelp_75; 3424 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onclick_76; 3426 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onclick_77; 3428 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondblclick_78; 3430 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondblclick_79; 3432 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onkeyup_80; 3434 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onkeyup_81; 3436 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onkeydown_82; 3438 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onkeydown_83; 3440 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onkeypress_84; 3442 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onkeypress_85; 3444 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmouseup_86; 3446 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmouseup_87; 3448 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmousedown_88; 3450 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmousedown_89; 3452 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmousemove_90; 3454 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmousemove_91; 3456 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmouseout_92; 3458 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmouseout_93; 3460 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmouseover_94; 3462 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmouseover_95; 3464 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onreadystatechange_96; 3466 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onreadystatechange_97; 3468 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onafterupdate_98; 3470 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onafterupdate_99; 3472 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onrowexit_100; 3474 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onrowexit_101; 3476 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onrowenter_102; 3478 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onrowenter_103; 3480 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondragstart_104; 3482 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondragstart_105; 3484 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onselectstart_106; 3486 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onselectstart_107; 3494 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforeupdate_111; 3496 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforeupdate_112; 3498 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onerrorupdate_113; 3500 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onerrorupdate_114; 3711winmdroot.Foundation.HRESULT put_alinkColor(winmdroot.System.Variant.VARIANT v); 3714 unsafe winmdroot.Foundation.HRESULT get_alinkColor(winmdroot.System.Variant.VARIANT* p); 3717winmdroot.Foundation.HRESULT put_bgColor(winmdroot.System.Variant.VARIANT v); 3720 unsafe winmdroot.Foundation.HRESULT get_bgColor(winmdroot.System.Variant.VARIANT* p); 3723winmdroot.Foundation.HRESULT put_fgColor(winmdroot.System.Variant.VARIANT v); 3726 unsafe winmdroot.Foundation.HRESULT get_fgColor(winmdroot.System.Variant.VARIANT* p); 3729winmdroot.Foundation.HRESULT put_linkColor(winmdroot.System.Variant.VARIANT v); 3732 unsafe winmdroot.Foundation.HRESULT get_linkColor(winmdroot.System.Variant.VARIANT* p); 3735winmdroot.Foundation.HRESULT put_vlinkColor(winmdroot.System.Variant.VARIANT v); 3738 unsafe winmdroot.Foundation.HRESULT get_vlinkColor(winmdroot.System.Variant.VARIANT* p); 3834 unsafe winmdroot.Foundation.HRESULT open(winmdroot.Foundation.BSTR url, winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT features, winmdroot.System.Variant.VARIANT replace, winmdroot.System.Com.IDispatch** pomWindowResult); 3858 unsafe winmdroot.Foundation.HRESULT queryCommandValue(winmdroot.Foundation.BSTR cmdID, winmdroot.System.Variant.VARIANT* pcmdValue); 3861 unsafe winmdroot.Foundation.HRESULT execCommand(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.VARIANT_BOOL* pfRet); 3869 winmdroot.System.Variant.VARIANT onhelp 3875 winmdroot.System.Variant.VARIANT onclick 3881 winmdroot.System.Variant.VARIANT ondblclick 3887 winmdroot.System.Variant.VARIANT onkeyup 3893 winmdroot.System.Variant.VARIANT onkeydown 3899 winmdroot.System.Variant.VARIANT onkeypress 3905 winmdroot.System.Variant.VARIANT onmouseup 3911 winmdroot.System.Variant.VARIANT onmousedown 3917 winmdroot.System.Variant.VARIANT onmousemove 3923 winmdroot.System.Variant.VARIANT onmouseout 3929 winmdroot.System.Variant.VARIANT onmouseover 3935 winmdroot.System.Variant.VARIANT onreadystatechange 3941 winmdroot.System.Variant.VARIANT onafterupdate 3947 winmdroot.System.Variant.VARIANT onrowexit 3953 winmdroot.System.Variant.VARIANT onrowenter 3959 winmdroot.System.Variant.VARIANT ondragstart 3965 winmdroot.System.Variant.VARIANT onselectstart 3982 winmdroot.System.Variant.VARIANT onbeforeupdate 3988 winmdroot.System.Variant.VARIANT onerrorupdate
_generated\145\Windows.Win32.IHTMLDocument3.g.cs (98)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLDocument3*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 339 private static winmdroot.Foundation.HRESULT put_onrowsdelete(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT v) 357 internal winmdroot.System.Variant.VARIANT onrowsdelete 361 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 365 winmdroot.System.Variant.VARIANT __result; 366 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 374 private static winmdroot.Foundation.HRESULT get_onrowsdelete(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT* p) 395 private static winmdroot.Foundation.HRESULT put_onrowsinserted(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT v) 413 internal winmdroot.System.Variant.VARIANT onrowsinserted 417 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 421 winmdroot.System.Variant.VARIANT __result; 422 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 430 private static winmdroot.Foundation.HRESULT get_onrowsinserted(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT* p) 451 private static winmdroot.Foundation.HRESULT put_oncellchange(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT v) 469 internal winmdroot.System.Variant.VARIANT oncellchange 473 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 477 winmdroot.System.Variant.VARIANT __result; 478 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 486 private static winmdroot.Foundation.HRESULT get_oncellchange(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT* p) 507 private static winmdroot.Foundation.HRESULT put_ondatasetchanged(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT v) 525 internal winmdroot.System.Variant.VARIANT ondatasetchanged 529 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 533 winmdroot.System.Variant.VARIANT __result; 534 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 542 private static winmdroot.Foundation.HRESULT get_ondatasetchanged(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT* p) 563 private static winmdroot.Foundation.HRESULT put_ondataavailable(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT v) 581 internal winmdroot.System.Variant.VARIANT ondataavailable 585 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 589 winmdroot.System.Variant.VARIANT __result; 590 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 598 private static winmdroot.Foundation.HRESULT get_ondataavailable(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT* p) 619 private static winmdroot.Foundation.HRESULT put_ondatasetcomplete(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT v) 637 internal winmdroot.System.Variant.VARIANT ondatasetcomplete 641 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 645 winmdroot.System.Variant.VARIANT __result; 646 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 654 private static winmdroot.Foundation.HRESULT get_ondatasetcomplete(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT* p) 675 private static winmdroot.Foundation.HRESULT put_onpropertychange(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT v) 693 internal winmdroot.System.Variant.VARIANT onpropertychange 697 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 701 winmdroot.System.Variant.VARIANT __result; 702 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 710 private static winmdroot.Foundation.HRESULT get_onpropertychange(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT* p) 792 private static winmdroot.Foundation.HRESULT put_oncontextmenu(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT v) 810 internal winmdroot.System.Variant.VARIANT oncontextmenu 814 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 818 winmdroot.System.Variant.VARIANT __result; 819 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 827 private static winmdroot.Foundation.HRESULT get_oncontextmenu(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT* p) 848 private static winmdroot.Foundation.HRESULT put_onstop(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT v) 866 internal winmdroot.System.Variant.VARIANT onstop 870 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 874 winmdroot.System.Variant.VARIANT __result; 875 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 883 private static winmdroot.Foundation.HRESULT get_onstop(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT* p) 1161 private static winmdroot.Foundation.HRESULT put_onbeforeeditfocus(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT v) 1179 internal winmdroot.System.Variant.VARIANT onbeforeeditfocus 1183 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1187 winmdroot.System.Variant.VARIANT __result; 1188 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1196 private static winmdroot.Foundation.HRESULT get_onbeforeeditfocus(IHTMLDocument3* pThis, winmdroot.System.Variant.VARIANT* p) 1326 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 1342 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onrowsdelete_15; 1344 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onrowsdelete_16; 1346 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onrowsinserted_17; 1348 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onrowsinserted_18; 1350 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_oncellchange_19; 1352 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_oncellchange_20; 1354 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondatasetchanged_21; 1356 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondatasetchanged_22; 1358 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondataavailable_23; 1360 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondataavailable_24; 1362 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondatasetcomplete_25; 1364 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondatasetcomplete_26; 1366 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onpropertychange_27; 1368 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onpropertychange_28; 1374 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_oncontextmenu_31; 1376 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_oncontextmenu_32; 1378 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onstop_33; 1380 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onstop_34; 1400 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforeeditfocus_44; 1402 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforeeditfocus_45; 1498 winmdroot.System.Variant.VARIANT onrowsdelete 1504 winmdroot.System.Variant.VARIANT onrowsinserted 1510 winmdroot.System.Variant.VARIANT oncellchange 1516 winmdroot.System.Variant.VARIANT ondatasetchanged 1522 winmdroot.System.Variant.VARIANT ondataavailable 1528 winmdroot.System.Variant.VARIANT ondatasetcomplete 1534 winmdroot.System.Variant.VARIANT onpropertychange 1546 winmdroot.System.Variant.VARIANT oncontextmenu 1552 winmdroot.System.Variant.VARIANT onstop 1589 winmdroot.System.Variant.VARIANT onbeforeeditfocus
_generated\146\Windows.Win32.IHTMLDocument4.g.cs (42)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLDocument4*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 200 private static winmdroot.Foundation.HRESULT put_onselectionchange(IHTMLDocument4* pThis, winmdroot.System.Variant.VARIANT v) 218 internal winmdroot.System.Variant.VARIANT onselectionchange 222 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLDocument4*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 226 winmdroot.System.Variant.VARIANT __result; 227 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLDocument4*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 235 private static winmdroot.Foundation.HRESULT get_onselectionchange(IHTMLDocument4* pThis, winmdroot.System.Variant.VARIANT* p) 367 /// <inheritdoc cref="createEventObject(winmdroot.System.Variant.VARIANT*)"/> 369 internal unsafe winmdroot.Web.MsHtml.IHTMLEventObj* createEventObject(in winmdroot.System.Variant.VARIANT pvarEventObject) 371 fixed (winmdroot.System.Variant.VARIANT* pvarEventObjectLocal = &pvarEventObject) 381 private static winmdroot.Foundation.HRESULT createEventObject(IHTMLDocument4* pThis, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Web.MsHtml.IHTMLEventObj** ppEventObj) 398 public unsafe winmdroot.Web.MsHtml.IHTMLEventObj* createEventObject(winmdroot.System.Variant.VARIANT* pvarEventObject) 401 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Variant.VARIANT* ,winmdroot.Web.MsHtml.IHTMLEventObj** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLDocument4*)Unsafe.AsPointer(ref this), pvarEventObject, &__retVal).ThrowOnFailure(); 405 /// <inheritdoc cref="fireEvent(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/> 407 internal unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, in winmdroot.System.Variant.VARIANT pvarEventObject, out winmdroot.Foundation.VARIANT_BOOL pfCancelled) 411 fixed (winmdroot.System.Variant.VARIANT* pvarEventObjectLocal = &pvarEventObject) 422 private static winmdroot.Foundation.HRESULT fireEvent(IHTMLDocument4* pThis, winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled) 439 public unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled) 441 return ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLDocument4*)Unsafe.AsPointer(ref this), bstrEventName, pvarEventObject, pfCancelled); 474 private static winmdroot.Foundation.HRESULT put_oncontrolselect(IHTMLDocument4* pThis, winmdroot.System.Variant.VARIANT v) 492 internal winmdroot.System.Variant.VARIANT oncontrolselect 496 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLDocument4*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 500 winmdroot.System.Variant.VARIANT __result; 501 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLDocument4*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 509 private static winmdroot.Foundation.HRESULT get_oncontrolselect(IHTMLDocument4* pThis, winmdroot.System.Variant.VARIANT* p) 593 internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 599 internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onselectionchange_10; 601 internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onselectionchange_11; 611 internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Variant.VARIANT* ,winmdroot.Web.MsHtml.IHTMLEventObj** ,winmdroot.Foundation.HRESULT> createEventObject_16; 613 internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> fireEvent_17; 617 internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_oncontrolselect_19; 619 internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_oncontrolselect_20; 665 winmdroot.System.Variant.VARIANT onselectionchange 686 unsafe winmdroot.Foundation.HRESULT createEventObject(winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Web.MsHtml.IHTMLEventObj** ppEventObj); 689 unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled); 694 winmdroot.System.Variant.VARIANT oncontrolselect
_generated\147\Windows.Win32.IHTMLDOMNode.g.cs (22)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 290 private static winmdroot.Foundation.HRESULT insertBefore(IHTMLDOMNode* pThis, winmdroot.Web.MsHtml.IHTMLDOMNode* newChild, winmdroot.System.Variant.VARIANT refChild, winmdroot.Web.MsHtml.IHTMLDOMNode** node) 307 public unsafe winmdroot.Web.MsHtml.IHTMLDOMNode* insertBefore(winmdroot.Web.MsHtml.IHTMLDOMNode* newChild, winmdroot.System.Variant.VARIANT refChild) 310 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Web.MsHtml.IHTMLDOMNode* ,winmdroot.System.Variant.VARIANT ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), newChild, refChild, &__retVal).ThrowOnFailure(); 535 private static winmdroot.Foundation.HRESULT put_nodeValue(IHTMLDOMNode* pThis, winmdroot.System.Variant.VARIANT v) 553 internal winmdroot.System.Variant.VARIANT nodeValue 557 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 561 winmdroot.System.Variant.VARIANT __result; 562 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 570 private static winmdroot.Foundation.HRESULT get_nodeValue(IHTMLDOMNode* pThis, winmdroot.System.Variant.VARIANT* p) 735 internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 747 internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Web.MsHtml.IHTMLDOMNode* ,winmdroot.System.Variant.VARIANT ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT> insertBefore_13; 765 internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_nodeValue_22; 767 internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_nodeValue_23; 843 unsafe winmdroot.Foundation.HRESULT insertBefore(winmdroot.Web.MsHtml.IHTMLDOMNode* newChild, winmdroot.System.Variant.VARIANT refChild, winmdroot.Web.MsHtml.IHTMLDOMNode** node); 871 winmdroot.System.Variant.VARIANT nodeValue
_generated\148\Windows.Win32.IHTMLElement.g.cs (230)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLElement*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLElement*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 139 private static winmdroot.Foundation.HRESULT setAttribute(IHTMLElement* pThis, winmdroot.Foundation.BSTR strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags) 156 public winmdroot.Foundation.HRESULT setAttribute(winmdroot.Foundation.BSTR strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags) 158 return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLElement*)Unsafe.AsPointer(ref this), strAttributeName, AttributeValue, lFlags); 161 /// <inheritdoc cref="getAttribute(winmdroot.Foundation.BSTR, int, winmdroot.System.Variant.VARIANT*)"/> 163 internal unsafe winmdroot.Foundation.HRESULT getAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags, out winmdroot.System.Variant.VARIANT AttributeValue) 165 fixed (winmdroot.System.Variant.VARIANT* AttributeValueLocal = &AttributeValue) 175 private static winmdroot.Foundation.HRESULT getAttribute(IHTMLElement* pThis, winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue) 192 public unsafe winmdroot.Foundation.HRESULT getAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue) 194 return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLElement*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, AttributeValue); 430 private static winmdroot.Foundation.HRESULT put_onhelp(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 448 internal winmdroot.System.Variant.VARIANT onhelp 452 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 456 winmdroot.System.Variant.VARIANT __result; 457 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 465 private static winmdroot.Foundation.HRESULT get_onhelp(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 486 private static winmdroot.Foundation.HRESULT put_onclick(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 504 internal winmdroot.System.Variant.VARIANT onclick 508 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 512 winmdroot.System.Variant.VARIANT __result; 513 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 521 private static winmdroot.Foundation.HRESULT get_onclick(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 542 private static winmdroot.Foundation.HRESULT put_ondblclick(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 560 internal winmdroot.System.Variant.VARIANT ondblclick 564 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 568 winmdroot.System.Variant.VARIANT __result; 569 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 577 private static winmdroot.Foundation.HRESULT get_ondblclick(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 598 private static winmdroot.Foundation.HRESULT put_onkeydown(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 616 internal winmdroot.System.Variant.VARIANT onkeydown 620 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 624 winmdroot.System.Variant.VARIANT __result; 625 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 633 private static winmdroot.Foundation.HRESULT get_onkeydown(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 654 private static winmdroot.Foundation.HRESULT put_onkeyup(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 672 internal winmdroot.System.Variant.VARIANT onkeyup 676 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 680 winmdroot.System.Variant.VARIANT __result; 681 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 689 private static winmdroot.Foundation.HRESULT get_onkeyup(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 710 private static winmdroot.Foundation.HRESULT put_onkeypress(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 728 internal winmdroot.System.Variant.VARIANT onkeypress 732 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 736 winmdroot.System.Variant.VARIANT __result; 737 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 745 private static winmdroot.Foundation.HRESULT get_onkeypress(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 766 private static winmdroot.Foundation.HRESULT put_onmouseout(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 784 internal winmdroot.System.Variant.VARIANT onmouseout 788 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 792 winmdroot.System.Variant.VARIANT __result; 793 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 801 private static winmdroot.Foundation.HRESULT get_onmouseout(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 822 private static winmdroot.Foundation.HRESULT put_onmouseover(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 840 internal winmdroot.System.Variant.VARIANT onmouseover 844 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 848 winmdroot.System.Variant.VARIANT __result; 849 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 857 private static winmdroot.Foundation.HRESULT get_onmouseover(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 878 private static winmdroot.Foundation.HRESULT put_onmousemove(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 896 internal winmdroot.System.Variant.VARIANT onmousemove 900 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 904 winmdroot.System.Variant.VARIANT __result; 905 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 913 private static winmdroot.Foundation.HRESULT get_onmousemove(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 934 private static winmdroot.Foundation.HRESULT put_onmousedown(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 952 internal winmdroot.System.Variant.VARIANT onmousedown 956 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 960 winmdroot.System.Variant.VARIANT __result; 961 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 969 private static winmdroot.Foundation.HRESULT get_onmousedown(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 990 private static winmdroot.Foundation.HRESULT put_onmouseup(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 1008 internal winmdroot.System.Variant.VARIANT onmouseup 1012 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1016 winmdroot.System.Variant.VARIANT __result; 1017 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1025 private static winmdroot.Foundation.HRESULT get_onmouseup(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 1183 private static winmdroot.Foundation.HRESULT put_onselectstart(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 1201 internal winmdroot.System.Variant.VARIANT onselectstart 1205 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1209 winmdroot.System.Variant.VARIANT __result; 1210 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1218 private static winmdroot.Foundation.HRESULT get_onselectstart(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 1239 private static winmdroot.Foundation.HRESULT scrollIntoView(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT varargStart) 1256 public winmdroot.Foundation.HRESULT scrollIntoView(winmdroot.System.Variant.VARIANT varargStart) 1258 return ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLElement*)Unsafe.AsPointer(ref this), varargStart); 1322 private static winmdroot.Foundation.HRESULT get_recordNumber(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 1340 internal winmdroot.System.Variant.VARIANT recordNumber 1344 winmdroot.System.Variant.VARIANT __result; 1345 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1990 private static winmdroot.Foundation.HRESULT put_ondragstart(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 2008 internal winmdroot.System.Variant.VARIANT ondragstart 2012 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2016 winmdroot.System.Variant.VARIANT __result; 2017 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2025 private static winmdroot.Foundation.HRESULT get_ondragstart(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 2073 private static winmdroot.Foundation.HRESULT put_onbeforeupdate(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 2091 internal winmdroot.System.Variant.VARIANT onbeforeupdate 2095 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2099 winmdroot.System.Variant.VARIANT __result; 2100 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2108 private static winmdroot.Foundation.HRESULT get_onbeforeupdate(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 2129 private static winmdroot.Foundation.HRESULT put_onafterupdate(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 2147 internal winmdroot.System.Variant.VARIANT onafterupdate 2151 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2155 winmdroot.System.Variant.VARIANT __result; 2156 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2164 private static winmdroot.Foundation.HRESULT get_onafterupdate(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 2185 private static winmdroot.Foundation.HRESULT put_onerrorupdate(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 2203 internal winmdroot.System.Variant.VARIANT onerrorupdate 2207 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2211 winmdroot.System.Variant.VARIANT __result; 2212 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2220 private static winmdroot.Foundation.HRESULT get_onerrorupdate(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 2241 private static winmdroot.Foundation.HRESULT put_onrowexit(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 2259 internal winmdroot.System.Variant.VARIANT onrowexit 2263 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[80])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2267 winmdroot.System.Variant.VARIANT __result; 2268 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[81])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2276 private static winmdroot.Foundation.HRESULT get_onrowexit(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 2297 private static winmdroot.Foundation.HRESULT put_onrowenter(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 2315 internal winmdroot.System.Variant.VARIANT onrowenter 2319 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[82])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2323 winmdroot.System.Variant.VARIANT __result; 2324 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[83])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2332 private static winmdroot.Foundation.HRESULT get_onrowenter(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 2353 private static winmdroot.Foundation.HRESULT put_ondatasetchanged(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 2371 internal winmdroot.System.Variant.VARIANT ondatasetchanged 2375 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[84])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2379 winmdroot.System.Variant.VARIANT __result; 2380 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[85])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2388 private static winmdroot.Foundation.HRESULT get_ondatasetchanged(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 2409 private static winmdroot.Foundation.HRESULT put_ondataavailable(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 2427 internal winmdroot.System.Variant.VARIANT ondataavailable 2431 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[86])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2435 winmdroot.System.Variant.VARIANT __result; 2436 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[87])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2444 private static winmdroot.Foundation.HRESULT get_ondataavailable(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 2465 private static winmdroot.Foundation.HRESULT put_ondatasetcomplete(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 2483 internal winmdroot.System.Variant.VARIANT ondatasetcomplete 2487 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[88])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2491 winmdroot.System.Variant.VARIANT __result; 2492 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[89])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2500 private static winmdroot.Foundation.HRESULT get_ondatasetcomplete(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 2521 private static winmdroot.Foundation.HRESULT put_onfilterchange(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT v) 2539 internal winmdroot.System.Variant.VARIANT onfilterchange 2543 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[90])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2547 winmdroot.System.Variant.VARIANT __result; 2548 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[91])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2556 private static winmdroot.Foundation.HRESULT get_onfilterchange(IHTMLElement* pThis, winmdroot.System.Variant.VARIANT* p) 2659 internal delegate *unmanaged [Stdcall]<IHTMLElement*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 2661 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,int ,winmdroot.Foundation.HRESULT> setAttribute_8; 2663 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> getAttribute_9; 2681 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onhelp_18; 2683 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onhelp_19; 2685 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onclick_20; 2687 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onclick_21; 2689 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondblclick_22; 2691 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondblclick_23; 2693 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onkeydown_24; 2695 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onkeydown_25; 2697 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onkeyup_26; 2699 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onkeyup_27; 2701 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onkeypress_28; 2703 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onkeypress_29; 2705 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmouseout_30; 2707 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmouseout_31; 2709 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmouseover_32; 2711 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmouseover_33; 2713 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmousemove_34; 2715 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmousemove_35; 2717 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmousedown_36; 2719 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmousedown_37; 2721 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmouseup_38; 2723 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmouseup_39; 2735 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onselectstart_45; 2737 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onselectstart_46; 2739 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> scrollIntoView_47; 2745 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_recordNumber_50; 2789 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondragstart_72; 2791 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondragstart_73; 2795 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforeupdate_75; 2797 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforeupdate_76; 2799 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onafterupdate_77; 2801 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onafterupdate_78; 2803 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onerrorupdate_79; 2805 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onerrorupdate_80; 2807 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onrowexit_81; 2809 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onrowexit_82; 2811 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onrowenter_83; 2813 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onrowenter_84; 2815 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondatasetchanged_85; 2817 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondatasetchanged_86; 2819 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondataavailable_87; 2821 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondataavailable_88; 2823 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondatasetcomplete_89; 2825 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondatasetcomplete_90; 2827 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onfilterchange_91; 2829 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onfilterchange_92; 2945winmdroot.Foundation.HRESULT setAttribute(winmdroot.Foundation.BSTR strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags); 2948 unsafe winmdroot.Foundation.HRESULT getAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue); 2974 winmdroot.System.Variant.VARIANT onhelp 2980 winmdroot.System.Variant.VARIANT onclick 2986 winmdroot.System.Variant.VARIANT ondblclick 2992 winmdroot.System.Variant.VARIANT onkeydown 2998 winmdroot.System.Variant.VARIANT onkeyup 3004 winmdroot.System.Variant.VARIANT onkeypress 3010 winmdroot.System.Variant.VARIANT onmouseout 3016 winmdroot.System.Variant.VARIANT onmouseover 3022 winmdroot.System.Variant.VARIANT onmousemove 3028 winmdroot.System.Variant.VARIANT onmousedown 3034 winmdroot.System.Variant.VARIANT onmouseup 3055 winmdroot.System.Variant.VARIANT onselectstart 3062winmdroot.Foundation.HRESULT scrollIntoView(winmdroot.System.Variant.VARIANT varargStart); 3072 winmdroot.System.Variant.VARIANT recordNumber 3146 winmdroot.System.Variant.VARIANT ondragstart 3155 winmdroot.System.Variant.VARIANT onbeforeupdate 3161 winmdroot.System.Variant.VARIANT onafterupdate 3167 winmdroot.System.Variant.VARIANT onerrorupdate 3173 winmdroot.System.Variant.VARIANT onrowexit 3179 winmdroot.System.Variant.VARIANT onrowenter 3185 winmdroot.System.Variant.VARIANT ondatasetchanged 3191 winmdroot.System.Variant.VARIANT ondataavailable 3197 winmdroot.System.Variant.VARIANT ondatasetcomplete 3203 winmdroot.System.Variant.VARIANT onfilterchange
_generated\149\Windows.Win32.IHTMLElement2.g.cs (250)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLElement2*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 220 private static winmdroot.Foundation.HRESULT put_onlosecapture(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 238 internal winmdroot.System.Variant.VARIANT onlosecapture 242 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 246 winmdroot.System.Variant.VARIANT __result; 247 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 255 private static winmdroot.Foundation.HRESULT get_onlosecapture(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 303 private static winmdroot.Foundation.HRESULT doScroll(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT component) 320 public void doScroll(winmdroot.System.Variant.VARIANT component) 322 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLElement2*)Unsafe.AsPointer(ref this), component).ThrowOnFailure(); 328 private static winmdroot.Foundation.HRESULT put_onscroll(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 346 internal winmdroot.System.Variant.VARIANT onscroll 350 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 354 winmdroot.System.Variant.VARIANT __result; 355 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 363 private static winmdroot.Foundation.HRESULT get_onscroll(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 384 private static winmdroot.Foundation.HRESULT put_ondrag(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 402 internal winmdroot.System.Variant.VARIANT ondrag 406 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 410 winmdroot.System.Variant.VARIANT __result; 411 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 419 private static winmdroot.Foundation.HRESULT get_ondrag(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 440 private static winmdroot.Foundation.HRESULT put_ondragend(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 458 internal winmdroot.System.Variant.VARIANT ondragend 462 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 466 winmdroot.System.Variant.VARIANT __result; 467 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 475 private static winmdroot.Foundation.HRESULT get_ondragend(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 496 private static winmdroot.Foundation.HRESULT put_ondragenter(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 514 internal winmdroot.System.Variant.VARIANT ondragenter 518 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 522 winmdroot.System.Variant.VARIANT __result; 523 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 531 private static winmdroot.Foundation.HRESULT get_ondragenter(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 552 private static winmdroot.Foundation.HRESULT put_ondragover(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 570 internal winmdroot.System.Variant.VARIANT ondragover 574 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 578 winmdroot.System.Variant.VARIANT __result; 579 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 587 private static winmdroot.Foundation.HRESULT get_ondragover(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 608 private static winmdroot.Foundation.HRESULT put_ondragleave(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 626 internal winmdroot.System.Variant.VARIANT ondragleave 630 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 634 winmdroot.System.Variant.VARIANT __result; 635 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 643 private static winmdroot.Foundation.HRESULT get_ondragleave(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 664 private static winmdroot.Foundation.HRESULT put_ondrop(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 682 internal winmdroot.System.Variant.VARIANT ondrop 686 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 690 winmdroot.System.Variant.VARIANT __result; 691 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 699 private static winmdroot.Foundation.HRESULT get_ondrop(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 720 private static winmdroot.Foundation.HRESULT put_onbeforecut(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 738 internal winmdroot.System.Variant.VARIANT onbeforecut 742 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 746 winmdroot.System.Variant.VARIANT __result; 747 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 755 private static winmdroot.Foundation.HRESULT get_onbeforecut(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 776 private static winmdroot.Foundation.HRESULT put_oncut(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 794 internal winmdroot.System.Variant.VARIANT oncut 798 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 802 winmdroot.System.Variant.VARIANT __result; 803 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 811 private static winmdroot.Foundation.HRESULT get_oncut(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 832 private static winmdroot.Foundation.HRESULT put_onbeforecopy(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 850 internal winmdroot.System.Variant.VARIANT onbeforecopy 854 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 858 winmdroot.System.Variant.VARIANT __result; 859 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 867 private static winmdroot.Foundation.HRESULT get_onbeforecopy(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 888 private static winmdroot.Foundation.HRESULT put_oncopy(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 906 internal winmdroot.System.Variant.VARIANT oncopy 910 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 914 winmdroot.System.Variant.VARIANT __result; 915 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 923 private static winmdroot.Foundation.HRESULT get_oncopy(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 944 private static winmdroot.Foundation.HRESULT put_onbeforepaste(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 962 internal winmdroot.System.Variant.VARIANT onbeforepaste 966 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 970 winmdroot.System.Variant.VARIANT __result; 971 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 979 private static winmdroot.Foundation.HRESULT get_onbeforepaste(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 1000 private static winmdroot.Foundation.HRESULT put_onpaste(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 1018 internal winmdroot.System.Variant.VARIANT onpaste 1022 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1026 winmdroot.System.Variant.VARIANT __result; 1027 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1035 private static winmdroot.Foundation.HRESULT get_onpaste(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 1087 private static winmdroot.Foundation.HRESULT put_onpropertychange(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 1105 internal winmdroot.System.Variant.VARIANT onpropertychange 1109 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1113 winmdroot.System.Variant.VARIANT __result; 1114 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1122 private static winmdroot.Foundation.HRESULT get_onpropertychange(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 1222 private static winmdroot.Foundation.HRESULT getExpression(IHTMLElement2* pThis, winmdroot.Foundation.BSTR propname, winmdroot.System.Variant.VARIANT* expression) 1239 public winmdroot.System.Variant.VARIANT getExpression(winmdroot.Foundation.BSTR propname) 1241 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 1242 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLElement2*)Unsafe.AsPointer(ref this), propname, &__retVal).ThrowOnFailure(); 1418 private static winmdroot.Foundation.HRESULT put_onblur(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 1436 internal winmdroot.System.Variant.VARIANT onblur 1440 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1444 winmdroot.System.Variant.VARIANT __result; 1445 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1453 private static winmdroot.Foundation.HRESULT get_onblur(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 1474 private static winmdroot.Foundation.HRESULT put_onfocus(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 1492 internal winmdroot.System.Variant.VARIANT onfocus 1496 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1500 winmdroot.System.Variant.VARIANT __result; 1501 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1509 private static winmdroot.Foundation.HRESULT get_onfocus(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 1530 private static winmdroot.Foundation.HRESULT put_onresize(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 1548 internal winmdroot.System.Variant.VARIANT onresize 1552 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1556 winmdroot.System.Variant.VARIANT __result; 1557 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1565 private static winmdroot.Foundation.HRESULT get_onresize(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 1866 private static winmdroot.Foundation.HRESULT get_readyState(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 1884 internal winmdroot.System.Variant.VARIANT readyState 1888 winmdroot.System.Variant.VARIANT __result; 1889 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1897 private static winmdroot.Foundation.HRESULT put_onreadystatechange(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 1915 internal winmdroot.System.Variant.VARIANT onreadystatechange 1919 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1923 winmdroot.System.Variant.VARIANT __result; 1924 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1932 private static winmdroot.Foundation.HRESULT get_onreadystatechange(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 1953 private static winmdroot.Foundation.HRESULT put_onrowsdelete(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 1971 internal winmdroot.System.Variant.VARIANT onrowsdelete 1975 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1979 winmdroot.System.Variant.VARIANT __result; 1980 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1988 private static winmdroot.Foundation.HRESULT get_onrowsdelete(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 2009 private static winmdroot.Foundation.HRESULT put_onrowsinserted(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 2027 internal winmdroot.System.Variant.VARIANT onrowsinserted 2031 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2035 winmdroot.System.Variant.VARIANT __result; 2036 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2044 private static winmdroot.Foundation.HRESULT get_onrowsinserted(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 2065 private static winmdroot.Foundation.HRESULT put_oncellchange(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 2083 internal winmdroot.System.Variant.VARIANT oncellchange 2087 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2091 winmdroot.System.Variant.VARIANT __result; 2092 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2100 private static winmdroot.Foundation.HRESULT get_oncellchange(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 2448 private static winmdroot.Foundation.HRESULT put_oncontextmenu(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 2466 internal winmdroot.System.Variant.VARIANT oncontextmenu 2470 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[88])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2474 winmdroot.System.Variant.VARIANT __result; 2475 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[89])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2483 private static winmdroot.Foundation.HRESULT get_oncontextmenu(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 2643 /// <inheritdoc cref="addBehavior(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/> 2645 internal unsafe int addBehavior(winmdroot.Foundation.BSTR bstrUrl, in winmdroot.System.Variant.VARIANT pvarFactory) 2647 fixed (winmdroot.System.Variant.VARIANT* pvarFactoryLocal = &pvarFactory) 2657 private static winmdroot.Foundation.HRESULT addBehavior(IHTMLElement2* pThis, winmdroot.Foundation.BSTR bstrUrl, winmdroot.System.Variant.VARIANT* pvarFactory, int* pCookie) 2674 public unsafe int addBehavior(winmdroot.Foundation.BSTR bstrUrl, winmdroot.System.Variant.VARIANT* pvarFactory) 2677 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[95])((IHTMLElement2*)Unsafe.AsPointer(ref this), bstrUrl, pvarFactory, &__retVal).ThrowOnFailure(); 2829 private static winmdroot.Foundation.HRESULT put_onbeforeeditfocus(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT v) 2847 internal winmdroot.System.Variant.VARIANT onbeforeeditfocus 2851 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[101])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2855 winmdroot.System.Variant.VARIANT __result; 2856 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[102])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2864 private static winmdroot.Foundation.HRESULT get_onbeforeeditfocus(IHTMLElement2* pThis, winmdroot.System.Variant.VARIANT* p) 2973 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 2981 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onlosecapture_11; 2983 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onlosecapture_12; 2987 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> doScroll_14; 2989 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onscroll_15; 2991 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onscroll_16; 2993 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondrag_17; 2995 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondrag_18; 2997 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondragend_19; 2999 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondragend_20; 3001 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondragenter_21; 3003 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondragenter_22; 3005 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondragover_23; 3007 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondragover_24; 3009 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondragleave_25; 3011 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondragleave_26; 3013 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondrop_27; 3015 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondrop_28; 3017 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforecut_29; 3019 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforecut_30; 3021 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_oncut_31; 3023 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_oncut_32; 3025 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforecopy_33; 3027 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforecopy_34; 3029 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_oncopy_35; 3031 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_oncopy_36; 3033 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforepaste_37; 3035 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforepaste_38; 3037 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onpaste_39; 3039 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onpaste_40; 3043 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onpropertychange_42; 3045 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onpropertychange_43; 3053 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> getExpression_47; 3067 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onblur_54; 3069 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onblur_55; 3071 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onfocus_56; 3073 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onfocus_57; 3075 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onresize_58; 3077 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onresize_59; 3097 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_readyState_69; 3099 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onreadystatechange_70; 3101 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onreadystatechange_71; 3103 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onrowsdelete_72; 3105 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onrowsdelete_73; 3107 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onrowsinserted_74; 3109 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onrowsinserted_75; 3111 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_oncellchange_76; 3113 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_oncellchange_77; 3137 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_oncontextmenu_89; 3139 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_oncontextmenu_90; 3151 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT> addBehavior_96; 3163 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforeeditfocus_102; 3165 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforeeditfocus_103; 3302 winmdroot.System.Variant.VARIANT onlosecapture 3312winmdroot.Foundation.HRESULT doScroll(winmdroot.System.Variant.VARIANT component); 3314 winmdroot.System.Variant.VARIANT onscroll 3320 winmdroot.System.Variant.VARIANT ondrag 3326 winmdroot.System.Variant.VARIANT ondragend 3332 winmdroot.System.Variant.VARIANT ondragenter 3338 winmdroot.System.Variant.VARIANT ondragover 3344 winmdroot.System.Variant.VARIANT ondragleave 3350 winmdroot.System.Variant.VARIANT ondrop 3356 winmdroot.System.Variant.VARIANT onbeforecut 3362 winmdroot.System.Variant.VARIANT oncut 3368 winmdroot.System.Variant.VARIANT onbeforecopy 3374 winmdroot.System.Variant.VARIANT oncopy 3380 winmdroot.System.Variant.VARIANT onbeforepaste 3386 winmdroot.System.Variant.VARIANT onpaste 3397 winmdroot.System.Variant.VARIANT onpropertychange 3413 unsafe winmdroot.Foundation.HRESULT getExpression(winmdroot.Foundation.BSTR propname, winmdroot.System.Variant.VARIANT* expression); 3433 winmdroot.System.Variant.VARIANT onblur 3439 winmdroot.System.Variant.VARIANT onfocus 3445 winmdroot.System.Variant.VARIANT onresize 3478 winmdroot.System.Variant.VARIANT readyState 3483 winmdroot.System.Variant.VARIANT onreadystatechange 3489 winmdroot.System.Variant.VARIANT onrowsdelete 3495 winmdroot.System.Variant.VARIANT onrowsinserted 3501 winmdroot.System.Variant.VARIANT oncellchange 3540 winmdroot.System.Variant.VARIANT oncontextmenu 3562 unsafe winmdroot.Foundation.HRESULT addBehavior(winmdroot.Foundation.BSTR bstrUrl, winmdroot.System.Variant.VARIANT* pvarFactory, int* pCookie); 3583 winmdroot.System.Variant.VARIANT onbeforeeditfocus
_generated\150\Windows.Win32.IHTMLElement3.g.cs (141)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLElement3*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 136 /// <inheritdoc cref="mergeAttributes(winmdroot.Web.MsHtml.IHTMLElement*, winmdroot.System.Variant.VARIANT*)"/> 138 internal unsafe void mergeAttributes(winmdroot.Web.MsHtml.IHTMLElement* mergeThis, in winmdroot.System.Variant.VARIANT pvarFlags) 140 fixed (winmdroot.System.Variant.VARIANT* pvarFlagsLocal = &pvarFlags) 149 private static winmdroot.Foundation.HRESULT mergeAttributes(IHTMLElement3* pThis, winmdroot.Web.MsHtml.IHTMLElement* mergeThis, winmdroot.System.Variant.VARIANT* pvarFlags) 166 public unsafe void mergeAttributes(winmdroot.Web.MsHtml.IHTMLElement* mergeThis, winmdroot.System.Variant.VARIANT* pvarFlags) 168 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLElement3*)Unsafe.AsPointer(ref this), mergeThis, pvarFlags).ThrowOnFailure(); 236 private static winmdroot.Foundation.HRESULT put_onlayoutcomplete(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT v) 254 internal winmdroot.System.Variant.VARIANT onlayoutcomplete 258 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 262 winmdroot.System.Variant.VARIANT __result; 263 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 271 private static winmdroot.Foundation.HRESULT get_onlayoutcomplete(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT* p) 292 private static winmdroot.Foundation.HRESULT put_onpage(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT v) 310 internal winmdroot.System.Variant.VARIANT onpage 314 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 318 winmdroot.System.Variant.VARIANT __result; 319 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 327 private static winmdroot.Foundation.HRESULT get_onpage(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT* p) 404 private static winmdroot.Foundation.HRESULT put_onbeforedeactivate(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT v) 422 internal winmdroot.System.Variant.VARIANT onbeforedeactivate 426 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 430 winmdroot.System.Variant.VARIANT __result; 431 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 439 private static winmdroot.Foundation.HRESULT get_onbeforedeactivate(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT* p) 720 private static winmdroot.Foundation.HRESULT put_onmove(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT v) 738 internal winmdroot.System.Variant.VARIANT onmove 742 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 746 winmdroot.System.Variant.VARIANT __result; 747 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 755 private static winmdroot.Foundation.HRESULT get_onmove(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT* p) 776 private static winmdroot.Foundation.HRESULT put_oncontrolselect(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT v) 794 internal winmdroot.System.Variant.VARIANT oncontrolselect 798 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 802 winmdroot.System.Variant.VARIANT __result; 803 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 811 private static winmdroot.Foundation.HRESULT get_oncontrolselect(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT* p) 829 /// <inheritdoc cref="fireEvent(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/> 831 internal unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, in winmdroot.System.Variant.VARIANT pvarEventObject, out winmdroot.Foundation.VARIANT_BOOL pfCancelled) 835 fixed (winmdroot.System.Variant.VARIANT* pvarEventObjectLocal = &pvarEventObject) 846 private static winmdroot.Foundation.HRESULT fireEvent(IHTMLElement3* pThis, winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled) 863 public unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled) 865 return ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLElement3*)Unsafe.AsPointer(ref this), bstrEventName, pvarEventObject, pfCancelled); 871 private static winmdroot.Foundation.HRESULT put_onresizestart(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT v) 889 internal winmdroot.System.Variant.VARIANT onresizestart 893 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 897 winmdroot.System.Variant.VARIANT __result; 898 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 906 private static winmdroot.Foundation.HRESULT get_onresizestart(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT* p) 927 private static winmdroot.Foundation.HRESULT put_onresizeend(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT v) 945 internal winmdroot.System.Variant.VARIANT onresizeend 949 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 953 winmdroot.System.Variant.VARIANT __result; 954 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 962 private static winmdroot.Foundation.HRESULT get_onresizeend(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT* p) 983 private static winmdroot.Foundation.HRESULT put_onmovestart(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT v) 1001 internal winmdroot.System.Variant.VARIANT onmovestart 1005 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1009 winmdroot.System.Variant.VARIANT __result; 1010 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1018 private static winmdroot.Foundation.HRESULT get_onmovestart(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT* p) 1039 private static winmdroot.Foundation.HRESULT put_onmoveend(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT v) 1057 internal winmdroot.System.Variant.VARIANT onmoveend 1061 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1065 winmdroot.System.Variant.VARIANT __result; 1066 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1074 private static winmdroot.Foundation.HRESULT get_onmoveend(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT* p) 1095 private static winmdroot.Foundation.HRESULT put_onmouseenter(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT v) 1113 internal winmdroot.System.Variant.VARIANT onmouseenter 1117 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1121 winmdroot.System.Variant.VARIANT __result; 1122 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1130 private static winmdroot.Foundation.HRESULT get_onmouseenter(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT* p) 1151 private static winmdroot.Foundation.HRESULT put_onmouseleave(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT v) 1169 internal winmdroot.System.Variant.VARIANT onmouseleave 1173 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1177 winmdroot.System.Variant.VARIANT __result; 1178 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1186 private static winmdroot.Foundation.HRESULT get_onmouseleave(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT* p) 1207 private static winmdroot.Foundation.HRESULT put_onactivate(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT v) 1225 internal winmdroot.System.Variant.VARIANT onactivate 1229 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1233 winmdroot.System.Variant.VARIANT __result; 1234 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1242 private static winmdroot.Foundation.HRESULT get_onactivate(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT* p) 1263 private static winmdroot.Foundation.HRESULT put_ondeactivate(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT v) 1281 internal winmdroot.System.Variant.VARIANT ondeactivate 1285 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1289 winmdroot.System.Variant.VARIANT __result; 1290 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1298 private static winmdroot.Foundation.HRESULT get_ondeactivate(IHTMLElement3* pThis, winmdroot.System.Variant.VARIANT* p) 1409 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 1411 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> mergeAttributes_8; 1417 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onlayoutcomplete_11; 1419 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onlayoutcomplete_12; 1421 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onpage_13; 1423 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onpage_14; 1429 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforedeactivate_17; 1431 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforedeactivate_18; 1451 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmove_28; 1453 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmove_29; 1455 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_oncontrolselect_30; 1457 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_oncontrolselect_31; 1459 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> fireEvent_32; 1461 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onresizestart_33; 1463 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onresizestart_34; 1465 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onresizeend_35; 1467 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onresizeend_36; 1469 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmovestart_37; 1471 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmovestart_38; 1473 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmoveend_39; 1475 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmoveend_40; 1477 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmouseenter_41; 1479 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmouseenter_42; 1481 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onmouseleave_43; 1483 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onmouseleave_44; 1485 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onactivate_45; 1487 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onactivate_46; 1489 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondeactivate_47; 1491 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondeactivate_48; 1563 unsafe winmdroot.Foundation.HRESULT mergeAttributes(winmdroot.Web.MsHtml.IHTMLElement* mergeThis, winmdroot.System.Variant.VARIANT* pvarFlags); 1575 winmdroot.System.Variant.VARIANT onlayoutcomplete 1581 winmdroot.System.Variant.VARIANT onpage 1593 winmdroot.System.Variant.VARIANT onbeforedeactivate 1630 winmdroot.System.Variant.VARIANT onmove 1636 winmdroot.System.Variant.VARIANT oncontrolselect 1643 unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled); 1645 winmdroot.System.Variant.VARIANT onresizestart 1651 winmdroot.System.Variant.VARIANT onresizeend 1657 winmdroot.System.Variant.VARIANT onmovestart 1663 winmdroot.System.Variant.VARIANT onmoveend 1669 winmdroot.System.Variant.VARIANT onmouseenter 1675 winmdroot.System.Variant.VARIANT onmouseleave 1681 winmdroot.System.Variant.VARIANT onactivate 1687 winmdroot.System.Variant.VARIANT ondeactivate
_generated\151\Windows.Win32.IHTMLElementCollection.g.cs (23)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 262 private static winmdroot.Foundation.HRESULT item(IHTMLElementCollection* pThis, winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT index, winmdroot.System.Com.IDispatch** pdisp) 279 public unsafe winmdroot.Foundation.HRESULT item(winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT index, winmdroot.System.Com.IDispatch** pdisp) 281 return ((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), name, index, pdisp); 287 private static winmdroot.Foundation.HRESULT tags(IHTMLElementCollection* pThis, winmdroot.System.Variant.VARIANT tagName, winmdroot.System.Com.IDispatch** pdisp) 304 public unsafe winmdroot.System.Com.IDispatch* tags(winmdroot.System.Variant.VARIANT tagName) 307 ((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), tagName, &__retVal).ThrowOnFailure(); 346 internal delegate *unmanaged [Stdcall]<IHTMLElementCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 356 internal delegate *unmanaged [Stdcall]<IHTMLElementCollection*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> item_12; 358 internal delegate *unmanaged [Stdcall]<IHTMLElementCollection*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> tags_13; 405 unsafe winmdroot.Foundation.HRESULT item(winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT index, winmdroot.System.Com.IDispatch** pdisp); 408 unsafe winmdroot.Foundation.HRESULT tags(winmdroot.System.Variant.VARIANT tagName, winmdroot.System.Com.IDispatch** pdisp);
_generated\152\Windows.Win32.IHTMLEventObj.g.cs (17)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLEventObj*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 263 private static winmdroot.Foundation.HRESULT put_returnValue(IHTMLEventObj* pThis, winmdroot.System.Variant.VARIANT v) 281 internal winmdroot.System.Variant.VARIANT returnValue 285 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLEventObj*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 289 winmdroot.System.Variant.VARIANT __result; 290 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 298 private static winmdroot.Foundation.HRESULT get_returnValue(IHTMLEventObj* pThis, winmdroot.System.Variant.VARIANT* p) 928 internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 938 internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_returnValue_12; 940 internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_returnValue_13; 1047 winmdroot.System.Variant.VARIANT returnValue
_generated\153\Windows.Win32.IHTMLFiltersCollection.g.cs (25)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLFiltersCollection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 198 /// <inheritdoc cref="item(winmdroot.System.Variant.VARIANT*)"/> 200 internal unsafe winmdroot.System.Variant.VARIANT item(in winmdroot.System.Variant.VARIANT pvarIndex) 202 fixed (winmdroot.System.Variant.VARIANT* pvarIndexLocal = &pvarIndex) 204 winmdroot.System.Variant.VARIANT __result = this.item(pvarIndexLocal); 212 private static winmdroot.Foundation.HRESULT item(IHTMLFiltersCollection* pThis, winmdroot.System.Variant.VARIANT* pvarIndex, winmdroot.System.Variant.VARIANT* pvarResult) 229 public unsafe winmdroot.System.Variant.VARIANT item(winmdroot.System.Variant.VARIANT* pvarIndex) 231 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 232 ((delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLFiltersCollection*)Unsafe.AsPointer(ref this), pvarIndex, &__retVal).ThrowOnFailure(); 271 internal delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 277 internal delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> item_10; 315 unsafe winmdroot.Foundation.HRESULT item(winmdroot.System.Variant.VARIANT* pvarIndex, winmdroot.System.Variant.VARIANT* pvarResult);
_generated\154\Windows.Win32.IHTMLFormElement.g.cs (41)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLFormElement*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 506 private static winmdroot.Foundation.HRESULT put_onsubmit(IHTMLFormElement* pThis, winmdroot.System.Variant.VARIANT v) 524 internal winmdroot.System.Variant.VARIANT onsubmit 528 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 532 winmdroot.System.Variant.VARIANT __result; 533 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 541 private static winmdroot.Foundation.HRESULT get_onsubmit(IHTMLFormElement* pThis, winmdroot.System.Variant.VARIANT* p) 562 private static winmdroot.Foundation.HRESULT put_onreset(IHTMLFormElement* pThis, winmdroot.System.Variant.VARIANT v) 580 internal winmdroot.System.Variant.VARIANT onreset 584 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 588 winmdroot.System.Variant.VARIANT __result; 589 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 597 private static winmdroot.Foundation.HRESULT get_onreset(IHTMLFormElement* pThis, winmdroot.System.Variant.VARIANT* p) 755 private static winmdroot.Foundation.HRESULT item(IHTMLFormElement* pThis, winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT index, winmdroot.System.Com.IDispatch** pdisp) 772 public unsafe winmdroot.System.Com.IDispatch* item(winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT index) 775 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLFormElement*)Unsafe.AsPointer(ref this), name, index, &__retVal).ThrowOnFailure(); 782 private static winmdroot.Foundation.HRESULT tags(IHTMLFormElement* pThis, winmdroot.System.Variant.VARIANT tagName, winmdroot.System.Com.IDispatch** pdisp) 799 public unsafe winmdroot.System.Com.IDispatch* tags(winmdroot.System.Variant.VARIANT tagName) 802 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLFormElement*)Unsafe.AsPointer(ref this), tagName, &__retVal).ThrowOnFailure(); 841 internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 869 internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onsubmit_21; 871 internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onsubmit_22; 873 internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onreset_23; 875 internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onreset_24; 887 internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> item_30; 889 internal delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> tags_31; 978 winmdroot.System.Variant.VARIANT onsubmit 984 winmdroot.System.Variant.VARIANT onreset 1008 unsafe winmdroot.Foundation.HRESULT item(winmdroot.System.Variant.VARIANT name, winmdroot.System.Variant.VARIANT index, winmdroot.System.Com.IDispatch** pdisp); 1011 unsafe winmdroot.Foundation.HRESULT tags(winmdroot.System.Variant.VARIANT tagName, winmdroot.System.Com.IDispatch** pdisp);
_generated\155\Windows.Win32.IHTMLFrameBase.g.cs (44)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 251 private static winmdroot.Foundation.HRESULT put_border(IHTMLFrameBase* pThis, winmdroot.System.Variant.VARIANT v) 269 internal winmdroot.System.Variant.VARIANT border 273 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 277 winmdroot.System.Variant.VARIANT __result; 278 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 286 private static winmdroot.Foundation.HRESULT get_border(IHTMLFrameBase* pThis, winmdroot.System.Variant.VARIANT* p) 363 private static winmdroot.Foundation.HRESULT put_frameSpacing(IHTMLFrameBase* pThis, winmdroot.System.Variant.VARIANT v) 381 internal winmdroot.System.Variant.VARIANT frameSpacing 385 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 389 winmdroot.System.Variant.VARIANT __result; 390 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 398 private static winmdroot.Foundation.HRESULT get_frameSpacing(IHTMLFrameBase* pThis, winmdroot.System.Variant.VARIANT* p) 419 private static winmdroot.Foundation.HRESULT put_marginWidth(IHTMLFrameBase* pThis, winmdroot.System.Variant.VARIANT v) 437 internal winmdroot.System.Variant.VARIANT marginWidth 441 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 445 winmdroot.System.Variant.VARIANT __result; 446 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 454 private static winmdroot.Foundation.HRESULT get_marginWidth(IHTMLFrameBase* pThis, winmdroot.System.Variant.VARIANT* p) 475 private static winmdroot.Foundation.HRESULT put_marginHeight(IHTMLFrameBase* pThis, winmdroot.System.Variant.VARIANT v) 493 internal winmdroot.System.Variant.VARIANT marginHeight 497 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 501 winmdroot.System.Variant.VARIANT __result; 502 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 510 private static winmdroot.Foundation.HRESULT get_marginHeight(IHTMLFrameBase* pThis, winmdroot.System.Variant.VARIANT* p) 675 internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 685 internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_border_12; 687 internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_border_13; 693 internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_frameSpacing_16; 695 internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_frameSpacing_17; 697 internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_marginWidth_18; 699 internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_marginWidth_19; 701 internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_marginHeight_20; 703 internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_marginHeight_21; 765 winmdroot.System.Variant.VARIANT border 777 winmdroot.System.Variant.VARIANT frameSpacing 783 winmdroot.System.Variant.VARIANT marginWidth 789 winmdroot.System.Variant.VARIANT marginHeight
_generated\156\Windows.Win32.IHTMLFramesCollection2.g.cs (24)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 136 /// <inheritdoc cref="item(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 138 internal unsafe winmdroot.Foundation.HRESULT item(in winmdroot.System.Variant.VARIANT pvarIndex, out winmdroot.System.Variant.VARIANT pvarResult) 140 fixed (winmdroot.System.Variant.VARIANT* pvarResultLocal = &pvarResult) 142 fixed (winmdroot.System.Variant.VARIANT* pvarIndexLocal = &pvarIndex) 153 private static winmdroot.Foundation.HRESULT item(IHTMLFramesCollection2* pThis, winmdroot.System.Variant.VARIANT* pvarIndex, winmdroot.System.Variant.VARIANT* pvarResult) 170 public unsafe winmdroot.Foundation.HRESULT item(winmdroot.System.Variant.VARIANT* pvarIndex, winmdroot.System.Variant.VARIANT* pvarResult) 172 return ((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this), pvarIndex, pvarResult); 246 internal delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 248 internal delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> item_8; 277 unsafe winmdroot.Foundation.HRESULT item(winmdroot.System.Variant.VARIANT* pvarIndex, winmdroot.System.Variant.VARIANT* pvarResult);
_generated\157\Windows.Win32.IHTMLImageElementFactory.g.cs (18)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLImageElementFactory*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLImageElementFactory*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 139 private static winmdroot.Foundation.HRESULT create(IHTMLImageElementFactory* pThis, winmdroot.System.Variant.VARIANT width, winmdroot.System.Variant.VARIANT height, winmdroot.Web.MsHtml.IHTMLImgElement** __MIDL__IHTMLImageElementFactory0000) 156 public unsafe winmdroot.Web.MsHtml.IHTMLImgElement* create(winmdroot.System.Variant.VARIANT width, winmdroot.System.Variant.VARIANT height) 159 ((delegate *unmanaged [Stdcall]<IHTMLImageElementFactory*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.Web.MsHtml.IHTMLImgElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLImageElementFactory*)Unsafe.AsPointer(ref this), width, height, &__retVal).ThrowOnFailure(); 198 internal delegate *unmanaged [Stdcall]<IHTMLImageElementFactory*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 200 internal delegate *unmanaged [Stdcall]<IHTMLImageElementFactory*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.Web.MsHtml.IHTMLImgElement** ,winmdroot.Foundation.HRESULT> create_8; 226 unsafe winmdroot.Foundation.HRESULT create(winmdroot.System.Variant.VARIANT width, winmdroot.System.Variant.VARIANT height, winmdroot.Web.MsHtml.IHTMLImgElement** __MIDL__IHTMLImageElementFactory0000);
_generated\158\Windows.Win32.IHTMLImgElement.g.cs (53)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLImgElement*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 499 private static winmdroot.Foundation.HRESULT put_border(IHTMLImgElement* pThis, winmdroot.System.Variant.VARIANT v) 517 internal winmdroot.System.Variant.VARIANT border 521 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 525 winmdroot.System.Variant.VARIANT __result; 526 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 534 private static winmdroot.Foundation.HRESULT get_border(IHTMLImgElement* pThis, winmdroot.System.Variant.VARIANT* p) 1009 private static winmdroot.Foundation.HRESULT put_loop(IHTMLImgElement* pThis, winmdroot.System.Variant.VARIANT v) 1027 internal winmdroot.System.Variant.VARIANT loop 1031 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1035 winmdroot.System.Variant.VARIANT __result; 1036 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1044 private static winmdroot.Foundation.HRESULT get_loop(IHTMLImgElement* pThis, winmdroot.System.Variant.VARIANT* p) 1121 private static winmdroot.Foundation.HRESULT put_onload(IHTMLImgElement* pThis, winmdroot.System.Variant.VARIANT v) 1139 internal winmdroot.System.Variant.VARIANT onload 1143 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1147 winmdroot.System.Variant.VARIANT __result; 1148 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1156 private static winmdroot.Foundation.HRESULT get_onload(IHTMLImgElement* pThis, winmdroot.System.Variant.VARIANT* p) 1177 private static winmdroot.Foundation.HRESULT put_onerror(IHTMLImgElement* pThis, winmdroot.System.Variant.VARIANT v) 1195 internal winmdroot.System.Variant.VARIANT onerror 1199 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1203 winmdroot.System.Variant.VARIANT __result; 1204 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1212 private static winmdroot.Foundation.HRESULT get_onerror(IHTMLImgElement* pThis, winmdroot.System.Variant.VARIANT* p) 1233 private static winmdroot.Foundation.HRESULT put_onabort(IHTMLImgElement* pThis, winmdroot.System.Variant.VARIANT v) 1251 internal winmdroot.System.Variant.VARIANT onabort 1255 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1259 winmdroot.System.Variant.VARIANT __result; 1260 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1268 private static winmdroot.Foundation.HRESULT get_onabort(IHTMLImgElement* pThis, winmdroot.System.Variant.VARIANT* p) 1545 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 1571 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_border_20; 1573 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_border_21; 1607 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_loop_38; 1609 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_loop_39; 1615 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onload_42; 1617 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onload_43; 1619 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onerror_44; 1621 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onerror_45; 1623 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onabort_46; 1625 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onabort_47; 1765 winmdroot.System.Variant.VARIANT border 1823 winmdroot.System.Variant.VARIANT loop 1835 winmdroot.System.Variant.VARIANT onload 1841 winmdroot.System.Variant.VARIANT onerror 1847 winmdroot.System.Variant.VARIANT onabort
_generated\159\Windows.Win32.IHTMLLocation.g.cs (8)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLLocation*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 730 internal delegate *unmanaged [Stdcall]<IHTMLLocation*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\160\Windows.Win32.IHTMLMimeTypesCollection.g.cs (8)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLMimeTypesCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLMimeTypesCollection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 202 internal delegate *unmanaged [Stdcall]<IHTMLMimeTypesCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\161\Windows.Win32.IHTMLOpsProfile.g.cs (83)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 139 private static winmdroot.Foundation.HRESULT addRequest(IHTMLOpsProfile* pThis, winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success) 156 public winmdroot.Foundation.VARIANT_BOOL addRequest(winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved) 159 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), name, reserved, &__retVal).ThrowOnFailure(); 191 private static winmdroot.Foundation.HRESULT doRequest(IHTMLOpsProfile* pThis, winmdroot.System.Variant.VARIANT usage, winmdroot.System.Variant.VARIANT fname, winmdroot.System.Variant.VARIANT domain, winmdroot.System.Variant.VARIANT path, winmdroot.System.Variant.VARIANT expire, winmdroot.System.Variant.VARIANT reserved) 208 public void doRequest(winmdroot.System.Variant.VARIANT usage, winmdroot.System.Variant.VARIANT fname, winmdroot.System.Variant.VARIANT domain, winmdroot.System.Variant.VARIANT path, winmdroot.System.Variant.VARIANT expire, winmdroot.System.Variant.VARIANT reserved) 210 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), usage, fname, domain, path, expire, reserved).ThrowOnFailure(); 243 private static winmdroot.Foundation.HRESULT setAttribute(IHTMLOpsProfile* pThis, winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR value, winmdroot.System.Variant.VARIANT prefs, winmdroot.Foundation.VARIANT_BOOL* success) 260 public winmdroot.Foundation.VARIANT_BOOL setAttribute(winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR value, winmdroot.System.Variant.VARIANT prefs) 263 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), name, value, prefs, &__retVal).ThrowOnFailure(); 297 private static winmdroot.Foundation.HRESULT addReadRequest(IHTMLOpsProfile* pThis, winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success) 314 public winmdroot.Foundation.VARIANT_BOOL addReadRequest(winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved) 317 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), name, reserved, &__retVal).ThrowOnFailure(); 324 private static winmdroot.Foundation.HRESULT doReadRequest(IHTMLOpsProfile* pThis, winmdroot.System.Variant.VARIANT usage, winmdroot.System.Variant.VARIANT fname, winmdroot.System.Variant.VARIANT domain, winmdroot.System.Variant.VARIANT path, winmdroot.System.Variant.VARIANT expire, winmdroot.System.Variant.VARIANT reserved) 341 public void doReadRequest(winmdroot.System.Variant.VARIANT usage, winmdroot.System.Variant.VARIANT fname, winmdroot.System.Variant.VARIANT domain, winmdroot.System.Variant.VARIANT path, winmdroot.System.Variant.VARIANT expire, winmdroot.System.Variant.VARIANT reserved) 343 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), usage, fname, domain, path, expire, reserved).ThrowOnFailure(); 408 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 410 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> addRequest_8; 414 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> doRequest_10; 418 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> setAttribute_12; 422 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> addReadRequest_14; 424 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> doReadRequest_15; 460 unsafe winmdroot.Foundation.HRESULT addRequest(winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success); 466winmdroot.Foundation.HRESULT doRequest(winmdroot.System.Variant.VARIANT usage, winmdroot.System.Variant.VARIANT fname, winmdroot.System.Variant.VARIANT domain, winmdroot.System.Variant.VARIANT path, winmdroot.System.Variant.VARIANT expire, winmdroot.System.Variant.VARIANT reserved); 472 unsafe winmdroot.Foundation.HRESULT setAttribute(winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR value, winmdroot.System.Variant.VARIANT prefs, winmdroot.Foundation.VARIANT_BOOL* success); 478 unsafe winmdroot.Foundation.HRESULT addReadRequest(winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success); 481winmdroot.Foundation.HRESULT doReadRequest(winmdroot.System.Variant.VARIANT usage, winmdroot.System.Variant.VARIANT fname, winmdroot.System.Variant.VARIANT domain, winmdroot.System.Variant.VARIANT path, winmdroot.System.Variant.VARIANT expire, winmdroot.System.Variant.VARIANT reserved);
_generated\162\Windows.Win32.IHTMLOptionElement.g.cs (8)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 482 internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\163\Windows.Win32.IHTMLOptionElementFactory.g.cs (28)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLOptionElementFactory*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLOptionElementFactory*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 139 private static winmdroot.Foundation.HRESULT create(IHTMLOptionElementFactory* pThis, winmdroot.System.Variant.VARIANT text, winmdroot.System.Variant.VARIANT value, winmdroot.System.Variant.VARIANT defaultselected, winmdroot.System.Variant.VARIANT selected, winmdroot.Web.MsHtml.IHTMLOptionElement** __MIDL__IHTMLOptionElementFactory0000) 156 public unsafe winmdroot.Web.MsHtml.IHTMLOptionElement* create(winmdroot.System.Variant.VARIANT text, winmdroot.System.Variant.VARIANT value, winmdroot.System.Variant.VARIANT defaultselected, winmdroot.System.Variant.VARIANT selected) 159 ((delegate *unmanaged [Stdcall]<IHTMLOptionElementFactory*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.Web.MsHtml.IHTMLOptionElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLOptionElementFactory*)Unsafe.AsPointer(ref this), text, value, defaultselected, selected, &__retVal).ThrowOnFailure(); 198 internal delegate *unmanaged [Stdcall]<IHTMLOptionElementFactory*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 200 internal delegate *unmanaged [Stdcall]<IHTMLOptionElementFactory*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.Web.MsHtml.IHTMLOptionElement** ,winmdroot.Foundation.HRESULT> create_8; 226 unsafe winmdroot.Foundation.HRESULT create(winmdroot.System.Variant.VARIANT text, winmdroot.System.Variant.VARIANT value, winmdroot.System.Variant.VARIANT defaultselected, winmdroot.System.Variant.VARIANT selected, winmdroot.Web.MsHtml.IHTMLOptionElement** __MIDL__IHTMLOptionElementFactory0000);
_generated\164\Windows.Win32.IHTMLPluginsCollection.g.cs (8)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLPluginsCollection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 227 internal delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\165\Windows.Win32.IHTMLRect.g.cs (8)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLRect*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 395 internal delegate *unmanaged [Stdcall]<IHTMLRect*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\166\Windows.Win32.IHTMLRectCollection.g.cs (25)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLRectCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLRectCollection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 198 /// <inheritdoc cref="item(winmdroot.System.Variant.VARIANT*)"/> 200 internal unsafe winmdroot.System.Variant.VARIANT item(in winmdroot.System.Variant.VARIANT pvarIndex) 202 fixed (winmdroot.System.Variant.VARIANT* pvarIndexLocal = &pvarIndex) 204 winmdroot.System.Variant.VARIANT __result = this.item(pvarIndexLocal); 212 private static winmdroot.Foundation.HRESULT item(IHTMLRectCollection* pThis, winmdroot.System.Variant.VARIANT* pvarIndex, winmdroot.System.Variant.VARIANT* pvarResult) 229 public unsafe winmdroot.System.Variant.VARIANT item(winmdroot.System.Variant.VARIANT* pvarIndex) 231 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 232 ((delegate *unmanaged [Stdcall]<IHTMLRectCollection*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLRectCollection*)Unsafe.AsPointer(ref this), pvarIndex, &__retVal).ThrowOnFailure(); 271 internal delegate *unmanaged [Stdcall]<IHTMLRectCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 277 internal delegate *unmanaged [Stdcall]<IHTMLRectCollection*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> item_10; 315 unsafe winmdroot.Foundation.HRESULT item(winmdroot.System.Variant.VARIANT* pvarIndex, winmdroot.System.Variant.VARIANT* pvarResult);
_generated\167\Windows.Win32.IHTMLRenderStyle.g.cs (35)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 307 private static winmdroot.Foundation.HRESULT put_textColor(IHTMLRenderStyle* pThis, winmdroot.System.Variant.VARIANT v) 325 internal winmdroot.System.Variant.VARIANT textColor 329 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 333 winmdroot.System.Variant.VARIANT __result; 334 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 342 private static winmdroot.Foundation.HRESULT get_textColor(IHTMLRenderStyle* pThis, winmdroot.System.Variant.VARIANT* p) 363 private static winmdroot.Foundation.HRESULT put_textBackgroundColor(IHTMLRenderStyle* pThis, winmdroot.System.Variant.VARIANT v) 381 internal winmdroot.System.Variant.VARIANT textBackgroundColor 385 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 389 winmdroot.System.Variant.VARIANT __result; 390 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 398 private static winmdroot.Foundation.HRESULT get_textBackgroundColor(IHTMLRenderStyle* pThis, winmdroot.System.Variant.VARIANT* p) 419 private static winmdroot.Foundation.HRESULT put_textDecorationColor(IHTMLRenderStyle* pThis, winmdroot.System.Variant.VARIANT v) 437 internal winmdroot.System.Variant.VARIANT textDecorationColor 441 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 445 winmdroot.System.Variant.VARIANT __result; 446 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 454 private static winmdroot.Foundation.HRESULT get_textDecorationColor(IHTMLRenderStyle* pThis, winmdroot.System.Variant.VARIANT* p) 675 internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 689 internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_textColor_14; 691 internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_textColor_15; 693 internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_textBackgroundColor_16; 695 internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_textBackgroundColor_17; 697 internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_textDecorationColor_18; 699 internal delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_textDecorationColor_19; 771 winmdroot.System.Variant.VARIANT textColor 777 winmdroot.System.Variant.VARIANT textBackgroundColor 783 winmdroot.System.Variant.VARIANT textDecorationColor
_generated\168\Windows.Win32.IHTMLRuleStyle.g.cs (299)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 363 private static winmdroot.Foundation.HRESULT put_fontSize(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 381 internal winmdroot.System.Variant.VARIANT fontSize 385 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 389 winmdroot.System.Variant.VARIANT __result; 390 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 398 private static winmdroot.Foundation.HRESULT get_fontSize(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 475 private static winmdroot.Foundation.HRESULT put_color(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 493 internal winmdroot.System.Variant.VARIANT color 497 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 501 winmdroot.System.Variant.VARIANT __result; 502 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 510 private static winmdroot.Foundation.HRESULT get_color(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 587 private static winmdroot.Foundation.HRESULT put_backgroundColor(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 605 internal winmdroot.System.Variant.VARIANT backgroundColor 609 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 613 winmdroot.System.Variant.VARIANT __result; 614 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 622 private static winmdroot.Foundation.HRESULT get_backgroundColor(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 867 private static winmdroot.Foundation.HRESULT put_backgroundPositionX(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 885 internal winmdroot.System.Variant.VARIANT backgroundPositionX 889 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 893 winmdroot.System.Variant.VARIANT __result; 894 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 902 private static winmdroot.Foundation.HRESULT get_backgroundPositionX(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 923 private static winmdroot.Foundation.HRESULT put_backgroundPositionY(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 941 internal winmdroot.System.Variant.VARIANT backgroundPositionY 945 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 949 winmdroot.System.Variant.VARIANT __result; 950 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 958 private static winmdroot.Foundation.HRESULT get_backgroundPositionY(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 979 private static winmdroot.Foundation.HRESULT put_wordSpacing(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 997 internal winmdroot.System.Variant.VARIANT wordSpacing 1001 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1005 winmdroot.System.Variant.VARIANT __result; 1006 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1014 private static winmdroot.Foundation.HRESULT get_wordSpacing(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1035 private static winmdroot.Foundation.HRESULT put_letterSpacing(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 1053 internal winmdroot.System.Variant.VARIANT letterSpacing 1057 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1061 winmdroot.System.Variant.VARIANT __result; 1062 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1070 private static winmdroot.Foundation.HRESULT get_letterSpacing(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1427 private static winmdroot.Foundation.HRESULT put_verticalAlign(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 1445 internal winmdroot.System.Variant.VARIANT verticalAlign 1449 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1453 winmdroot.System.Variant.VARIANT __result; 1454 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1462 private static winmdroot.Foundation.HRESULT get_verticalAlign(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1595 private static winmdroot.Foundation.HRESULT put_textIndent(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 1613 internal winmdroot.System.Variant.VARIANT textIndent 1617 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[59])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1621 winmdroot.System.Variant.VARIANT __result; 1622 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1630 private static winmdroot.Foundation.HRESULT get_textIndent(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1651 private static winmdroot.Foundation.HRESULT put_lineHeight(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 1669 internal winmdroot.System.Variant.VARIANT lineHeight 1673 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1677 winmdroot.System.Variant.VARIANT __result; 1678 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1686 private static winmdroot.Foundation.HRESULT get_lineHeight(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1707 private static winmdroot.Foundation.HRESULT put_marginTop(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 1725 internal winmdroot.System.Variant.VARIANT marginTop 1729 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1733 winmdroot.System.Variant.VARIANT __result; 1734 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1742 private static winmdroot.Foundation.HRESULT get_marginTop(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1763 private static winmdroot.Foundation.HRESULT put_marginRight(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 1781 internal winmdroot.System.Variant.VARIANT marginRight 1785 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1789 winmdroot.System.Variant.VARIANT __result; 1790 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1798 private static winmdroot.Foundation.HRESULT get_marginRight(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1819 private static winmdroot.Foundation.HRESULT put_marginBottom(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 1837 internal winmdroot.System.Variant.VARIANT marginBottom 1841 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1845 winmdroot.System.Variant.VARIANT __result; 1846 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1854 private static winmdroot.Foundation.HRESULT get_marginBottom(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1875 private static winmdroot.Foundation.HRESULT put_marginLeft(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 1893 internal winmdroot.System.Variant.VARIANT marginLeft 1897 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1901 winmdroot.System.Variant.VARIANT __result; 1902 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1910 private static winmdroot.Foundation.HRESULT get_marginLeft(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1987 private static winmdroot.Foundation.HRESULT put_paddingTop(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 2005 internal winmdroot.System.Variant.VARIANT paddingTop 2009 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2013 winmdroot.System.Variant.VARIANT __result; 2014 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2022 private static winmdroot.Foundation.HRESULT get_paddingTop(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2043 private static winmdroot.Foundation.HRESULT put_paddingRight(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 2061 internal winmdroot.System.Variant.VARIANT paddingRight 2065 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2069 winmdroot.System.Variant.VARIANT __result; 2070 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2078 private static winmdroot.Foundation.HRESULT get_paddingRight(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2099 private static winmdroot.Foundation.HRESULT put_paddingBottom(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 2117 internal winmdroot.System.Variant.VARIANT paddingBottom 2121 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2125 winmdroot.System.Variant.VARIANT __result; 2126 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2134 private static winmdroot.Foundation.HRESULT get_paddingBottom(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2155 private static winmdroot.Foundation.HRESULT put_paddingLeft(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 2173 internal winmdroot.System.Variant.VARIANT paddingLeft 2177 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2181 winmdroot.System.Variant.VARIANT __result; 2182 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[80])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2190 private static winmdroot.Foundation.HRESULT get_paddingLeft(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2603 private static winmdroot.Foundation.HRESULT put_borderTopColor(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 2621 internal winmdroot.System.Variant.VARIANT borderTopColor 2625 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[95])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2629 winmdroot.System.Variant.VARIANT __result; 2630 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[96])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2638 private static winmdroot.Foundation.HRESULT get_borderTopColor(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2659 private static winmdroot.Foundation.HRESULT put_borderRightColor(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 2677 internal winmdroot.System.Variant.VARIANT borderRightColor 2681 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[97])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2685 winmdroot.System.Variant.VARIANT __result; 2686 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[98])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2694 private static winmdroot.Foundation.HRESULT get_borderRightColor(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2715 private static winmdroot.Foundation.HRESULT put_borderBottomColor(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 2733 internal winmdroot.System.Variant.VARIANT borderBottomColor 2737 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[99])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2741 winmdroot.System.Variant.VARIANT __result; 2742 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[100])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2750 private static winmdroot.Foundation.HRESULT get_borderBottomColor(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2771 private static winmdroot.Foundation.HRESULT put_borderLeftColor(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 2789 internal winmdroot.System.Variant.VARIANT borderLeftColor 2793 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[101])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2797 winmdroot.System.Variant.VARIANT __result; 2798 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[102])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2806 private static winmdroot.Foundation.HRESULT get_borderLeftColor(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2883 private static winmdroot.Foundation.HRESULT put_borderTopWidth(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 2901 internal winmdroot.System.Variant.VARIANT borderTopWidth 2905 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[105])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2909 winmdroot.System.Variant.VARIANT __result; 2910 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[106])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2918 private static winmdroot.Foundation.HRESULT get_borderTopWidth(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2939 private static winmdroot.Foundation.HRESULT put_borderRightWidth(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 2957 internal winmdroot.System.Variant.VARIANT borderRightWidth 2961 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[107])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2965 winmdroot.System.Variant.VARIANT __result; 2966 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[108])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2974 private static winmdroot.Foundation.HRESULT get_borderRightWidth(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2995 private static winmdroot.Foundation.HRESULT put_borderBottomWidth(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 3013 internal winmdroot.System.Variant.VARIANT borderBottomWidth 3017 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[109])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3021 winmdroot.System.Variant.VARIANT __result; 3022 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[110])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3030 private static winmdroot.Foundation.HRESULT get_borderBottomWidth(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 3051 private static winmdroot.Foundation.HRESULT put_borderLeftWidth(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 3069 internal winmdroot.System.Variant.VARIANT borderLeftWidth 3073 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[111])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3077 winmdroot.System.Variant.VARIANT __result; 3078 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[112])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3086 private static winmdroot.Foundation.HRESULT get_borderLeftWidth(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 3387 private static winmdroot.Foundation.HRESULT put_width(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 3405 internal winmdroot.System.Variant.VARIANT width 3409 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[123])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3413 winmdroot.System.Variant.VARIANT __result; 3414 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[124])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3422 private static winmdroot.Foundation.HRESULT get_width(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 3443 private static winmdroot.Foundation.HRESULT put_height(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 3461 internal winmdroot.System.Variant.VARIANT height 3465 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[125])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3469 winmdroot.System.Variant.VARIANT __result; 3470 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[126])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3478 private static winmdroot.Foundation.HRESULT get_height(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 4003 private static winmdroot.Foundation.HRESULT put_top(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 4021 internal winmdroot.System.Variant.VARIANT top 4025 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[145])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4029 winmdroot.System.Variant.VARIANT __result; 4030 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[146])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4038 private static winmdroot.Foundation.HRESULT get_top(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 4059 private static winmdroot.Foundation.HRESULT put_left(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 4077 internal winmdroot.System.Variant.VARIANT left 4081 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[147])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4085 winmdroot.System.Variant.VARIANT __result; 4086 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[148])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4094 private static winmdroot.Foundation.HRESULT get_left(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 4146 private static winmdroot.Foundation.HRESULT put_zIndex(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT v) 4164 internal winmdroot.System.Variant.VARIANT zIndex 4168 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[150])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4172 winmdroot.System.Variant.VARIANT __result; 4173 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[151])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4181 private static winmdroot.Foundation.HRESULT get_zIndex(IHTMLRuleStyle* pThis, winmdroot.System.Variant.VARIANT* p) 4594 private static winmdroot.Foundation.HRESULT setAttribute(IHTMLRuleStyle* pThis, winmdroot.Foundation.BSTR strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags) 4611 public void setAttribute(winmdroot.Foundation.BSTR strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags) 4613 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[166])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), strAttributeName, AttributeValue, lFlags).ThrowOnFailure(); 4619 private static winmdroot.Foundation.HRESULT getAttribute(IHTMLRuleStyle* pThis, winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue) 4636 public winmdroot.System.Variant.VARIANT getAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags) 4638 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 4639 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[167])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure(); 4705 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 4723 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_fontSize_16; 4725 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_fontSize_17; 4731 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_color_20; 4733 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_color_21; 4739 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_backgroundColor_24; 4741 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_backgroundColor_25; 4759 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_backgroundPositionX_34; 4761 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_backgroundPositionX_35; 4763 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_backgroundPositionY_36; 4765 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_backgroundPositionY_37; 4767 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_wordSpacing_38; 4769 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_wordSpacing_39; 4771 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_letterSpacing_40; 4773 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_letterSpacing_41; 4799 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_verticalAlign_54; 4801 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_verticalAlign_55; 4811 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_textIndent_60; 4813 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_textIndent_61; 4815 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_lineHeight_62; 4817 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_lineHeight_63; 4819 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_marginTop_64; 4821 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_marginTop_65; 4823 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_marginRight_66; 4825 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_marginRight_67; 4827 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_marginBottom_68; 4829 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_marginBottom_69; 4831 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_marginLeft_70; 4833 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_marginLeft_71; 4839 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_paddingTop_74; 4841 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_paddingTop_75; 4843 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_paddingRight_76; 4845 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_paddingRight_77; 4847 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_paddingBottom_78; 4849 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_paddingBottom_79; 4851 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_paddingLeft_80; 4853 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_paddingLeft_81; 4883 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderTopColor_96; 4885 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderTopColor_97; 4887 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderRightColor_98; 4889 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderRightColor_99; 4891 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderBottomColor_100; 4893 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderBottomColor_101; 4895 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderLeftColor_102; 4897 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderLeftColor_103; 4903 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderTopWidth_106; 4905 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderTopWidth_107; 4907 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderRightWidth_108; 4909 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderRightWidth_109; 4911 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderBottomWidth_110; 4913 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderBottomWidth_111; 4915 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderLeftWidth_112; 4917 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderLeftWidth_113; 4939 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_width_124; 4941 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_width_125; 4943 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_height_126; 4945 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_height_127; 4983 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_top_146; 4985 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_top_147; 4987 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_left_148; 4989 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_left_149; 4993 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_zIndex_151; 4995 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_zIndex_152; 5025 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,int ,winmdroot.Foundation.HRESULT> setAttribute_167; 5027 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> getAttribute_168; 5239 winmdroot.System.Variant.VARIANT fontSize 5251 winmdroot.System.Variant.VARIANT color 5263 winmdroot.System.Variant.VARIANT backgroundColor 5293 winmdroot.System.Variant.VARIANT backgroundPositionX 5299 winmdroot.System.Variant.VARIANT backgroundPositionY 5305 winmdroot.System.Variant.VARIANT wordSpacing 5311 winmdroot.System.Variant.VARIANT letterSpacing 5353 winmdroot.System.Variant.VARIANT verticalAlign 5371 winmdroot.System.Variant.VARIANT textIndent 5377 winmdroot.System.Variant.VARIANT lineHeight 5383 winmdroot.System.Variant.VARIANT marginTop 5389 winmdroot.System.Variant.VARIANT marginRight 5395 winmdroot.System.Variant.VARIANT marginBottom 5401 winmdroot.System.Variant.VARIANT marginLeft 5413 winmdroot.System.Variant.VARIANT paddingTop 5419 winmdroot.System.Variant.VARIANT paddingRight 5425 winmdroot.System.Variant.VARIANT paddingBottom 5431 winmdroot.System.Variant.VARIANT paddingLeft 5479 winmdroot.System.Variant.VARIANT borderTopColor 5485 winmdroot.System.Variant.VARIANT borderRightColor 5491 winmdroot.System.Variant.VARIANT borderBottomColor 5497 winmdroot.System.Variant.VARIANT borderLeftColor 5509 winmdroot.System.Variant.VARIANT borderTopWidth 5515 winmdroot.System.Variant.VARIANT borderRightWidth 5521 winmdroot.System.Variant.VARIANT borderBottomWidth 5527 winmdroot.System.Variant.VARIANT borderLeftWidth 5563 winmdroot.System.Variant.VARIANT width 5569 winmdroot.System.Variant.VARIANT height 5629 winmdroot.System.Variant.VARIANT top 5635 winmdroot.System.Variant.VARIANT left 5646 winmdroot.System.Variant.VARIANT zIndex 5695winmdroot.Foundation.HRESULT setAttribute(winmdroot.Foundation.BSTR strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags); 5698 unsafe winmdroot.Foundation.HRESULT getAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue);
_generated\169\Windows.Win32.IHTMLScreen.g.cs (8)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLScreen*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 469 internal delegate *unmanaged [Stdcall]<IHTMLScreen*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\170\Windows.Win32.IHTMLSelectionObject.g.cs (8)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 279 internal delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\171\Windows.Win32.IHTMLStyle.g.cs (299)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLStyle*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 363 private static winmdroot.Foundation.HRESULT put_fontSize(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 381 internal winmdroot.System.Variant.VARIANT fontSize 385 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 389 winmdroot.System.Variant.VARIANT __result; 390 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 398 private static winmdroot.Foundation.HRESULT get_fontSize(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 475 private static winmdroot.Foundation.HRESULT put_color(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 493 internal winmdroot.System.Variant.VARIANT color 497 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 501 winmdroot.System.Variant.VARIANT __result; 502 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 510 private static winmdroot.Foundation.HRESULT get_color(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 587 private static winmdroot.Foundation.HRESULT put_backgroundColor(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 605 internal winmdroot.System.Variant.VARIANT backgroundColor 609 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 613 winmdroot.System.Variant.VARIANT __result; 614 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 622 private static winmdroot.Foundation.HRESULT get_backgroundColor(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 867 private static winmdroot.Foundation.HRESULT put_backgroundPositionX(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 885 internal winmdroot.System.Variant.VARIANT backgroundPositionX 889 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 893 winmdroot.System.Variant.VARIANT __result; 894 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 902 private static winmdroot.Foundation.HRESULT get_backgroundPositionX(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 923 private static winmdroot.Foundation.HRESULT put_backgroundPositionY(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 941 internal winmdroot.System.Variant.VARIANT backgroundPositionY 945 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 949 winmdroot.System.Variant.VARIANT __result; 950 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 958 private static winmdroot.Foundation.HRESULT get_backgroundPositionY(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 979 private static winmdroot.Foundation.HRESULT put_wordSpacing(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 997 internal winmdroot.System.Variant.VARIANT wordSpacing 1001 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1005 winmdroot.System.Variant.VARIANT __result; 1006 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1014 private static winmdroot.Foundation.HRESULT get_wordSpacing(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1035 private static winmdroot.Foundation.HRESULT put_letterSpacing(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 1053 internal winmdroot.System.Variant.VARIANT letterSpacing 1057 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1061 winmdroot.System.Variant.VARIANT __result; 1062 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1070 private static winmdroot.Foundation.HRESULT get_letterSpacing(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1427 private static winmdroot.Foundation.HRESULT put_verticalAlign(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 1445 internal winmdroot.System.Variant.VARIANT verticalAlign 1449 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1453 winmdroot.System.Variant.VARIANT __result; 1454 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1462 private static winmdroot.Foundation.HRESULT get_verticalAlign(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1595 private static winmdroot.Foundation.HRESULT put_textIndent(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 1613 internal winmdroot.System.Variant.VARIANT textIndent 1617 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[59])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1621 winmdroot.System.Variant.VARIANT __result; 1622 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1630 private static winmdroot.Foundation.HRESULT get_textIndent(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1651 private static winmdroot.Foundation.HRESULT put_lineHeight(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 1669 internal winmdroot.System.Variant.VARIANT lineHeight 1673 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1677 winmdroot.System.Variant.VARIANT __result; 1678 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1686 private static winmdroot.Foundation.HRESULT get_lineHeight(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1707 private static winmdroot.Foundation.HRESULT put_marginTop(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 1725 internal winmdroot.System.Variant.VARIANT marginTop 1729 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1733 winmdroot.System.Variant.VARIANT __result; 1734 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1742 private static winmdroot.Foundation.HRESULT get_marginTop(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1763 private static winmdroot.Foundation.HRESULT put_marginRight(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 1781 internal winmdroot.System.Variant.VARIANT marginRight 1785 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1789 winmdroot.System.Variant.VARIANT __result; 1790 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1798 private static winmdroot.Foundation.HRESULT get_marginRight(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1819 private static winmdroot.Foundation.HRESULT put_marginBottom(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 1837 internal winmdroot.System.Variant.VARIANT marginBottom 1841 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1845 winmdroot.System.Variant.VARIANT __result; 1846 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1854 private static winmdroot.Foundation.HRESULT get_marginBottom(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1875 private static winmdroot.Foundation.HRESULT put_marginLeft(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 1893 internal winmdroot.System.Variant.VARIANT marginLeft 1897 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1901 winmdroot.System.Variant.VARIANT __result; 1902 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1910 private static winmdroot.Foundation.HRESULT get_marginLeft(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 1987 private static winmdroot.Foundation.HRESULT put_paddingTop(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 2005 internal winmdroot.System.Variant.VARIANT paddingTop 2009 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2013 winmdroot.System.Variant.VARIANT __result; 2014 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2022 private static winmdroot.Foundation.HRESULT get_paddingTop(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2043 private static winmdroot.Foundation.HRESULT put_paddingRight(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 2061 internal winmdroot.System.Variant.VARIANT paddingRight 2065 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2069 winmdroot.System.Variant.VARIANT __result; 2070 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2078 private static winmdroot.Foundation.HRESULT get_paddingRight(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2099 private static winmdroot.Foundation.HRESULT put_paddingBottom(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 2117 internal winmdroot.System.Variant.VARIANT paddingBottom 2121 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2125 winmdroot.System.Variant.VARIANT __result; 2126 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2134 private static winmdroot.Foundation.HRESULT get_paddingBottom(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2155 private static winmdroot.Foundation.HRESULT put_paddingLeft(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 2173 internal winmdroot.System.Variant.VARIANT paddingLeft 2177 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2181 winmdroot.System.Variant.VARIANT __result; 2182 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[80])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2190 private static winmdroot.Foundation.HRESULT get_paddingLeft(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2603 private static winmdroot.Foundation.HRESULT put_borderTopColor(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 2621 internal winmdroot.System.Variant.VARIANT borderTopColor 2625 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[95])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2629 winmdroot.System.Variant.VARIANT __result; 2630 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[96])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2638 private static winmdroot.Foundation.HRESULT get_borderTopColor(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2659 private static winmdroot.Foundation.HRESULT put_borderRightColor(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 2677 internal winmdroot.System.Variant.VARIANT borderRightColor 2681 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[97])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2685 winmdroot.System.Variant.VARIANT __result; 2686 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[98])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2694 private static winmdroot.Foundation.HRESULT get_borderRightColor(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2715 private static winmdroot.Foundation.HRESULT put_borderBottomColor(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 2733 internal winmdroot.System.Variant.VARIANT borderBottomColor 2737 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[99])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2741 winmdroot.System.Variant.VARIANT __result; 2742 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[100])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2750 private static winmdroot.Foundation.HRESULT get_borderBottomColor(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2771 private static winmdroot.Foundation.HRESULT put_borderLeftColor(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 2789 internal winmdroot.System.Variant.VARIANT borderLeftColor 2793 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[101])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2797 winmdroot.System.Variant.VARIANT __result; 2798 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[102])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2806 private static winmdroot.Foundation.HRESULT get_borderLeftColor(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2883 private static winmdroot.Foundation.HRESULT put_borderTopWidth(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 2901 internal winmdroot.System.Variant.VARIANT borderTopWidth 2905 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[105])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2909 winmdroot.System.Variant.VARIANT __result; 2910 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[106])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2918 private static winmdroot.Foundation.HRESULT get_borderTopWidth(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2939 private static winmdroot.Foundation.HRESULT put_borderRightWidth(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 2957 internal winmdroot.System.Variant.VARIANT borderRightWidth 2961 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[107])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2965 winmdroot.System.Variant.VARIANT __result; 2966 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[108])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2974 private static winmdroot.Foundation.HRESULT get_borderRightWidth(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 2995 private static winmdroot.Foundation.HRESULT put_borderBottomWidth(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 3013 internal winmdroot.System.Variant.VARIANT borderBottomWidth 3017 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[109])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3021 winmdroot.System.Variant.VARIANT __result; 3022 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[110])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3030 private static winmdroot.Foundation.HRESULT get_borderBottomWidth(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 3051 private static winmdroot.Foundation.HRESULT put_borderLeftWidth(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 3069 internal winmdroot.System.Variant.VARIANT borderLeftWidth 3073 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[111])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3077 winmdroot.System.Variant.VARIANT __result; 3078 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[112])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3086 private static winmdroot.Foundation.HRESULT get_borderLeftWidth(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 3387 private static winmdroot.Foundation.HRESULT put_width(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 3405 internal winmdroot.System.Variant.VARIANT width 3409 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[123])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3413 winmdroot.System.Variant.VARIANT __result; 3414 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[124])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3422 private static winmdroot.Foundation.HRESULT get_width(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 3443 private static winmdroot.Foundation.HRESULT put_height(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 3461 internal winmdroot.System.Variant.VARIANT height 3465 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[125])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3469 winmdroot.System.Variant.VARIANT __result; 3470 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[126])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3478 private static winmdroot.Foundation.HRESULT get_height(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 4003 private static winmdroot.Foundation.HRESULT put_top(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 4021 internal winmdroot.System.Variant.VARIANT top 4025 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[145])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4029 winmdroot.System.Variant.VARIANT __result; 4030 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[146])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4038 private static winmdroot.Foundation.HRESULT get_top(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 4059 private static winmdroot.Foundation.HRESULT put_left(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 4077 internal winmdroot.System.Variant.VARIANT left 4081 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[147])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4085 winmdroot.System.Variant.VARIANT __result; 4086 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[148])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4094 private static winmdroot.Foundation.HRESULT get_left(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 4146 private static winmdroot.Foundation.HRESULT put_zIndex(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT v) 4164 internal winmdroot.System.Variant.VARIANT zIndex 4168 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[150])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4172 winmdroot.System.Variant.VARIANT __result; 4173 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[151])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4181 private static winmdroot.Foundation.HRESULT get_zIndex(IHTMLStyle* pThis, winmdroot.System.Variant.VARIANT* p) 5047 private static winmdroot.Foundation.HRESULT setAttribute(IHTMLStyle* pThis, winmdroot.Foundation.BSTR strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags) 5064 public void setAttribute(winmdroot.Foundation.BSTR strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags) 5066 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[182])((IHTMLStyle*)Unsafe.AsPointer(ref this), strAttributeName, AttributeValue, lFlags).ThrowOnFailure(); 5072 private static winmdroot.Foundation.HRESULT getAttribute(IHTMLStyle* pThis, winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue) 5089 public winmdroot.System.Variant.VARIANT getAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags) 5091 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 5092 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[183])((IHTMLStyle*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure(); 5185 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 5203 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_fontSize_16; 5205 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_fontSize_17; 5211 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_color_20; 5213 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_color_21; 5219 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_backgroundColor_24; 5221 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_backgroundColor_25; 5239 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_backgroundPositionX_34; 5241 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_backgroundPositionX_35; 5243 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_backgroundPositionY_36; 5245 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_backgroundPositionY_37; 5247 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_wordSpacing_38; 5249 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_wordSpacing_39; 5251 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_letterSpacing_40; 5253 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_letterSpacing_41; 5279 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_verticalAlign_54; 5281 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_verticalAlign_55; 5291 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_textIndent_60; 5293 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_textIndent_61; 5295 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_lineHeight_62; 5297 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_lineHeight_63; 5299 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_marginTop_64; 5301 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_marginTop_65; 5303 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_marginRight_66; 5305 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_marginRight_67; 5307 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_marginBottom_68; 5309 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_marginBottom_69; 5311 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_marginLeft_70; 5313 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_marginLeft_71; 5319 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_paddingTop_74; 5321 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_paddingTop_75; 5323 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_paddingRight_76; 5325 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_paddingRight_77; 5327 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_paddingBottom_78; 5329 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_paddingBottom_79; 5331 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_paddingLeft_80; 5333 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_paddingLeft_81; 5363 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderTopColor_96; 5365 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderTopColor_97; 5367 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderRightColor_98; 5369 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderRightColor_99; 5371 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderBottomColor_100; 5373 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderBottomColor_101; 5375 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderLeftColor_102; 5377 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderLeftColor_103; 5383 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderTopWidth_106; 5385 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderTopWidth_107; 5387 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderRightWidth_108; 5389 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderRightWidth_109; 5391 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderBottomWidth_110; 5393 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderBottomWidth_111; 5395 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_borderLeftWidth_112; 5397 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_borderLeftWidth_113; 5419 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_width_124; 5421 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_width_125; 5423 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_height_126; 5425 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_height_127; 5463 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_top_146; 5465 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_top_147; 5467 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_left_148; 5469 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_left_149; 5473 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_zIndex_151; 5475 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_zIndex_152; 5537 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,int ,winmdroot.Foundation.HRESULT> setAttribute_183; 5539 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> getAttribute_184; 5770 winmdroot.System.Variant.VARIANT fontSize 5782 winmdroot.System.Variant.VARIANT color 5794 winmdroot.System.Variant.VARIANT backgroundColor 5824 winmdroot.System.Variant.VARIANT backgroundPositionX 5830 winmdroot.System.Variant.VARIANT backgroundPositionY 5836 winmdroot.System.Variant.VARIANT wordSpacing 5842 winmdroot.System.Variant.VARIANT letterSpacing 5884 winmdroot.System.Variant.VARIANT verticalAlign 5902 winmdroot.System.Variant.VARIANT textIndent 5908 winmdroot.System.Variant.VARIANT lineHeight 5914 winmdroot.System.Variant.VARIANT marginTop 5920 winmdroot.System.Variant.VARIANT marginRight 5926 winmdroot.System.Variant.VARIANT marginBottom 5932 winmdroot.System.Variant.VARIANT marginLeft 5944 winmdroot.System.Variant.VARIANT paddingTop 5950 winmdroot.System.Variant.VARIANT paddingRight 5956 winmdroot.System.Variant.VARIANT paddingBottom 5962 winmdroot.System.Variant.VARIANT paddingLeft 6010 winmdroot.System.Variant.VARIANT borderTopColor 6016 winmdroot.System.Variant.VARIANT borderRightColor 6022 winmdroot.System.Variant.VARIANT borderBottomColor 6028 winmdroot.System.Variant.VARIANT borderLeftColor 6040 winmdroot.System.Variant.VARIANT borderTopWidth 6046 winmdroot.System.Variant.VARIANT borderRightWidth 6052 winmdroot.System.Variant.VARIANT borderBottomWidth 6058 winmdroot.System.Variant.VARIANT borderLeftWidth 6094 winmdroot.System.Variant.VARIANT width 6100 winmdroot.System.Variant.VARIANT height 6160 winmdroot.System.Variant.VARIANT top 6166 winmdroot.System.Variant.VARIANT left 6177 winmdroot.System.Variant.VARIANT zIndex 6274winmdroot.Foundation.HRESULT setAttribute(winmdroot.Foundation.BSTR strAttributeName, winmdroot.System.Variant.VARIANT AttributeValue, int lFlags); 6277 unsafe winmdroot.Foundation.HRESULT getAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.System.Variant.VARIANT* AttributeValue);
_generated\172\Windows.Win32.IHTMLStyleSheet.g.cs (8)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 772 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\173\Windows.Win32.IHTMLStyleSheetRule.g.cs (8)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 289 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\174\Windows.Win32.IHTMLStyleSheetRulesCollection.g.cs (8)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRulesCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLStyleSheetRulesCollection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 229 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRulesCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\175\Windows.Win32.IHTMLStyleSheetsCollection.g.cs (25)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLStyleSheetsCollection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 198 /// <inheritdoc cref="item(winmdroot.System.Variant.VARIANT*)"/> 200 internal unsafe winmdroot.System.Variant.VARIANT item(in winmdroot.System.Variant.VARIANT pvarIndex) 202 fixed (winmdroot.System.Variant.VARIANT* pvarIndexLocal = &pvarIndex) 204 winmdroot.System.Variant.VARIANT __result = this.item(pvarIndexLocal); 212 private static winmdroot.Foundation.HRESULT item(IHTMLStyleSheetsCollection* pThis, winmdroot.System.Variant.VARIANT* pvarIndex, winmdroot.System.Variant.VARIANT* pvarResult) 229 public unsafe winmdroot.System.Variant.VARIANT item(winmdroot.System.Variant.VARIANT* pvarIndex) 231 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 232 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLStyleSheetsCollection*)Unsafe.AsPointer(ref this), pvarIndex, &__retVal).ThrowOnFailure(); 271 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 277 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> item_10; 315 unsafe winmdroot.Foundation.HRESULT item(winmdroot.System.Variant.VARIANT* pvarIndex, winmdroot.System.Variant.VARIANT* pvarResult);
_generated\176\Windows.Win32.IHTMLWindow2.g.cs (189)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLWindow2*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 136 /// <inheritdoc cref="item(winmdroot.System.Variant.VARIANT*)"/> 138 internal unsafe winmdroot.System.Variant.VARIANT item(in winmdroot.System.Variant.VARIANT pvarIndex) 140 fixed (winmdroot.System.Variant.VARIANT* pvarIndexLocal = &pvarIndex) 142 winmdroot.System.Variant.VARIANT __result = this.item(pvarIndexLocal); 150 private static winmdroot.Foundation.HRESULT item(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT* pvarIndex, winmdroot.System.Variant.VARIANT* pvarResult) 167 public unsafe winmdroot.System.Variant.VARIANT item(winmdroot.System.Variant.VARIANT* pvarIndex) 169 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 170 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLWindow2*)Unsafe.AsPointer(ref this), pvarIndex, &__retVal).ThrowOnFailure(); 352 /// <inheritdoc cref="setTimeout(winmdroot.Foundation.BSTR, int, winmdroot.System.Variant.VARIANT*)"/> 354 internal unsafe int setTimeout(winmdroot.Foundation.BSTR expression, int msec, in winmdroot.System.Variant.VARIANT language) 356 fixed (winmdroot.System.Variant.VARIANT* languageLocal = &language) 366 private static winmdroot.Foundation.HRESULT setTimeout(IHTMLWindow2* pThis, winmdroot.Foundation.BSTR expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID) 383 public unsafe int setTimeout(winmdroot.Foundation.BSTR expression, int msec, winmdroot.System.Variant.VARIANT* language) 386 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLWindow2*)Unsafe.AsPointer(ref this), expression, msec, language, &__retVal).ThrowOnFailure(); 476 /// <inheritdoc cref="prompt(winmdroot.Foundation.BSTR, winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/> 478 internal unsafe winmdroot.Foundation.HRESULT prompt(winmdroot.Foundation.BSTR message, winmdroot.Foundation.BSTR defstr, out winmdroot.System.Variant.VARIANT textdata) 480 fixed (winmdroot.System.Variant.VARIANT* textdataLocal = &textdata) 490 private static winmdroot.Foundation.HRESULT prompt(IHTMLWindow2* pThis, winmdroot.Foundation.BSTR message, winmdroot.Foundation.BSTR defstr, winmdroot.System.Variant.VARIANT* textdata) 507 public unsafe winmdroot.Foundation.HRESULT prompt(winmdroot.Foundation.BSTR message, winmdroot.Foundation.BSTR defstr, winmdroot.System.Variant.VARIANT* textdata) 509 return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLWindow2*)Unsafe.AsPointer(ref this), message, defstr, textdata); 621 private static winmdroot.Foundation.HRESULT put_opener(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT v) 639 internal winmdroot.System.Variant.VARIANT opener 643 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 647 /// <inheritdoc cref="get_opener(winmdroot.System.Variant.VARIANT*)"/> 649 internal unsafe winmdroot.Foundation.HRESULT get_opener(out winmdroot.System.Variant.VARIANT p) 651 fixed (winmdroot.System.Variant.VARIANT* pLocal = &p) 661 private static winmdroot.Foundation.HRESULT get_opener(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT* p) 678 public unsafe winmdroot.Foundation.HRESULT get_opener(winmdroot.System.Variant.VARIANT* p) 680 return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLWindow2*)Unsafe.AsPointer(ref this), p); 946 private static winmdroot.Foundation.HRESULT put_onfocus(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT v) 964 internal winmdroot.System.Variant.VARIANT onfocus 968 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 972 winmdroot.System.Variant.VARIANT __result; 973 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 981 private static winmdroot.Foundation.HRESULT get_onfocus(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT* p) 1002 private static winmdroot.Foundation.HRESULT put_onblur(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT v) 1020 internal winmdroot.System.Variant.VARIANT onblur 1024 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1028 winmdroot.System.Variant.VARIANT __result; 1029 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1037 private static winmdroot.Foundation.HRESULT get_onblur(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT* p) 1058 private static winmdroot.Foundation.HRESULT put_onload(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT v) 1076 internal winmdroot.System.Variant.VARIANT onload 1080 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1084 winmdroot.System.Variant.VARIANT __result; 1085 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1093 private static winmdroot.Foundation.HRESULT get_onload(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT* p) 1114 private static winmdroot.Foundation.HRESULT put_onbeforeunload(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT v) 1132 internal winmdroot.System.Variant.VARIANT onbeforeunload 1136 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1140 winmdroot.System.Variant.VARIANT __result; 1141 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1149 private static winmdroot.Foundation.HRESULT get_onbeforeunload(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT* p) 1170 private static winmdroot.Foundation.HRESULT put_onunload(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT v) 1188 internal winmdroot.System.Variant.VARIANT onunload 1192 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1196 winmdroot.System.Variant.VARIANT __result; 1197 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1205 private static winmdroot.Foundation.HRESULT get_onunload(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT* p) 1226 private static winmdroot.Foundation.HRESULT put_onhelp(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT v) 1244 internal winmdroot.System.Variant.VARIANT onhelp 1248 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1252 winmdroot.System.Variant.VARIANT __result; 1253 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1261 private static winmdroot.Foundation.HRESULT get_onhelp(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT* p) 1282 private static winmdroot.Foundation.HRESULT put_onerror(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT v) 1300 internal winmdroot.System.Variant.VARIANT onerror 1304 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1308 winmdroot.System.Variant.VARIANT __result; 1309 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1317 private static winmdroot.Foundation.HRESULT get_onerror(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT* p) 1338 private static winmdroot.Foundation.HRESULT put_onresize(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT v) 1356 internal winmdroot.System.Variant.VARIANT onresize 1360 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1364 winmdroot.System.Variant.VARIANT __result; 1365 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1373 private static winmdroot.Foundation.HRESULT get_onresize(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT* p) 1394 private static winmdroot.Foundation.HRESULT put_onscroll(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT v) 1412 internal winmdroot.System.Variant.VARIANT onscroll 1416 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1420 winmdroot.System.Variant.VARIANT __result; 1421 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1429 private static winmdroot.Foundation.HRESULT get_onscroll(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT* p) 1534 /// <inheritdoc cref="showModalDialog(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 1536 internal unsafe winmdroot.System.Variant.VARIANT showModalDialog(winmdroot.Foundation.BSTR dialog, in winmdroot.System.Variant.VARIANT varArgIn, in winmdroot.System.Variant.VARIANT varOptions) 1538 fixed (winmdroot.System.Variant.VARIANT* varOptionsLocal = &varOptions) 1540 fixed (winmdroot.System.Variant.VARIANT* varArgInLocal = &varArgIn) 1542 winmdroot.System.Variant.VARIANT __result = this.showModalDialog(dialog, varArgInLocal, varOptionsLocal); 1551 private static winmdroot.Foundation.HRESULT showModalDialog(IHTMLWindow2* pThis, winmdroot.Foundation.BSTR dialog, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* varOptions, winmdroot.System.Variant.VARIANT* varArgOut) 1568 public unsafe winmdroot.System.Variant.VARIANT showModalDialog(winmdroot.Foundation.BSTR dialog, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* varOptions) 1570 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 1571 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IHTMLWindow2*)Unsafe.AsPointer(ref this), dialog, varArgIn, varOptions, &__retVal).ThrowOnFailure(); 1578 private static winmdroot.Foundation.HRESULT showHelp(IHTMLWindow2* pThis, winmdroot.Foundation.BSTR helpURL, winmdroot.System.Variant.VARIANT helpArg, winmdroot.Foundation.BSTR features) 1595 public void showHelp(winmdroot.Foundation.BSTR helpURL, winmdroot.System.Variant.VARIANT helpArg, winmdroot.Foundation.BSTR features) 1597 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IHTMLWindow2*)Unsafe.AsPointer(ref this), helpURL, helpArg, features).ThrowOnFailure(); 1804 /// <inheritdoc cref="setInterval(winmdroot.Foundation.BSTR, int, winmdroot.System.Variant.VARIANT*)"/> 1806 internal unsafe int setInterval(winmdroot.Foundation.BSTR expression, int msec, in winmdroot.System.Variant.VARIANT language) 1808 fixed (winmdroot.System.Variant.VARIANT* languageLocal = &language) 1818 private static winmdroot.Foundation.HRESULT setInterval(IHTMLWindow2* pThis, winmdroot.Foundation.BSTR expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID) 1835 public unsafe int setInterval(winmdroot.Foundation.BSTR expression, int msec, winmdroot.System.Variant.VARIANT* language) 1838 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IHTMLWindow2*)Unsafe.AsPointer(ref this), expression, msec, language, &__retVal).ThrowOnFailure(); 1870 private static winmdroot.Foundation.HRESULT put_offscreenBuffering(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT v) 1888 internal winmdroot.System.Variant.VARIANT offscreenBuffering 1892 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1896 winmdroot.System.Variant.VARIANT __result; 1897 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1905 private static winmdroot.Foundation.HRESULT get_offscreenBuffering(IHTMLWindow2* pThis, winmdroot.System.Variant.VARIANT* p) 1926 private static winmdroot.Foundation.HRESULT execScript(IHTMLWindow2* pThis, winmdroot.Foundation.BSTR code, winmdroot.Foundation.BSTR language, winmdroot.System.Variant.VARIANT* pvarRet) 1943 public winmdroot.System.Variant.VARIANT execScript(winmdroot.Foundation.BSTR code, winmdroot.Foundation.BSTR language) 1945 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 1946 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLWindow2*)Unsafe.AsPointer(ref this), code, language, &__retVal).ThrowOnFailure(); 2193 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 2195 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> item_8; 2209 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT> setTimeout_15; 2217 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> prompt_19; 2227 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_opener_24; 2229 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_opener_25; 2249 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onfocus_35; 2251 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onfocus_36; 2253 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onblur_37; 2255 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onblur_38; 2257 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onload_39; 2259 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onload_40; 2261 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforeunload_41; 2263 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforeunload_42; 2265 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onunload_43; 2267 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onunload_44; 2269 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onhelp_45; 2271 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onhelp_46; 2273 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onerror_47; 2275 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onerror_48; 2277 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onresize_49; 2279 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onresize_50; 2281 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onscroll_51; 2283 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onscroll_52; 2291 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> showModalDialog_56; 2293 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> showHelp_57; 2309 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT> setInterval_65; 2313 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_offscreenBuffering_67; 2315 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_offscreenBuffering_68; 2317 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> execScript_69; 2428 unsafe new winmdroot.Foundation.HRESULT item(winmdroot.System.Variant.VARIANT* pvarIndex, winmdroot.System.Variant.VARIANT* pvarResult); 2449 unsafe winmdroot.Foundation.HRESULT setTimeout(winmdroot.Foundation.BSTR expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID); 2461 unsafe winmdroot.Foundation.HRESULT prompt(winmdroot.Foundation.BSTR message, winmdroot.Foundation.BSTR defstr, winmdroot.System.Variant.VARIANT* textdata); 2477 winmdroot.System.Variant.VARIANT opener 2483 unsafe winmdroot.Foundation.HRESULT get_opener(winmdroot.System.Variant.VARIANT* p); 2520 winmdroot.System.Variant.VARIANT onfocus 2526 winmdroot.System.Variant.VARIANT onblur 2532 winmdroot.System.Variant.VARIANT onload 2538 winmdroot.System.Variant.VARIANT onbeforeunload 2544 winmdroot.System.Variant.VARIANT onunload 2550 winmdroot.System.Variant.VARIANT onhelp 2556 winmdroot.System.Variant.VARIANT onerror 2562 winmdroot.System.Variant.VARIANT onresize 2568 winmdroot.System.Variant.VARIANT onscroll 2588 unsafe winmdroot.Foundation.HRESULT showModalDialog(winmdroot.Foundation.BSTR dialog, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* varOptions, winmdroot.System.Variant.VARIANT* varArgOut); 2591winmdroot.Foundation.HRESULT showHelp(winmdroot.Foundation.BSTR helpURL, winmdroot.System.Variant.VARIANT helpArg, winmdroot.Foundation.BSTR features); 2621 unsafe winmdroot.Foundation.HRESULT setInterval(winmdroot.Foundation.BSTR expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID); 2626 winmdroot.System.Variant.VARIANT offscreenBuffering 2633 unsafe winmdroot.Foundation.HRESULT execScript(winmdroot.Foundation.BSTR code, winmdroot.Foundation.BSTR language, winmdroot.System.Variant.VARIANT* pvarRet);
_generated\177\Windows.Win32.IHTMLWindow3.g.cs (74)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLWindow3*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 269 /// <inheritdoc cref="setTimeout(winmdroot.System.Variant.VARIANT*, int, winmdroot.System.Variant.VARIANT*)"/> 271 internal unsafe int setTimeout(in winmdroot.System.Variant.VARIANT expression, int msec, in winmdroot.System.Variant.VARIANT language) 273 fixed (winmdroot.System.Variant.VARIANT* languageLocal = &language) 275 fixed (winmdroot.System.Variant.VARIANT* expressionLocal = &expression) 286 private static winmdroot.Foundation.HRESULT setTimeout(IHTMLWindow3* pThis, winmdroot.System.Variant.VARIANT* expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID) 303 public unsafe int setTimeout(winmdroot.System.Variant.VARIANT* expression, int msec, winmdroot.System.Variant.VARIANT* language) 306 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLWindow3*)Unsafe.AsPointer(ref this), expression, msec, language, &__retVal).ThrowOnFailure(); 310 /// <inheritdoc cref="setInterval(winmdroot.System.Variant.VARIANT*, int, winmdroot.System.Variant.VARIANT*)"/> 312 internal unsafe int setInterval(in winmdroot.System.Variant.VARIANT expression, int msec, in winmdroot.System.Variant.VARIANT language) 314 fixed (winmdroot.System.Variant.VARIANT* languageLocal = &language) 316 fixed (winmdroot.System.Variant.VARIANT* expressionLocal = &expression) 327 private static winmdroot.Foundation.HRESULT setInterval(IHTMLWindow3* pThis, winmdroot.System.Variant.VARIANT* expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID) 344 public unsafe int setInterval(winmdroot.System.Variant.VARIANT* expression, int msec, winmdroot.System.Variant.VARIANT* language) 347 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLWindow3*)Unsafe.AsPointer(ref this), expression, msec, language, &__retVal).ThrowOnFailure(); 379 private static winmdroot.Foundation.HRESULT put_onbeforeprint(IHTMLWindow3* pThis, winmdroot.System.Variant.VARIANT v) 397 internal winmdroot.System.Variant.VARIANT onbeforeprint 401 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLWindow3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 405 winmdroot.System.Variant.VARIANT __result; 406 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLWindow3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 414 private static winmdroot.Foundation.HRESULT get_onbeforeprint(IHTMLWindow3* pThis, winmdroot.System.Variant.VARIANT* p) 435 private static winmdroot.Foundation.HRESULT put_onafterprint(IHTMLWindow3* pThis, winmdroot.System.Variant.VARIANT v) 453 internal winmdroot.System.Variant.VARIANT onafterprint 457 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLWindow3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 461 winmdroot.System.Variant.VARIANT __result; 462 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLWindow3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 470 private static winmdroot.Foundation.HRESULT get_onafterprint(IHTMLWindow3* pThis, winmdroot.System.Variant.VARIANT* p) 519 /// <inheritdoc cref="showModelessDialog(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 521 internal unsafe winmdroot.Web.MsHtml.IHTMLWindow2* showModelessDialog(winmdroot.Foundation.BSTR url, in winmdroot.System.Variant.VARIANT varArgIn, in winmdroot.System.Variant.VARIANT options) 523 fixed (winmdroot.System.Variant.VARIANT* optionsLocal = &options) 525 fixed (winmdroot.System.Variant.VARIANT* varArgInLocal = &varArgIn) 536 private static winmdroot.Foundation.HRESULT showModelessDialog(IHTMLWindow3* pThis, winmdroot.Foundation.BSTR url, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* options, winmdroot.Web.MsHtml.IHTMLWindow2** pDialog) 553 public unsafe winmdroot.Web.MsHtml.IHTMLWindow2* showModelessDialog(winmdroot.Foundation.BSTR url, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* options) 556 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Web.MsHtml.IHTMLWindow2** ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLWindow3*)Unsafe.AsPointer(ref this), url, varArgIn, options, &__retVal).ThrowOnFailure(); 595 internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 605 internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT> setTimeout_12; 607 internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT> setInterval_13; 611 internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforeprint_15; 613 internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforeprint_16; 615 internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onafterprint_17; 617 internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onafterprint_18; 621 internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Web.MsHtml.IHTMLWindow2** ,winmdroot.Foundation.HRESULT> showModelessDialog_20; 671 unsafe winmdroot.Foundation.HRESULT setTimeout(winmdroot.System.Variant.VARIANT* expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID); 674 unsafe winmdroot.Foundation.HRESULT setInterval(winmdroot.System.Variant.VARIANT* expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID); 679 winmdroot.System.Variant.VARIANT onbeforeprint 685 winmdroot.System.Variant.VARIANT onafterprint 697 unsafe winmdroot.Foundation.HRESULT showModelessDialog(winmdroot.Foundation.BSTR url, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* options, winmdroot.Web.MsHtml.IHTMLWindow2** pDialog);
_generated\178\Windows.Win32.IHTMLWindow4.g.cs (16)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLWindow4*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 136 /// <inheritdoc cref="createPopup(winmdroot.System.Variant.VARIANT*)"/> 138 internal unsafe winmdroot.System.Com.IDispatch* createPopup(in winmdroot.System.Variant.VARIANT varArgIn) 140 fixed (winmdroot.System.Variant.VARIANT* varArgInLocal = &varArgIn) 150 private static winmdroot.Foundation.HRESULT createPopup(IHTMLWindow4* pThis, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Com.IDispatch** ppPopup) 167 public unsafe winmdroot.System.Com.IDispatch* createPopup(winmdroot.System.Variant.VARIANT* varArgIn) 170 ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLWindow4*)Unsafe.AsPointer(ref this), varArgIn, &__retVal).ThrowOnFailure(); 234 internal delegate *unmanaged [Stdcall]<IHTMLWindow4*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 236 internal delegate *unmanaged [Stdcall]<IHTMLWindow4*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> createPopup_8; 265 unsafe winmdroot.Foundation.HRESULT createPopup(winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Com.IDispatch** ppPopup);
_generated\200\Windows.Win32.IOleCommandTarget.g.cs (16)
106 /// <inheritdoc cref="Exec(global::System.Guid*, uint, uint, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 108 internal unsafe winmdroot.Foundation.HRESULT Exec(in global::System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, in winmdroot.System.Variant.VARIANT pvaIn, ref winmdroot.System.Variant.VARIANT pvaOut) 110 fixed (winmdroot.System.Variant.VARIANT* pvaOutLocal = &pvaOut) 112 fixed (winmdroot.System.Variant.VARIANT* pvaInLocal = &pvaIn) 126 private static winmdroot.Foundation.HRESULT Exec(IOleCommandTarget* pThis, global::System.Guid* pguidCmdGroup, uint nCmdID, uint nCmdexecopt, winmdroot.System.Variant.VARIANT* pvaIn, winmdroot.System.Variant.VARIANT* pvaOut) 157 public unsafe winmdroot.Foundation.HRESULT Exec(global::System.Guid* pguidCmdGroup, uint nCmdID, uint nCmdexecopt, winmdroot.System.Variant.VARIANT* pvaIn, winmdroot.System.Variant.VARIANT* pvaOut) 159 return ((delegate *unmanaged [Stdcall]<IOleCommandTarget*,global::System.Guid* ,uint ,uint ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleCommandTarget*)Unsafe.AsPointer(ref this), pguidCmdGroup, nCmdID, nCmdexecopt, pvaIn, pvaOut); 193 internal delegate *unmanaged [Stdcall]<IOleCommandTarget*,global::System.Guid* ,uint ,uint ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Exec_5; 224 unsafe winmdroot.Foundation.HRESULT Exec(global::System.Guid* pguidCmdGroup, uint nCmdID, uint nCmdexecopt, winmdroot.System.Variant.VARIANT* pvaIn, winmdroot.System.Variant.VARIANT* pvaOut);
_generated\215\Windows.Win32.IOmHistory.g.cs (32)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IOmHistory*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOmHistory*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 167 /// <inheritdoc cref="back(winmdroot.System.Variant.VARIANT*)"/> 169 internal unsafe void back(in winmdroot.System.Variant.VARIANT pvargdistance) 171 fixed (winmdroot.System.Variant.VARIANT* pvargdistanceLocal = &pvargdistance) 180 private static winmdroot.Foundation.HRESULT back(IOmHistory* pThis, winmdroot.System.Variant.VARIANT* pvargdistance) 197 public unsafe void back(winmdroot.System.Variant.VARIANT* pvargdistance) 199 ((delegate *unmanaged [Stdcall]<IOmHistory*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOmHistory*)Unsafe.AsPointer(ref this), pvargdistance).ThrowOnFailure(); 202 /// <inheritdoc cref="forward(winmdroot.System.Variant.VARIANT*)"/> 204 internal unsafe void forward(in winmdroot.System.Variant.VARIANT pvargdistance) 206 fixed (winmdroot.System.Variant.VARIANT* pvargdistanceLocal = &pvargdistance) 215 private static winmdroot.Foundation.HRESULT forward(IOmHistory* pThis, winmdroot.System.Variant.VARIANT* pvargdistance) 232 public unsafe void forward(winmdroot.System.Variant.VARIANT* pvargdistance) 234 ((delegate *unmanaged [Stdcall]<IOmHistory*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOmHistory*)Unsafe.AsPointer(ref this), pvargdistance).ThrowOnFailure(); 237 /// <inheritdoc cref="go(winmdroot.System.Variant.VARIANT*)"/> 239 internal unsafe winmdroot.Foundation.HRESULT go(in winmdroot.System.Variant.VARIANT pvargdistance) 241 fixed (winmdroot.System.Variant.VARIANT* pvargdistanceLocal = &pvargdistance) 251 private static winmdroot.Foundation.HRESULT go(IOmHistory* pThis, winmdroot.System.Variant.VARIANT* pvargdistance) 268 public unsafe winmdroot.Foundation.HRESULT go(winmdroot.System.Variant.VARIANT* pvargdistance) 270 return ((delegate *unmanaged [Stdcall]<IOmHistory*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IOmHistory*)Unsafe.AsPointer(ref this), pvargdistance); 308 internal delegate *unmanaged [Stdcall]<IOmHistory*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 312 internal delegate *unmanaged [Stdcall]<IOmHistory*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> back_9; 314 internal delegate *unmanaged [Stdcall]<IOmHistory*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> forward_10; 316 internal delegate *unmanaged [Stdcall]<IOmHistory*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> go_11; 350 unsafe winmdroot.Foundation.HRESULT back(winmdroot.System.Variant.VARIANT* pvargdistance); 353 unsafe winmdroot.Foundation.HRESULT forward(winmdroot.System.Variant.VARIANT* pvargdistance); 356 unsafe winmdroot.Foundation.HRESULT go(winmdroot.System.Variant.VARIANT* pvargdistance);
_generated\216\Windows.Win32.IOmNavigator.g.cs (8)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IOmNavigator*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOmNavigator*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 779 internal delegate *unmanaged [Stdcall]<IOmNavigator*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\218\Windows.Win32.IPerPropertyBrowsing.g.cs (8)
200 /// <inheritdoc cref="GetPredefinedValue(int, uint, winmdroot.System.Variant.VARIANT*)"/> 202 internal unsafe winmdroot.Foundation.HRESULT GetPredefinedValue(int dispID, uint dwCookie, out winmdroot.System.Variant.VARIANT pVarOut) 204 fixed (winmdroot.System.Variant.VARIANT* pVarOutLocal = &pVarOut) 214 private static winmdroot.Foundation.HRESULT GetPredefinedValue(IPerPropertyBrowsing* pThis, int dispID, uint dwCookie, winmdroot.System.Variant.VARIANT* pVarOut) 243 public unsafe winmdroot.Foundation.HRESULT GetPredefinedValue(int dispID, uint dwCookie, winmdroot.System.Variant.VARIANT* pVarOut) 245 return ((delegate *unmanaged [Stdcall]<IPerPropertyBrowsing*,int ,uint ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IPerPropertyBrowsing*)Unsafe.AsPointer(ref this), dispID, dwCookie, pVarOut); 283 internal delegate *unmanaged [Stdcall]<IPerPropertyBrowsing*,int ,uint ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetPredefinedValue_7; 322 unsafe winmdroot.Foundation.HRESULT GetPredefinedValue(int dispID, uint dwCookie, winmdroot.System.Variant.VARIANT* pVarOut);
_generated\222\Windows.Win32.IPropertyBag.g.cs (16)
56 /// <inheritdoc cref="Read(winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.IErrorLog*)"/> 58 internal unsafe winmdroot.Foundation.HRESULT Read(string pszPropName, ref winmdroot.System.Variant.VARIANT pVar, winmdroot.System.Com.IErrorLog* pErrorLog) 60 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 73 private static winmdroot.Foundation.HRESULT Read(IPropertyBag* pThis, winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar, winmdroot.System.Com.IErrorLog* pErrorLog) 99 public unsafe winmdroot.Foundation.HRESULT Read(winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar, winmdroot.System.Com.IErrorLog* pErrorLog) 101 return ((delegate *unmanaged [Stdcall]<IPropertyBag*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.IErrorLog* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IPropertyBag*)Unsafe.AsPointer(ref this), pszPropName, pVar, pErrorLog); 104 /// <inheritdoc cref="Write(winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 106 internal unsafe void Write(string pszPropName, in winmdroot.System.Variant.VARIANT pVar) 108 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 120 private static winmdroot.Foundation.HRESULT Write(IPropertyBag* pThis, winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar) 145 public unsafe void Write(winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar) 147 ((delegate *unmanaged [Stdcall]<IPropertyBag*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IPropertyBag*)Unsafe.AsPointer(ref this), pszPropName, pVar).ThrowOnFailure(); 179 internal delegate *unmanaged [Stdcall]<IPropertyBag*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.IErrorLog* ,winmdroot.Foundation.HRESULT> Read_4; 181 internal delegate *unmanaged [Stdcall]<IPropertyBag*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Write_5; 208 unsafe winmdroot.Foundation.HRESULT Read(winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar, winmdroot.System.Com.IErrorLog* pErrorLog); 211 unsafe winmdroot.Foundation.HRESULT Write(winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar);
_generated\234\Windows.Win32.IRawElementProviderSimple.g.cs (8)
138 /// <inheritdoc cref="GetPropertyValue(winmdroot.UI.Accessibility.UIA_PROPERTY_ID, winmdroot.System.Variant.VARIANT*)"/> 140 internal unsafe winmdroot.Foundation.HRESULT GetPropertyValue(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, out winmdroot.System.Variant.VARIANT pRetVal) 142 fixed (winmdroot.System.Variant.VARIANT* pRetValLocal = &pRetVal) 152 private static winmdroot.Foundation.HRESULT GetPropertyValue(IRawElementProviderSimple* pThis, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT* pRetVal) 187 public unsafe winmdroot.Foundation.HRESULT GetPropertyValue(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT* pRetVal) 189 return ((delegate *unmanaged [Stdcall]<IRawElementProviderSimple*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IRawElementProviderSimple*)Unsafe.AsPointer(ref this), propertyId, pRetVal); 255 internal delegate *unmanaged [Stdcall]<IRawElementProviderSimple*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetPropertyValue_6; 293 unsafe winmdroot.Foundation.HRESULT GetPropertyValue(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT* pRetVal);
_generated\251\Windows.Win32.ITextDocument.g.cs (24)
98 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 100 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 106 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 120 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 127 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 132 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 134 ((delegate *unmanaged [Stdcall]<ITextDocument*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITextDocument*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 496 /// <inheritdoc cref="Open(winmdroot.System.Variant.VARIANT*, winmdroot.UI.Controls.RichEdit.tomConstants, int)"/> 498 internal unsafe void Open(in winmdroot.System.Variant.VARIANT pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 500 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 509 private static winmdroot.Foundation.HRESULT Open(ITextDocument* pThis, winmdroot.System.Variant.VARIANT* pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 551 public unsafe void Open(winmdroot.System.Variant.VARIANT* pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 553 ((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.System.Variant.VARIANT* ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((ITextDocument*)Unsafe.AsPointer(ref this), pVar, Flags, CodePage).ThrowOnFailure(); 556 /// <inheritdoc cref="Save(winmdroot.System.Variant.VARIANT*, winmdroot.UI.Controls.RichEdit.tomConstants, int)"/> 558 internal unsafe void Save(in winmdroot.System.Variant.VARIANT pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 560 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 569 private static winmdroot.Foundation.HRESULT Save(ITextDocument* pThis, winmdroot.System.Variant.VARIANT* pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 607 public unsafe void Save(winmdroot.System.Variant.VARIANT* pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 609 ((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.System.Variant.VARIANT* ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((ITextDocument*)Unsafe.AsPointer(ref this), pVar, Flags, CodePage).ThrowOnFailure(); 994 internal delegate *unmanaged [Stdcall]<ITextDocument*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 1014 internal delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.System.Variant.VARIANT* ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT> Open_17; 1016 internal delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.System.Variant.VARIANT* ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT> Save_18; 1104 unsafe winmdroot.Foundation.HRESULT Open(winmdroot.System.Variant.VARIANT* pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage); 1107 unsafe winmdroot.Foundation.HRESULT Save(winmdroot.System.Variant.VARIANT* pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage);
_generated\252\Windows.Win32.ITextFont.g.cs (8)
98 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 100 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 106 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 120 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 127 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 132 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 134 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITextFont*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 2455 internal delegate *unmanaged [Stdcall]<ITextFont*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\253\Windows.Win32.ITextPara.g.cs (8)
98 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 100 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 106 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 120 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 127 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 132 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 134 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITextPara*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 2174 internal delegate *unmanaged [Stdcall]<ITextPara*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\256\Windows.Win32.ITextRange.g.cs (88)
98 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 100 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 106 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 120 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 127 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 132 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 134 ((delegate *unmanaged [Stdcall]<ITextRange*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITextRange*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 1515 /// <inheritdoc cref="MoveWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/> 1517 internal unsafe void MoveWhile(in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 1521 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 1531 private static winmdroot.Foundation.HRESULT MoveWhile(ITextRange* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1571 public unsafe void MoveWhile(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1573 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((ITextRange*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1576 /// <inheritdoc cref="MoveStartWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/> 1578 internal unsafe void MoveStartWhile(in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 1582 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 1592 private static winmdroot.Foundation.HRESULT MoveStartWhile(ITextRange* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1630 public unsafe void MoveStartWhile(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1632 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((ITextRange*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1635 /// <inheritdoc cref="MoveEndWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/> 1637 internal unsafe void MoveEndWhile(in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 1641 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 1651 private static winmdroot.Foundation.HRESULT MoveEndWhile(ITextRange* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1689 public unsafe void MoveEndWhile(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1691 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((ITextRange*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1694 /// <inheritdoc cref="MoveUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/> 1696 internal unsafe void MoveUntil(in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 1700 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 1710 private static winmdroot.Foundation.HRESULT MoveUntil(ITextRange* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1750 public unsafe void MoveUntil(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1752 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((ITextRange*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1755 /// <inheritdoc cref="MoveStartUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/> 1757 internal unsafe void MoveStartUntil(in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 1761 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 1771 private static winmdroot.Foundation.HRESULT MoveStartUntil(ITextRange* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1809 public unsafe void MoveStartUntil(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1811 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((ITextRange*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1814 /// <inheritdoc cref="MoveEndUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/> 1816 internal unsafe void MoveEndUntil(in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 1820 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 1830 private static winmdroot.Foundation.HRESULT MoveEndUntil(ITextRange* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1868 public unsafe void MoveEndUntil(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1870 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((ITextRange*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 2104 /// <inheritdoc cref="Cut(winmdroot.System.Variant.VARIANT*)"/> 2106 internal unsafe void Cut(out winmdroot.System.Variant.VARIANT pVar) 2108 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 2117 private static winmdroot.Foundation.HRESULT Cut(ITextRange* pThis, winmdroot.System.Variant.VARIANT* pVar) 2148 public unsafe void Cut(winmdroot.System.Variant.VARIANT* pVar) 2150 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((ITextRange*)Unsafe.AsPointer(ref this), pVar).ThrowOnFailure(); 2153 /// <inheritdoc cref="Copy(winmdroot.System.Variant.VARIANT*)"/> 2155 internal unsafe void Copy(out winmdroot.System.Variant.VARIANT pVar) 2157 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 2166 private static winmdroot.Foundation.HRESULT Copy(ITextRange* pThis, winmdroot.System.Variant.VARIANT* pVar) 2197 public unsafe void Copy(winmdroot.System.Variant.VARIANT* pVar) 2199 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((ITextRange*)Unsafe.AsPointer(ref this), pVar).ThrowOnFailure(); 2202 /// <inheritdoc cref="Paste(winmdroot.System.Variant.VARIANT*, int)"/> 2204 internal unsafe void Paste(in winmdroot.System.Variant.VARIANT pVar, int Format) 2206 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 2215 private static winmdroot.Foundation.HRESULT Paste(ITextRange* pThis, winmdroot.System.Variant.VARIANT* pVar, int Format) 2247 public unsafe void Paste(winmdroot.System.Variant.VARIANT* pVar, int Format) 2249 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((ITextRange*)Unsafe.AsPointer(ref this), pVar, Format).ThrowOnFailure(); 2252 /// <inheritdoc cref="CanPaste(winmdroot.System.Variant.VARIANT*, int, int*)"/> 2254 internal unsafe void CanPaste(in winmdroot.System.Variant.VARIANT pVar, int Format, out int pValue) 2258 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 2268 private static winmdroot.Foundation.HRESULT CanPaste(ITextRange* pThis, winmdroot.System.Variant.VARIANT* pVar, int Format, int* pValue) 2307 public unsafe void CanPaste(winmdroot.System.Variant.VARIANT* pVar, int Format, int* pValue) 2309 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((ITextRange*)Unsafe.AsPointer(ref this), pVar, Format, pValue).ThrowOnFailure(); 2604 internal delegate *unmanaged [Stdcall]<ITextRange*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 2668 internal delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveWhile_39; 2670 internal delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveStartWhile_40; 2672 internal delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveEndWhile_41; 2674 internal delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveUntil_42; 2676 internal delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveStartUntil_43; 2678 internal delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveEndUntil_44; 2688 internal delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Cut_49; 2690 internal delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Copy_50; 2692 internal delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.Foundation.HRESULT> Paste_51; 2694 internal delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> CanPaste_52; 2876 unsafe winmdroot.Foundation.HRESULT MoveWhile(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta); 2879 unsafe winmdroot.Foundation.HRESULT MoveStartWhile(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta); 2882 unsafe winmdroot.Foundation.HRESULT MoveEndWhile(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta); 2885 unsafe winmdroot.Foundation.HRESULT MoveUntil(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta); 2888 unsafe winmdroot.Foundation.HRESULT MoveStartUntil(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta); 2891 unsafe winmdroot.Foundation.HRESULT MoveEndUntil(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta); 2906 unsafe winmdroot.Foundation.HRESULT Cut(winmdroot.System.Variant.VARIANT* pVar); 2909 unsafe winmdroot.Foundation.HRESULT Copy(winmdroot.System.Variant.VARIANT* pVar); 2912 unsafe winmdroot.Foundation.HRESULT Paste(winmdroot.System.Variant.VARIANT* pVar, int Format); 2915 unsafe winmdroot.Foundation.HRESULT CanPaste(winmdroot.System.Variant.VARIANT* pVar, int Format, int* pValue);
_generated\257\Windows.Win32.ITextRangeProvider.g.cs (12)
208 private static winmdroot.Foundation.HRESULT FindAttribute(ITextRangeProvider* pThis, winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID attributeId, winmdroot.System.Variant.VARIANT val, winmdroot.Foundation.BOOL backward, winmdroot.UI.Accessibility.ITextRangeProvider** pRetVal) 242 public unsafe winmdroot.UI.Accessibility.ITextRangeProvider* FindAttribute(winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID attributeId, winmdroot.System.Variant.VARIANT val, winmdroot.Foundation.BOOL backward) 245 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BOOL ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITextRangeProvider*)Unsafe.AsPointer(ref this), attributeId, val, backward, &__retVal).ThrowOnFailure(); 296 private static winmdroot.Foundation.HRESULT GetAttributeValue(ITextRangeProvider* pThis, winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID attributeId, winmdroot.System.Variant.VARIANT* pRetVal) 322 public winmdroot.System.Variant.VARIANT GetAttributeValue(winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID attributeId) 324 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 325 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ITextRangeProvider*)Unsafe.AsPointer(ref this), attributeId, &__retVal).ThrowOnFailure(); 754 internal delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BOOL ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT> FindAttribute_8; 758 internal delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetAttributeValue_10; 836 unsafe winmdroot.Foundation.HRESULT FindAttribute(winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID attributeId, winmdroot.System.Variant.VARIANT val, winmdroot.Foundation.BOOL backward, winmdroot.UI.Accessibility.ITextRangeProvider** pRetVal); 842 unsafe winmdroot.Foundation.HRESULT GetAttributeValue(winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID attributeId, winmdroot.System.Variant.VARIANT* pRetVal);
_generated\258\Windows.Win32.ITextSelection.g.cs (88)
98 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 100 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 106 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 120 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 127 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 132 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 134 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITextSelection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 1072 /// <inheritdoc cref="MoveWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/> 1074 internal unsafe void MoveWhile(in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 1078 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 1088 private static winmdroot.Foundation.HRESULT MoveWhile(ITextSelection* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1105 public unsafe void MoveWhile(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1107 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((ITextSelection*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1110 /// <inheritdoc cref="MoveStartWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/> 1112 internal unsafe void MoveStartWhile(in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 1116 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 1126 private static winmdroot.Foundation.HRESULT MoveStartWhile(ITextSelection* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1143 public unsafe void MoveStartWhile(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1145 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((ITextSelection*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1148 /// <inheritdoc cref="MoveEndWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/> 1150 internal unsafe void MoveEndWhile(in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 1154 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 1164 private static winmdroot.Foundation.HRESULT MoveEndWhile(ITextSelection* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1181 public unsafe void MoveEndWhile(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1183 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((ITextSelection*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1186 /// <inheritdoc cref="MoveUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/> 1188 internal unsafe void MoveUntil(in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 1192 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 1202 private static winmdroot.Foundation.HRESULT MoveUntil(ITextSelection* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1219 public unsafe void MoveUntil(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1221 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((ITextSelection*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1224 /// <inheritdoc cref="MoveStartUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/> 1226 internal unsafe void MoveStartUntil(in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 1230 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 1240 private static winmdroot.Foundation.HRESULT MoveStartUntil(ITextSelection* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1257 public unsafe void MoveStartUntil(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1259 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((ITextSelection*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1262 /// <inheritdoc cref="MoveEndUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/> 1264 internal unsafe void MoveEndUntil(in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 1268 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 1278 private static winmdroot.Foundation.HRESULT MoveEndUntil(ITextSelection* pThis, winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1295 public unsafe void MoveEndUntil(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta) 1297 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((ITextSelection*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1440 /// <inheritdoc cref="Cut(winmdroot.System.Variant.VARIANT*)"/> 1442 internal unsafe void Cut(out winmdroot.System.Variant.VARIANT pVar) 1444 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 1453 private static winmdroot.Foundation.HRESULT Cut(ITextSelection* pThis, winmdroot.System.Variant.VARIANT* pVar) 1470 public unsafe void Cut(winmdroot.System.Variant.VARIANT* pVar) 1472 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((ITextSelection*)Unsafe.AsPointer(ref this), pVar).ThrowOnFailure(); 1475 /// <inheritdoc cref="Copy(winmdroot.System.Variant.VARIANT*)"/> 1477 internal unsafe void Copy(out winmdroot.System.Variant.VARIANT pVar) 1479 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 1488 private static winmdroot.Foundation.HRESULT Copy(ITextSelection* pThis, winmdroot.System.Variant.VARIANT* pVar) 1505 public unsafe void Copy(winmdroot.System.Variant.VARIANT* pVar) 1507 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((ITextSelection*)Unsafe.AsPointer(ref this), pVar).ThrowOnFailure(); 1510 /// <inheritdoc cref="Paste(winmdroot.System.Variant.VARIANT*, int)"/> 1512 internal unsafe void Paste(in winmdroot.System.Variant.VARIANT pVar, int Format) 1514 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 1523 private static winmdroot.Foundation.HRESULT Paste(ITextSelection* pThis, winmdroot.System.Variant.VARIANT* pVar, int Format) 1540 public unsafe void Paste(winmdroot.System.Variant.VARIANT* pVar, int Format) 1542 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((ITextSelection*)Unsafe.AsPointer(ref this), pVar, Format).ThrowOnFailure(); 1545 /// <inheritdoc cref="CanPaste(winmdroot.System.Variant.VARIANT*, int, int*)"/> 1547 internal unsafe void CanPaste(in winmdroot.System.Variant.VARIANT pVar, int Format, out int pValue) 1551 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 1561 private static winmdroot.Foundation.HRESULT CanPaste(ITextSelection* pThis, winmdroot.System.Variant.VARIANT* pVar, int Format, int* pValue) 1578 public unsafe void CanPaste(winmdroot.System.Variant.VARIANT* pVar, int Format, int* pValue) 1580 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((ITextSelection*)Unsafe.AsPointer(ref this), pVar, Format, pValue).ThrowOnFailure(); 2321 internal delegate *unmanaged [Stdcall]<ITextSelection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 2385 internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveWhile_39; 2387 internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveStartWhile_40; 2389 internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveEndWhile_41; 2391 internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveUntil_42; 2393 internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveStartUntil_43; 2395 internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> MoveEndUntil_44; 2405 internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Cut_49; 2407 internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Copy_50; 2409 internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.Foundation.HRESULT> Paste_51; 2411 internal delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT> CanPaste_52; 2623 unsafe new winmdroot.Foundation.HRESULT MoveWhile(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta); 2626 unsafe new winmdroot.Foundation.HRESULT MoveStartWhile(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta); 2629 unsafe new winmdroot.Foundation.HRESULT MoveEndWhile(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta); 2632 unsafe new winmdroot.Foundation.HRESULT MoveUntil(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta); 2635 unsafe new winmdroot.Foundation.HRESULT MoveStartUntil(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta); 2638 unsafe new winmdroot.Foundation.HRESULT MoveEndUntil(winmdroot.System.Variant.VARIANT* Cset, int Count, int* pDelta); 2653 unsafe new winmdroot.Foundation.HRESULT Cut(winmdroot.System.Variant.VARIANT* pVar); 2656 unsafe new winmdroot.Foundation.HRESULT Copy(winmdroot.System.Variant.VARIANT* pVar); 2659 unsafe new winmdroot.Foundation.HRESULT Paste(winmdroot.System.Variant.VARIANT* pVar, int Format); 2662 unsafe new winmdroot.Foundation.HRESULT CanPaste(winmdroot.System.Variant.VARIANT* pVar, int Format, int* pValue);
_generated\259\Windows.Win32.ITextStoryRanges.g.cs (8)
98 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 100 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 106 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 120 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 127 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 132 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 134 ((delegate *unmanaged [Stdcall]<ITextStoryRanges*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITextStoryRanges*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 299 internal delegate *unmanaged [Stdcall]<ITextStoryRanges*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
_generated\261\Windows.Win32.IUIAutomation.g.cs (27)
792 private static winmdroot.Foundation.HRESULT CreatePropertyCondition(IUIAutomation* pThis, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT value, winmdroot.UI.Accessibility.IUIAutomationCondition** newCondition) 824 public unsafe winmdroot.UI.Accessibility.IUIAutomationCondition* CreatePropertyCondition(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT value) 827 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT ,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IUIAutomation*)Unsafe.AsPointer(ref this), propertyId, value, &__retVal).ThrowOnFailure(); 834 private static winmdroot.Foundation.HRESULT CreatePropertyConditionEx(IUIAutomation* pThis, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT value, winmdroot.UI.Accessibility.PropertyConditionFlags flags, winmdroot.UI.Accessibility.IUIAutomationCondition** newCondition) 866 public unsafe winmdroot.UI.Accessibility.IUIAutomationCondition* CreatePropertyConditionEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT value, winmdroot.UI.Accessibility.PropertyConditionFlags flags) 869 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT ,winmdroot.UI.Accessibility.PropertyConditionFlags ,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IUIAutomation*)Unsafe.AsPointer(ref this), propertyId, value, flags, &__retVal).ThrowOnFailure(); 1681 private static winmdroot.Foundation.HRESULT RectToVariant(IUIAutomation* pThis, winmdroot.Foundation.RECT rc, winmdroot.System.Variant.VARIANT* var) 1707 public winmdroot.System.Variant.VARIANT RectToVariant(winmdroot.Foundation.RECT rc) 1709 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 1710 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.Foundation.RECT ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IUIAutomation*)Unsafe.AsPointer(ref this), rc, &__retVal).ThrowOnFailure(); 1717 private static winmdroot.Foundation.HRESULT VariantToRect(IUIAutomation* pThis, winmdroot.System.Variant.VARIANT var, winmdroot.Foundation.RECT* rc) 1745 public winmdroot.Foundation.RECT VariantToRect(winmdroot.System.Variant.VARIANT var) 1748 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IUIAutomation*)Unsafe.AsPointer(ref this), var, &__retVal).ThrowOnFailure(); 2062 private static winmdroot.Foundation.HRESULT CheckNotSupported(IUIAutomation* pThis, winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.BOOL* isNotSupported) 2088 public winmdroot.Foundation.BOOL CheckNotSupported(winmdroot.System.Variant.VARIANT value) 2091 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IUIAutomation*)Unsafe.AsPointer(ref this), value, &__retVal).ThrowOnFailure(); 2320 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT ,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT> CreatePropertyCondition_24; 2322 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT ,winmdroot.UI.Accessibility.PropertyConditionFlags ,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT> CreatePropertyConditionEx_25; 2362 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.Foundation.RECT ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> RectToVariant_45; 2364 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT> VariantToRect_46; 2380 internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> CheckNotSupported_54; 2541 unsafe winmdroot.Foundation.HRESULT CreatePropertyCondition(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT value, winmdroot.UI.Accessibility.IUIAutomationCondition** newCondition); 2544 unsafe winmdroot.Foundation.HRESULT CreatePropertyConditionEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT value, winmdroot.UI.Accessibility.PropertyConditionFlags flags, winmdroot.UI.Accessibility.IUIAutomationCondition** newCondition); 2604 unsafe winmdroot.Foundation.HRESULT RectToVariant(winmdroot.Foundation.RECT rc, winmdroot.System.Variant.VARIANT* var); 2607 unsafe winmdroot.Foundation.HRESULT VariantToRect(winmdroot.System.Variant.VARIANT var, winmdroot.Foundation.RECT* rc); 2633 unsafe winmdroot.Foundation.HRESULT CheckNotSupported(winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.BOOL* isNotSupported);
_generated\264\Windows.Win32.IUIAutomationElement.g.cs (28)
327 private static winmdroot.Foundation.HRESULT GetCurrentPropertyValue(IUIAutomationElement* pThis, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT* retVal) 353 public winmdroot.System.Variant.VARIANT GetCurrentPropertyValue(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId) 355 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 356 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IUIAutomationElement*)Unsafe.AsPointer(ref this), propertyId, &__retVal).ThrowOnFailure(); 363 private static winmdroot.Foundation.HRESULT GetCurrentPropertyValueEx(IUIAutomationElement* pThis, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, winmdroot.System.Variant.VARIANT* retVal) 396 public winmdroot.System.Variant.VARIANT GetCurrentPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue) 398 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 399 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.BOOL ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IUIAutomationElement*)Unsafe.AsPointer(ref this), propertyId, ignoreDefaultValue, &__retVal).ThrowOnFailure(); 406 private static winmdroot.Foundation.HRESULT GetCachedPropertyValue(IUIAutomationElement* pThis, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT* retVal) 432 public winmdroot.System.Variant.VARIANT GetCachedPropertyValue(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId) 434 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 435 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IUIAutomationElement*)Unsafe.AsPointer(ref this), propertyId, &__retVal).ThrowOnFailure(); 442 private static winmdroot.Foundation.HRESULT GetCachedPropertyValueEx(IUIAutomationElement* pThis, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, winmdroot.System.Variant.VARIANT* retVal) 475 public winmdroot.System.Variant.VARIANT GetCachedPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue) 477 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 478 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.BOOL ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IUIAutomationElement*)Unsafe.AsPointer(ref this), propertyId, ignoreDefaultValue, &__retVal).ThrowOnFailure(); 3036 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetCurrentPropertyValue_11; 3038 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.BOOL ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetCurrentPropertyValueEx_12; 3040 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetCachedPropertyValue_13; 3042 internal delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.BOOL ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetCachedPropertyValueEx_14; 3313 unsafe winmdroot.Foundation.HRESULT GetCurrentPropertyValue(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT* retVal); 3316 unsafe winmdroot.Foundation.HRESULT GetCurrentPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, winmdroot.System.Variant.VARIANT* retVal); 3319 unsafe winmdroot.Foundation.HRESULT GetCachedPropertyValue(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT* retVal); 3322 unsafe winmdroot.Foundation.HRESULT GetCachedPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.Foundation.BOOL ignoreDefaultValue, winmdroot.System.Variant.VARIANT* retVal);
_generated\268\Windows.Win32.IUIAutomationPropertyChangedEventHandler.g.cs (5)
60 private static winmdroot.Foundation.HRESULT HandlePropertyChangedEvent(IUIAutomationPropertyChangedEventHandler* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* sender, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT newValue) 98 public unsafe void HandlePropertyChangedEvent(winmdroot.UI.Accessibility.IUIAutomationElement* sender, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT newValue) 100 ((delegate *unmanaged [Stdcall]<IUIAutomationPropertyChangedEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationPropertyChangedEventHandler*)Unsafe.AsPointer(ref this), sender, propertyId, newValue).ThrowOnFailure(); 132 internal delegate *unmanaged [Stdcall]<IUIAutomationPropertyChangedEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> HandlePropertyChangedEvent_4; 159 unsafe winmdroot.Foundation.HRESULT HandlePropertyChangedEvent(winmdroot.UI.Accessibility.IUIAutomationElement* sender, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Variant.VARIANT newValue);
_generated\275\Windows.Win32.IVBFormat.g.cs (8)
56 /// <inheritdoc cref="Format(winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.BSTR, void*, ushort, int, short, ushort, ushort*)"/> 58 internal unsafe void Format(ref winmdroot.System.Variant.VARIANT vData, winmdroot.Foundation.BSTR bstrFormat, void* lpBuffer, ushort cb, int lcid, short sFirstDayOfWeek, ushort sFirstWeekOfYear, ref ushort rcb) 62 fixed (winmdroot.System.Variant.VARIANT* vDataLocal = &vData) 72 private static winmdroot.Foundation.HRESULT Format(IVBFormat* pThis, winmdroot.System.Variant.VARIANT* vData, winmdroot.Foundation.BSTR bstrFormat, void* lpBuffer, ushort cb, int lcid, short sFirstDayOfWeek, ushort sFirstWeekOfYear, ushort* rcb) 113 public unsafe void Format(winmdroot.System.Variant.VARIANT* vData, winmdroot.Foundation.BSTR bstrFormat, void* lpBuffer, ushort cb, int lcid, short sFirstDayOfWeek, ushort sFirstWeekOfYear, ushort* rcb) 115 ((delegate *unmanaged [Stdcall]<IVBFormat*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.BSTR ,void* ,ushort ,int ,short ,ushort ,ushort* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IVBFormat*)Unsafe.AsPointer(ref this), vData, bstrFormat, lpBuffer, cb, lcid, sFirstDayOfWeek, sFirstWeekOfYear, rcb).ThrowOnFailure(); 147 internal delegate *unmanaged [Stdcall]<IVBFormat*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.BSTR ,void* ,ushort ,int ,short ,ushort ,ushort* ,winmdroot.Foundation.HRESULT> Format_4; 173 unsafe winmdroot.Foundation.HRESULT Format(winmdroot.System.Variant.VARIANT* vData, winmdroot.Foundation.BSTR bstrFormat, void* lpBuffer, ushort cb, int lcid, short sFirstDayOfWeek, ushort sFirstWeekOfYear, ushort* rcb);
_generated\279\Windows.Win32.IWebBrowser.g.cs (53)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IWebBrowser*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IWebBrowser*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 236 /// <inheritdoc cref="Navigate(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 238 internal unsafe void Navigate(winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT? Flags, [Optional] winmdroot.System.Variant.VARIANT? TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT? PostData, [Optional] winmdroot.System.Variant.VARIANT? Headers) 240 winmdroot.System.Variant.VARIANT FlagsLocal = Flags ?? default(winmdroot.System.Variant.VARIANT); 241 winmdroot.System.Variant.VARIANT TargetFrameNameLocal = TargetFrameName ?? default(winmdroot.System.Variant.VARIANT); 242 winmdroot.System.Variant.VARIANT PostDataLocal = PostData ?? default(winmdroot.System.Variant.VARIANT); 243 winmdroot.System.Variant.VARIANT HeadersLocal = Headers ?? default(winmdroot.System.Variant.VARIANT); 250 private static winmdroot.Foundation.HRESULT Navigate(IWebBrowser* pThis, winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers) 267 public unsafe void Navigate(winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers) 269 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IWebBrowser*)Unsafe.AsPointer(ref this), URL, Flags, TargetFrameName, PostData, Headers).ThrowOnFailure(); 297 /// <inheritdoc cref="Refresh2(winmdroot.System.Variant.VARIANT*)"/> 299 internal unsafe void Refresh2([Optional] winmdroot.System.Variant.VARIANT? Level) 301 winmdroot.System.Variant.VARIANT LevelLocal = Level ?? default(winmdroot.System.Variant.VARIANT); 308 private static winmdroot.Foundation.HRESULT Refresh2(IWebBrowser* pThis, [Optional] winmdroot.System.Variant.VARIANT* Level) 325 public unsafe void Refresh2([Optional] winmdroot.System.Variant.VARIANT* Level) 327 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IWebBrowser*)Unsafe.AsPointer(ref this), Level).ThrowOnFailure(); 902 internal delegate *unmanaged [Stdcall]<IWebBrowser*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 912 internal delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Navigate_12; 916 internal delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Refresh2_14; 1014 unsafe winmdroot.Foundation.HRESULT Navigate(winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers); 1020 unsafe winmdroot.Foundation.HRESULT Refresh2([Optional] winmdroot.System.Variant.VARIANT* Level);
_generated\280\Windows.Win32.IWebBrowser2.g.cs (158)
109 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 111 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 117 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 131 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 138 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 143 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 145 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IWebBrowser2*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 248 /// <inheritdoc cref="Navigate(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 250 internal unsafe void Navigate(winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT? Flags, [Optional] winmdroot.System.Variant.VARIANT? TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT? PostData, [Optional] winmdroot.System.Variant.VARIANT? Headers) 252 winmdroot.System.Variant.VARIANT FlagsLocal = Flags ?? default(winmdroot.System.Variant.VARIANT); 253 winmdroot.System.Variant.VARIANT TargetFrameNameLocal = TargetFrameName ?? default(winmdroot.System.Variant.VARIANT); 254 winmdroot.System.Variant.VARIANT PostDataLocal = PostData ?? default(winmdroot.System.Variant.VARIANT); 255 winmdroot.System.Variant.VARIANT HeadersLocal = Headers ?? default(winmdroot.System.Variant.VARIANT); 262 private static winmdroot.Foundation.HRESULT Navigate(IWebBrowser2* pThis, winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers) 279 public unsafe void Navigate(winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers) 281 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IWebBrowser2*)Unsafe.AsPointer(ref this), URL, Flags, TargetFrameName, PostData, Headers).ThrowOnFailure(); 309 /// <inheritdoc cref="Refresh2(winmdroot.System.Variant.VARIANT*)"/> 311 internal unsafe winmdroot.Foundation.HRESULT Refresh2([Optional] winmdroot.System.Variant.VARIANT? Level) 313 winmdroot.System.Variant.VARIANT LevelLocal = Level ?? default(winmdroot.System.Variant.VARIANT); 321 private static winmdroot.Foundation.HRESULT Refresh2(IWebBrowser2* pThis, [Optional] winmdroot.System.Variant.VARIANT* Level) 338 public unsafe winmdroot.Foundation.HRESULT Refresh2([Optional] winmdroot.System.Variant.VARIANT* Level) 340 return ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IWebBrowser2*)Unsafe.AsPointer(ref this), Level); 946 private static winmdroot.Foundation.HRESULT PutProperty(IWebBrowser2* pThis, winmdroot.Foundation.BSTR Property, winmdroot.System.Variant.VARIANT vtValue) 963 public void PutProperty(winmdroot.Foundation.BSTR Property, winmdroot.System.Variant.VARIANT vtValue) 965 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IWebBrowser2*)Unsafe.AsPointer(ref this), Property, vtValue).ThrowOnFailure(); 971 private static winmdroot.Foundation.HRESULT GetProperty(IWebBrowser2* pThis, winmdroot.Foundation.BSTR Property, winmdroot.System.Variant.VARIANT* pvtValue) 988 public winmdroot.System.Variant.VARIANT GetProperty(winmdroot.Foundation.BSTR Property) 990 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 991 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IWebBrowser2*)Unsafe.AsPointer(ref this), Property, &__retVal).ThrowOnFailure(); 1462 /// <inheritdoc cref="Navigate2(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 1464 internal unsafe winmdroot.Foundation.HRESULT Navigate2(in winmdroot.System.Variant.VARIANT URL, [Optional] winmdroot.System.Variant.VARIANT? Flags, [Optional] winmdroot.System.Variant.VARIANT? TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT? PostData, [Optional] winmdroot.System.Variant.VARIANT? Headers) 1466 fixed (winmdroot.System.Variant.VARIANT* URLLocal = &URL) 1468 winmdroot.System.Variant.VARIANT FlagsLocal = Flags ?? default(winmdroot.System.Variant.VARIANT); 1469 winmdroot.System.Variant.VARIANT TargetFrameNameLocal = TargetFrameName ?? default(winmdroot.System.Variant.VARIANT); 1470 winmdroot.System.Variant.VARIANT PostDataLocal = PostData ?? default(winmdroot.System.Variant.VARIANT); 1471 winmdroot.System.Variant.VARIANT HeadersLocal = Headers ?? default(winmdroot.System.Variant.VARIANT); 1480 private static winmdroot.Foundation.HRESULT Navigate2(IWebBrowser2* pThis, winmdroot.System.Variant.VARIANT* URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers) 1497 public unsafe winmdroot.Foundation.HRESULT Navigate2(winmdroot.System.Variant.VARIANT* URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers) 1499 return ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IWebBrowser2*)Unsafe.AsPointer(ref this), URL, Flags, TargetFrameName, PostData, Headers); 1529 /// <inheritdoc cref="ExecWB(winmdroot.System.Ole.OLECMDID, winmdroot.System.Ole.OLECMDEXECOPT, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 1531 internal unsafe winmdroot.Foundation.HRESULT ExecWB(winmdroot.System.Ole.OLECMDID cmdID, winmdroot.System.Ole.OLECMDEXECOPT cmdexecopt, [Optional] winmdroot.System.Variant.VARIANT? pvaIn, ref winmdroot.System.Variant.VARIANT pvaOut) 1533 fixed (winmdroot.System.Variant.VARIANT* pvaOutLocal = &pvaOut) 1535 winmdroot.System.Variant.VARIANT pvaInLocal = pvaIn ?? default(winmdroot.System.Variant.VARIANT); 1541 /// <inheritdoc cref="ExecWB(winmdroot.System.Ole.OLECMDID, winmdroot.System.Ole.OLECMDEXECOPT, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 1542 internal unsafe winmdroot.Foundation.HRESULT ExecWB(winmdroot.System.Ole.OLECMDID cmdID, winmdroot.System.Ole.OLECMDEXECOPT cmdexecopt, [Optional] winmdroot.System.Variant.VARIANT? pvaIn) 1544 winmdroot.System.Variant.VARIANT pvaInLocal = pvaIn ?? default(winmdroot.System.Variant.VARIANT); 1545 winmdroot.Foundation.HRESULT __result = this.ExecWB(cmdID, cmdexecopt, pvaIn.HasValue ? &pvaInLocal : null, default(winmdroot.System.Variant.VARIANT* )); 1552 private static winmdroot.Foundation.HRESULT ExecWB(IWebBrowser2* pThis, winmdroot.System.Ole.OLECMDID cmdID, winmdroot.System.Ole.OLECMDEXECOPT cmdexecopt, [Optional] winmdroot.System.Variant.VARIANT* pvaIn, [Optional] winmdroot.System.Variant.VARIANT* pvaOut) 1569 public unsafe winmdroot.Foundation.HRESULT ExecWB(winmdroot.System.Ole.OLECMDID cmdID, winmdroot.System.Ole.OLECMDEXECOPT cmdexecopt, [Optional] winmdroot.System.Variant.VARIANT* pvaIn, [Optional] winmdroot.System.Variant.VARIANT* pvaOut) 1571 return ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Ole.OLECMDID ,winmdroot.System.Ole.OLECMDEXECOPT ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IWebBrowser2*)Unsafe.AsPointer(ref this), cmdID, cmdexecopt, pvaIn, pvaOut); 1574 /// <inheritdoc cref="ShowBrowserBar(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 1576 internal unsafe void ShowBrowserBar(in winmdroot.System.Variant.VARIANT pvaClsid, [Optional] winmdroot.System.Variant.VARIANT? pvarShow, [Optional] winmdroot.System.Variant.VARIANT? pvarSize) 1578 fixed (winmdroot.System.Variant.VARIANT* pvaClsidLocal = &pvaClsid) 1580 winmdroot.System.Variant.VARIANT pvarShowLocal = pvarShow ?? default(winmdroot.System.Variant.VARIANT); 1581 winmdroot.System.Variant.VARIANT pvarSizeLocal = pvarSize ?? default(winmdroot.System.Variant.VARIANT); 1589 private static winmdroot.Foundation.HRESULT ShowBrowserBar(IWebBrowser2* pThis, winmdroot.System.Variant.VARIANT* pvaClsid, [Optional] winmdroot.System.Variant.VARIANT* pvarShow, [Optional] winmdroot.System.Variant.VARIANT* pvarSize) 1606 public unsafe void ShowBrowserBar(winmdroot.System.Variant.VARIANT* pvaClsid, [Optional] winmdroot.System.Variant.VARIANT* pvarShow, [Optional] winmdroot.System.Variant.VARIANT* pvarSize) 1608 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IWebBrowser2*)Unsafe.AsPointer(ref this), pvaClsid, pvarShow, pvarSize).ThrowOnFailure(); 2098 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 2108 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Navigate_12; 2112 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Refresh2_14; 2154 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> PutProperty_35; 2156 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetProperty_36; 2190 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Navigate2_53; 2194 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Ole.OLECMDID ,winmdroot.System.Ole.OLECMDEXECOPT ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> ExecWB_55; 2196 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> ShowBrowserBar_56; 2328 unsafe new winmdroot.Foundation.HRESULT Navigate(winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers); 2334 unsafe new winmdroot.Foundation.HRESULT Refresh2([Optional] winmdroot.System.Variant.VARIANT* Level); 2407 new winmdroot.Foundation.HRESULT PutProperty(winmdroot.Foundation.BSTR Property, winmdroot.System.Variant.VARIANT vtValue); 2410 unsafe new winmdroot.Foundation.HRESULT GetProperty(winmdroot.Foundation.BSTR Property, winmdroot.System.Variant.VARIANT* pvtValue); 2469 unsafe winmdroot.Foundation.HRESULT Navigate2(winmdroot.System.Variant.VARIANT* URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers); 2475 unsafe winmdroot.Foundation.HRESULT ExecWB(winmdroot.System.Ole.OLECMDID cmdID, winmdroot.System.Ole.OLECMDEXECOPT cmdexecopt, [Optional] winmdroot.System.Variant.VARIANT* pvaIn, [Optional] winmdroot.System.Variant.VARIANT* pvaOut); 2478 unsafe winmdroot.Foundation.HRESULT ShowBrowserBar(winmdroot.System.Variant.VARIANT* pvaClsid, [Optional] winmdroot.System.Variant.VARIANT* pvarShow, [Optional] winmdroot.System.Variant.VARIANT* pvarSize);
_generated\281\Windows.Win32.IWebBrowserApp.g.cs (65)
97 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 99 internal unsafe void Invoke(int dispIdMember, in global::System.Guid riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, in winmdroot.System.Com.DISPPARAMS pDispParams, out winmdroot.System.Variant.VARIANT pVarResult, out winmdroot.System.Com.EXCEPINFO pExcepInfo, out uint puArgErr) 105 fixed (winmdroot.System.Variant.VARIANT* pVarResultLocal = &pVarResult) 119 /// <inheritdoc cref="Invoke(int, global::System.Guid*, uint, winmdroot.System.Com.DISPATCH_FLAGS, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, uint*)"/> 126 this.Invoke(dispIdMember, riidLocal, lcid, wFlags, pDispParamsLocal, default(winmdroot.System.Variant.VARIANT* ), default(winmdroot.System.Com.EXCEPINFO* ), default(uint* )); 131 public unsafe void Invoke(int dispIdMember, global::System.Guid* riid, uint lcid, winmdroot.System.Com.DISPATCH_FLAGS wFlags, winmdroot.System.Com.DISPPARAMS* pDispParams, [Optional] winmdroot.System.Variant.VARIANT* pVarResult, [Optional] winmdroot.System.Com.EXCEPINFO* pExcepInfo, [Optional] uint* puArgErr) 133 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IWebBrowserApp*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 236 /// <inheritdoc cref="Navigate(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 238 internal unsafe void Navigate(winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT? Flags, [Optional] winmdroot.System.Variant.VARIANT? TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT? PostData, [Optional] winmdroot.System.Variant.VARIANT? Headers) 240 winmdroot.System.Variant.VARIANT FlagsLocal = Flags ?? default(winmdroot.System.Variant.VARIANT); 241 winmdroot.System.Variant.VARIANT TargetFrameNameLocal = TargetFrameName ?? default(winmdroot.System.Variant.VARIANT); 242 winmdroot.System.Variant.VARIANT PostDataLocal = PostData ?? default(winmdroot.System.Variant.VARIANT); 243 winmdroot.System.Variant.VARIANT HeadersLocal = Headers ?? default(winmdroot.System.Variant.VARIANT); 250 private static winmdroot.Foundation.HRESULT Navigate(IWebBrowserApp* pThis, winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers) 267 public unsafe void Navigate(winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers) 269 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IWebBrowserApp*)Unsafe.AsPointer(ref this), URL, Flags, TargetFrameName, PostData, Headers).ThrowOnFailure(); 297 /// <inheritdoc cref="Refresh2(winmdroot.System.Variant.VARIANT*)"/> 299 internal unsafe void Refresh2([Optional] winmdroot.System.Variant.VARIANT? Level) 301 winmdroot.System.Variant.VARIANT LevelLocal = Level ?? default(winmdroot.System.Variant.VARIANT); 308 private static winmdroot.Foundation.HRESULT Refresh2(IWebBrowserApp* pThis, [Optional] winmdroot.System.Variant.VARIANT* Level) 325 public unsafe void Refresh2([Optional] winmdroot.System.Variant.VARIANT* Level) 327 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IWebBrowserApp*)Unsafe.AsPointer(ref this), Level).ThrowOnFailure(); 933 private static winmdroot.Foundation.HRESULT PutProperty(IWebBrowserApp* pThis, winmdroot.Foundation.BSTR Property, winmdroot.System.Variant.VARIANT vtValue) 950 public void PutProperty(winmdroot.Foundation.BSTR Property, winmdroot.System.Variant.VARIANT vtValue) 952 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IWebBrowserApp*)Unsafe.AsPointer(ref this), Property, vtValue).ThrowOnFailure(); 958 private static winmdroot.Foundation.HRESULT GetProperty(IWebBrowserApp* pThis, winmdroot.Foundation.BSTR Property, winmdroot.System.Variant.VARIANT* pvtValue) 975 public winmdroot.System.Variant.VARIANT GetProperty(winmdroot.Foundation.BSTR Property) 977 winmdroot.System.Variant.VARIANT __retVal = default(winmdroot.System.Variant.VARIANT); 978 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IWebBrowserApp*)Unsafe.AsPointer(ref this), Property, &__retVal).ThrowOnFailure(); 1484 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 1494 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Navigate_12; 1498 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Refresh2_14; 1540 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> PutProperty_35; 1542 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetProperty_36; 1656 unsafe new winmdroot.Foundation.HRESULT Navigate(winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers); 1662 unsafe new winmdroot.Foundation.HRESULT Refresh2([Optional] winmdroot.System.Variant.VARIANT* Level); 1735winmdroot.Foundation.HRESULT PutProperty(winmdroot.Foundation.BSTR Property, winmdroot.System.Variant.VARIANT vtValue); 1738 unsafe winmdroot.Foundation.HRESULT GetProperty(winmdroot.Foundation.BSTR Property, winmdroot.System.Variant.VARIANT* pvtValue);
_generated\420\Windows.Win32.PInvoke.OLEAUT32.dll.g.cs (4)
164 /// <inheritdoc cref="VarFormat(winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.PWSTR, winmdroot.System.Ole.VARFORMAT_FIRST_DAY, winmdroot.System.Ole.VARFORMAT_FIRST_WEEK, uint, winmdroot.Foundation.BSTR*)"/> 166 internal static unsafe winmdroot.Foundation.HRESULT VarFormat(in winmdroot.System.Variant.VARIANT pvarIn, [Optional] winmdroot.Foundation.PWSTR pstrFormat, winmdroot.System.Ole.VARFORMAT_FIRST_DAY iFirstDay, winmdroot.System.Ole.VARFORMAT_FIRST_WEEK iFirstWeek, uint dwFlags, out winmdroot.Foundation.BSTR pbstrOut) 170 fixed (winmdroot.System.Variant.VARIANT* pvarInLocal = &pvarIn) 200 internal static extern unsafe winmdroot.Foundation.HRESULT VarFormat(winmdroot.System.Variant.VARIANT* pvarIn, [Optional] winmdroot.Foundation.PWSTR pstrFormat, winmdroot.System.Ole.VARFORMAT_FIRST_DAY iFirstDay, winmdroot.System.Ole.VARFORMAT_FIRST_WEEK iFirstWeek, uint dwFlags, winmdroot.Foundation.BSTR* pbstrOut);
_generated\424\Windows.Win32.PInvoke.UIAutomationCore.dll.g.cs (2)
128 internal static extern unsafe winmdroot.Foundation.HRESULT UiaRaiseAutomationPropertyChangedEvent(winmdroot.UI.Accessibility.IRawElementProviderSimple* pProvider, winmdroot.UI.Accessibility.UIA_PROPERTY_ID id, winmdroot.System.Variant.VARIANT oldValue, winmdroot.System.Variant.VARIANT newValue);
_generated\487\Windows.Win32.System_Com_StructuredStorage_IPropertyBag_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IPropertyBag.Interface.Read(winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.IErrorLog*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT Read(this winmdroot.System.Com.StructuredStorage.IPropertyBag.Interface @this, string pszPropName, ref winmdroot.System.Variant.VARIANT pVar, winmdroot.System.Com.IErrorLog* pErrorLog) 26 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 36 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IPropertyBag.Interface.Write(winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*)"/> 37 internal static unsafe winmdroot.Foundation.HRESULT Write(this winmdroot.System.Com.StructuredStorage.IPropertyBag.Interface @this, string pszPropName, in winmdroot.System.Variant.VARIANT pVar) 39 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar)
_generated\492\Windows.Win32.System_Ole_IEnumVARIANT_Extensions.g.cs (3)
23 /// <inheritdoc cref="winmdroot.System.Ole.IEnumVARIANT.Interface.Next(uint, winmdroot.System.Variant.VARIANT*, uint*)"/> 25 internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Ole.IEnumVARIANT.Interface @this, Span<winmdroot.System.Variant.VARIANT> rgVar, out uint pCeltFetched) 29 fixed (winmdroot.System.Variant.VARIANT* rgVarLocal = rgVar)
_generated\497\Windows.Win32.System_Ole_IOleCommandTarget_Extensions.g.cs (6)
36 /// <inheritdoc cref="winmdroot.System.Ole.IOleCommandTarget.Interface.Exec(global::System.Guid*, uint, uint, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 37 internal static unsafe winmdroot.Foundation.HRESULT Exec(this winmdroot.System.Ole.IOleCommandTarget.Interface @this, in global::System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, in winmdroot.System.Variant.VARIANT pvaIn, ref winmdroot.System.Variant.VARIANT pvaOut) 39 fixed (winmdroot.System.Variant.VARIANT* pvaOutLocal = &pvaOut) 41 fixed (winmdroot.System.Variant.VARIANT* pvaInLocal = &pvaIn)
_generated\513\Windows.Win32.System_Ole_IPerPropertyBrowsing_Extensions.g.cs (3)
56 /// <inheritdoc cref="winmdroot.System.Ole.IPerPropertyBrowsing.Interface.GetPredefinedValue(int, uint, winmdroot.System.Variant.VARIANT*)"/> 57 internal static unsafe winmdroot.Foundation.HRESULT GetPredefinedValue(this winmdroot.System.Ole.IPerPropertyBrowsing.Interface @this, int dispID, uint dwCookie, out winmdroot.System.Variant.VARIANT pVarOut) 59 fixed (winmdroot.System.Variant.VARIANT* pVarOutLocal = &pVarOut)
_generated\520\Windows.Win32.System_Ole_IVBFormat_Extensions.g.cs (3)
23 /// <inheritdoc cref="winmdroot.System.Ole.IVBFormat.Interface.Format(winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.BSTR, void*, ushort, int, short, ushort, ushort*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT Format(this winmdroot.System.Ole.IVBFormat.Interface @this, ref winmdroot.System.Variant.VARIANT vData, winmdroot.Foundation.BSTR bstrFormat, void* lpBuffer, ushort cb, int lcid, short sFirstDayOfWeek, ushort sFirstWeekOfYear, ref ushort rcb) 28 fixed (winmdroot.System.Variant.VARIANT* vDataLocal = &vData)
_generated\565\Windows.Win32.UI_Accessibility_IAccessible_Extensions.g.cs (40)
33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accName(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/> 34 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) 43 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accValue(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/> 44 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) 53 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accDescription(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/> 54 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) 63 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accRole(winmdroot.System.Variant.VARIANT, winmdroot.System.Variant.VARIANT*)"/> 64 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) 66 fixed (winmdroot.System.Variant.VARIANT* pvarRoleLocal = &pvarRole) 73 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accState(winmdroot.System.Variant.VARIANT, winmdroot.System.Variant.VARIANT*)"/> 74 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) 76 fixed (winmdroot.System.Variant.VARIANT* pvarStateLocal = &pvarState) 83 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accHelp(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/> 84 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) 93 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accHelpTopic(winmdroot.Foundation.BSTR*, winmdroot.System.Variant.VARIANT, int*)"/> 94 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) 106 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accKeyboardShortcut(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/> 107 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) 116 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accFocus(winmdroot.System.Variant.VARIANT*)"/> 117 internal static unsafe winmdroot.Foundation.HRESULT get_accFocus(this winmdroot.UI.Accessibility.IAccessible.Interface @this, out winmdroot.System.Variant.VARIANT pvarChild) 119 fixed (winmdroot.System.Variant.VARIANT* pvarChildLocal = &pvarChild) 126 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accSelection(winmdroot.System.Variant.VARIANT*)"/> 127 internal static unsafe winmdroot.Foundation.HRESULT get_accSelection(this winmdroot.UI.Accessibility.IAccessible.Interface @this, out winmdroot.System.Variant.VARIANT pvarChildren) 129 fixed (winmdroot.System.Variant.VARIANT* pvarChildrenLocal = &pvarChildren) 136 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.get_accDefaultAction(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BSTR*)"/> 137 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) 146 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.accLocation(int*, int*, int*, int*, winmdroot.System.Variant.VARIANT)"/> 147 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) 165 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.accNavigate(int, winmdroot.System.Variant.VARIANT, winmdroot.System.Variant.VARIANT*)"/> 166 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) 168 fixed (winmdroot.System.Variant.VARIANT* pvarEndUpAtLocal = &pvarEndUpAt) 175 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.accHitTest(int, int, winmdroot.System.Variant.VARIANT*)"/> 176 internal static unsafe winmdroot.Foundation.HRESULT accHitTest(this winmdroot.UI.Accessibility.IAccessible.Interface @this, int xLeft, int yTop, out winmdroot.System.Variant.VARIANT pvarChild) 178 fixed (winmdroot.System.Variant.VARIANT* pvarChildLocal = &pvarChild)
_generated\573\Windows.Win32.UI_Accessibility_IRawElementProviderSimple_Extensions.g.cs (3)
33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IRawElementProviderSimple.Interface.GetPropertyValue(winmdroot.UI.Accessibility.UIA_PROPERTY_ID, winmdroot.System.Variant.VARIANT*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetPropertyValue(this winmdroot.UI.Accessibility.IRawElementProviderSimple.Interface @this, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, out winmdroot.System.Variant.VARIANT pRetVal) 36 fixed (winmdroot.System.Variant.VARIANT* pRetValLocal = &pRetVal)
_generated\580\Windows.Win32.UI_Accessibility_ITextRangeProvider_Extensions.g.cs (3)
43 /// <inheritdoc cref="winmdroot.UI.Accessibility.ITextRangeProvider.Interface.GetAttributeValue(winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID, winmdroot.System.Variant.VARIANT*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT GetAttributeValue(this winmdroot.UI.Accessibility.ITextRangeProvider.Interface @this, winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID attributeId, out winmdroot.System.Variant.VARIANT pRetVal) 46 fixed (winmdroot.System.Variant.VARIANT* pRetValLocal = &pRetVal)
_generated\582\Windows.Win32.UI_Accessibility_IUIAutomationElement_Extensions.g.cs (12)
33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetCurrentPropertyValue(winmdroot.UI.Accessibility.UIA_PROPERTY_ID, winmdroot.System.Variant.VARIANT*)"/> 34 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) 36 fixed (winmdroot.System.Variant.VARIANT* retValLocal = &retVal) 43 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetCurrentPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID, winmdroot.Foundation.BOOL, winmdroot.System.Variant.VARIANT*)"/> 44 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) 46 fixed (winmdroot.System.Variant.VARIANT* retValLocal = &retVal) 53 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetCachedPropertyValue(winmdroot.UI.Accessibility.UIA_PROPERTY_ID, winmdroot.System.Variant.VARIANT*)"/> 54 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) 56 fixed (winmdroot.System.Variant.VARIANT* retValLocal = &retVal) 63 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationElement.Interface.GetCachedPropertyValueEx(winmdroot.UI.Accessibility.UIA_PROPERTY_ID, winmdroot.Foundation.BOOL, winmdroot.System.Variant.VARIANT*)"/> 64 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) 66 fixed (winmdroot.System.Variant.VARIANT* retValLocal = &retVal)
_generated\585\Windows.Win32.UI_Accessibility_IUIAutomation_Extensions.g.cs (7)
78 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomation.Interface.RectToVariant(winmdroot.Foundation.RECT, winmdroot.System.Variant.VARIANT*)"/> 79 internal static unsafe winmdroot.Foundation.HRESULT RectToVariant(this winmdroot.UI.Accessibility.IUIAutomation.Interface @this, winmdroot.Foundation.RECT rc, out winmdroot.System.Variant.VARIANT var) 81 fixed (winmdroot.System.Variant.VARIANT* varLocal = &var) 88 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomation.Interface.VariantToRect(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.RECT*)"/> 89 internal static unsafe winmdroot.Foundation.HRESULT VariantToRect(this winmdroot.UI.Accessibility.IUIAutomation.Interface @this, winmdroot.System.Variant.VARIANT var, out winmdroot.Foundation.RECT rc) 154 /// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomation.Interface.CheckNotSupported(winmdroot.System.Variant.VARIANT, winmdroot.Foundation.BOOL*)"/> 155 internal static unsafe winmdroot.Foundation.HRESULT CheckNotSupported(this winmdroot.UI.Accessibility.IUIAutomation.Interface @this, winmdroot.System.Variant.VARIANT value, out winmdroot.Foundation.BOOL isNotSupported)
_generated\589\Windows.Win32.UI_Controls_RichEdit_ITextDocument_Extensions.g.cs (6)
63 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextDocument.Interface.Open(winmdroot.System.Variant.VARIANT*, winmdroot.UI.Controls.RichEdit.tomConstants, int)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT Open(this winmdroot.UI.Controls.RichEdit.ITextDocument.Interface @this, in winmdroot.System.Variant.VARIANT pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 66 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 73 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextDocument.Interface.Save(winmdroot.System.Variant.VARIANT*, winmdroot.UI.Controls.RichEdit.tomConstants, int)"/> 74 internal static unsafe winmdroot.Foundation.HRESULT Save(this winmdroot.UI.Controls.RichEdit.ITextDocument.Interface @this, in winmdroot.System.Variant.VARIANT pVar, winmdroot.UI.Controls.RichEdit.tomConstants Flags, int CodePage) 76 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar)
_generated\592\Windows.Win32.UI_Controls_RichEdit_ITextRange_Extensions.g.cs (30)
183 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.MoveWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/> 184 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) 188 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 196 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.MoveStartWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/> 197 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) 201 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 209 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.MoveEndWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/> 210 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) 214 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 222 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.MoveUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/> 223 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) 227 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 235 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.MoveStartUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/> 236 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) 240 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 248 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.MoveEndUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/> 249 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) 253 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 301 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.Cut(winmdroot.System.Variant.VARIANT*)"/> 302 internal static unsafe winmdroot.Foundation.HRESULT Cut(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, out winmdroot.System.Variant.VARIANT pVar) 304 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 311 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.Copy(winmdroot.System.Variant.VARIANT*)"/> 312 internal static unsafe winmdroot.Foundation.HRESULT Copy(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, out winmdroot.System.Variant.VARIANT pVar) 314 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 321 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.Paste(winmdroot.System.Variant.VARIANT*, int)"/> 322 internal static unsafe winmdroot.Foundation.HRESULT Paste(this winmdroot.UI.Controls.RichEdit.ITextRange.Interface @this, in winmdroot.System.Variant.VARIANT pVar, int Format) 324 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 331 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextRange.Interface.CanPaste(winmdroot.System.Variant.VARIANT*, int, int*)"/> 332 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) 336 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar)
_generated\593\Windows.Win32.UI_Controls_RichEdit_ITextSelection_Extensions.g.cs (30)
183 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.MoveWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/> 184 internal static unsafe winmdroot.Foundation.HRESULT MoveWhile(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 188 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 196 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.MoveStartWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/> 197 internal static unsafe winmdroot.Foundation.HRESULT MoveStartWhile(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 201 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 209 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.MoveEndWhile(winmdroot.System.Variant.VARIANT*, int, int*)"/> 210 internal static unsafe winmdroot.Foundation.HRESULT MoveEndWhile(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 214 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 222 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.MoveUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/> 223 internal static unsafe winmdroot.Foundation.HRESULT MoveUntil(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 227 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 235 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.MoveStartUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/> 236 internal static unsafe winmdroot.Foundation.HRESULT MoveStartUntil(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 240 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 248 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.MoveEndUntil(winmdroot.System.Variant.VARIANT*, int, int*)"/> 249 internal static unsafe winmdroot.Foundation.HRESULT MoveEndUntil(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, in winmdroot.System.Variant.VARIANT Cset, int Count, out int pDelta) 253 fixed (winmdroot.System.Variant.VARIANT* CsetLocal = &Cset) 301 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.Cut(winmdroot.System.Variant.VARIANT*)"/> 302 internal static unsafe winmdroot.Foundation.HRESULT Cut(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, out winmdroot.System.Variant.VARIANT pVar) 304 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 311 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.Copy(winmdroot.System.Variant.VARIANT*)"/> 312 internal static unsafe winmdroot.Foundation.HRESULT Copy(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, out winmdroot.System.Variant.VARIANT pVar) 314 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 321 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.Paste(winmdroot.System.Variant.VARIANT*, int)"/> 322 internal static unsafe winmdroot.Foundation.HRESULT Paste(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, in winmdroot.System.Variant.VARIANT pVar, int Format) 324 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar) 331 /// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.ITextSelection.Interface.CanPaste(winmdroot.System.Variant.VARIANT*, int, int*)"/> 332 internal static unsafe winmdroot.Foundation.HRESULT CanPaste(this winmdroot.UI.Controls.RichEdit.ITextSelection.Interface @this, in winmdroot.System.Variant.VARIANT pVar, int Format, out int pValue) 336 fixed (winmdroot.System.Variant.VARIANT* pVarLocal = &pVar)
_generated\609\Windows.Win32.UI_Shell_IWebBrowser2_Extensions.g.cs (66)
23 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.Navigate(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT Navigate(this winmdroot.UI.Shell.IWebBrowser2.Interface @this, winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT? Flags, [Optional] winmdroot.System.Variant.VARIANT? TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT? PostData, [Optional] winmdroot.System.Variant.VARIANT? Headers) 26 winmdroot.System.Variant.VARIANT FlagsLocal = Flags ?? default(winmdroot.System.Variant.VARIANT); 27 winmdroot.System.Variant.VARIANT TargetFrameNameLocal = TargetFrameName ?? default(winmdroot.System.Variant.VARIANT); 28 winmdroot.System.Variant.VARIANT PostDataLocal = PostData ?? default(winmdroot.System.Variant.VARIANT); 29 winmdroot.System.Variant.VARIANT HeadersLocal = Headers ?? default(winmdroot.System.Variant.VARIANT); 34 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.Refresh2(winmdroot.System.Variant.VARIANT*)"/> 35 internal static unsafe winmdroot.Foundation.HRESULT Refresh2(this winmdroot.UI.Shell.IWebBrowser2.Interface @this, [Optional] winmdroot.System.Variant.VARIANT? Level) 37 winmdroot.System.Variant.VARIANT LevelLocal = Level ?? default(winmdroot.System.Variant.VARIANT); 85 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.GetProperty(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/> 86 internal static unsafe winmdroot.Foundation.HRESULT GetProperty(this winmdroot.UI.Shell.IWebBrowser2.Interface @this, winmdroot.Foundation.BSTR Property, out winmdroot.System.Variant.VARIANT pvtValue) 88 fixed (winmdroot.System.Variant.VARIANT* pvtValueLocal = &pvtValue) 95 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.Navigate2(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 96 internal static unsafe winmdroot.Foundation.HRESULT Navigate2(this winmdroot.UI.Shell.IWebBrowser2.Interface @this, in winmdroot.System.Variant.VARIANT URL, [Optional] winmdroot.System.Variant.VARIANT? Flags, [Optional] winmdroot.System.Variant.VARIANT? TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT? PostData, [Optional] winmdroot.System.Variant.VARIANT? Headers) 98 fixed (winmdroot.System.Variant.VARIANT* URLLocal = &URL) 100 winmdroot.System.Variant.VARIANT FlagsLocal = Flags ?? default(winmdroot.System.Variant.VARIANT); 101 winmdroot.System.Variant.VARIANT TargetFrameNameLocal = TargetFrameName ?? default(winmdroot.System.Variant.VARIANT); 102 winmdroot.System.Variant.VARIANT PostDataLocal = PostData ?? default(winmdroot.System.Variant.VARIANT); 103 winmdroot.System.Variant.VARIANT HeadersLocal = Headers ?? default(winmdroot.System.Variant.VARIANT); 119 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.ExecWB(winmdroot.System.Ole.OLECMDID, winmdroot.System.Ole.OLECMDEXECOPT, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 120 internal static unsafe winmdroot.Foundation.HRESULT ExecWB(this winmdroot.UI.Shell.IWebBrowser2.Interface @this, winmdroot.System.Ole.OLECMDID cmdID, winmdroot.System.Ole.OLECMDEXECOPT cmdexecopt, [Optional] winmdroot.System.Variant.VARIANT? pvaIn, ref winmdroot.System.Variant.VARIANT pvaOut) 122 fixed (winmdroot.System.Variant.VARIANT* pvaOutLocal = &pvaOut) 124 winmdroot.System.Variant.VARIANT pvaInLocal = pvaIn ?? default(winmdroot.System.Variant.VARIANT); 130 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.ExecWB(winmdroot.System.Ole.OLECMDID, winmdroot.System.Ole.OLECMDEXECOPT, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 132 internal static unsafe winmdroot.Foundation.HRESULT ExecWB(this winmdroot.UI.Shell.IWebBrowser2.Interface @this, winmdroot.System.Ole.OLECMDID cmdID, winmdroot.System.Ole.OLECMDEXECOPT cmdexecopt, [Optional] winmdroot.System.Variant.VARIANT? pvaIn) 134 winmdroot.System.Variant.VARIANT pvaInLocal = pvaIn ?? default(winmdroot.System.Variant.VARIANT); 135 winmdroot.Foundation.HRESULT __result = @this.ExecWB(cmdID, cmdexecopt, pvaIn.HasValue ? &pvaInLocal : null, default(winmdroot.System.Variant.VARIANT* )); 139 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.ShowBrowserBar(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 140 internal static unsafe winmdroot.Foundation.HRESULT ShowBrowserBar(this winmdroot.UI.Shell.IWebBrowser2.Interface @this, in winmdroot.System.Variant.VARIANT pvaClsid, [Optional] winmdroot.System.Variant.VARIANT? pvarShow, [Optional] winmdroot.System.Variant.VARIANT? pvarSize) 142 fixed (winmdroot.System.Variant.VARIANT* pvaClsidLocal = &pvaClsid) 144 winmdroot.System.Variant.VARIANT pvarShowLocal = pvarShow ?? default(winmdroot.System.Variant.VARIANT); 145 winmdroot.System.Variant.VARIANT pvarSizeLocal = pvarSize ?? default(winmdroot.System.Variant.VARIANT);
_generated\610\Windows.Win32.UI_Shell_IWebBrowserApp_Extensions.g.cs (23)
23 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowserApp.Interface.Navigate(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT Navigate(this winmdroot.UI.Shell.IWebBrowserApp.Interface @this, winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT? Flags, [Optional] winmdroot.System.Variant.VARIANT? TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT? PostData, [Optional] winmdroot.System.Variant.VARIANT? Headers) 26 winmdroot.System.Variant.VARIANT FlagsLocal = Flags ?? default(winmdroot.System.Variant.VARIANT); 27 winmdroot.System.Variant.VARIANT TargetFrameNameLocal = TargetFrameName ?? default(winmdroot.System.Variant.VARIANT); 28 winmdroot.System.Variant.VARIANT PostDataLocal = PostData ?? default(winmdroot.System.Variant.VARIANT); 29 winmdroot.System.Variant.VARIANT HeadersLocal = Headers ?? default(winmdroot.System.Variant.VARIANT); 34 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowserApp.Interface.Refresh2(winmdroot.System.Variant.VARIANT*)"/> 35 internal static unsafe winmdroot.Foundation.HRESULT Refresh2(this winmdroot.UI.Shell.IWebBrowserApp.Interface @this, [Optional] winmdroot.System.Variant.VARIANT? Level) 37 winmdroot.System.Variant.VARIANT LevelLocal = Level ?? default(winmdroot.System.Variant.VARIANT); 85 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowserApp.Interface.GetProperty(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/> 86 internal static unsafe winmdroot.Foundation.HRESULT GetProperty(this winmdroot.UI.Shell.IWebBrowserApp.Interface @this, winmdroot.Foundation.BSTR Property, out winmdroot.System.Variant.VARIANT pvtValue) 88 fixed (winmdroot.System.Variant.VARIANT* pvtValueLocal = &pvtValue)
_generated\611\Windows.Win32.UI_Shell_IWebBrowser_Extensions.g.cs (20)
23 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser.Interface.Navigate(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT Navigate(this winmdroot.UI.Shell.IWebBrowser.Interface @this, winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT? Flags, [Optional] winmdroot.System.Variant.VARIANT? TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT? PostData, [Optional] winmdroot.System.Variant.VARIANT? Headers) 26 winmdroot.System.Variant.VARIANT FlagsLocal = Flags ?? default(winmdroot.System.Variant.VARIANT); 27 winmdroot.System.Variant.VARIANT TargetFrameNameLocal = TargetFrameName ?? default(winmdroot.System.Variant.VARIANT); 28 winmdroot.System.Variant.VARIANT PostDataLocal = PostData ?? default(winmdroot.System.Variant.VARIANT); 29 winmdroot.System.Variant.VARIANT HeadersLocal = Headers ?? default(winmdroot.System.Variant.VARIANT); 34 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser.Interface.Refresh2(winmdroot.System.Variant.VARIANT*)"/> 35 internal static unsafe winmdroot.Foundation.HRESULT Refresh2(this winmdroot.UI.Shell.IWebBrowser.Interface @this, [Optional] winmdroot.System.Variant.VARIANT? Level) 37 winmdroot.System.Variant.VARIANT LevelLocal = Level ?? default(winmdroot.System.Variant.VARIANT);
_generated\623\Windows.Win32.Web_MsHtml_IHTMLCurrentStyle_Extensions.g.cs (3)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLCurrentStyle.Interface.getAttribute(winmdroot.Foundation.BSTR, int, winmdroot.System.Variant.VARIANT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT getAttribute(this winmdroot.Web.MsHtml.IHTMLCurrentStyle.Interface @this, winmdroot.Foundation.BSTR strAttributeName, int lFlags, out winmdroot.System.Variant.VARIANT AttributeValue) 26 fixed (winmdroot.System.Variant.VARIANT* AttributeValueLocal = &AttributeValue)
_generated\624\Windows.Win32.Web_MsHtml_IHTMLDataTransfer_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDataTransfer.Interface.setData(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT setData(this winmdroot.Web.MsHtml.IHTMLDataTransfer.Interface @this, winmdroot.Foundation.BSTR format, in winmdroot.System.Variant.VARIANT data, out winmdroot.Foundation.VARIANT_BOOL pret) 28 fixed (winmdroot.System.Variant.VARIANT* dataLocal = &data) 36 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDataTransfer.Interface.getData(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/> 37 internal static unsafe winmdroot.Foundation.HRESULT getData(this winmdroot.Web.MsHtml.IHTMLDataTransfer.Interface @this, winmdroot.Foundation.BSTR format, out winmdroot.System.Variant.VARIANT pvarRet) 39 fixed (winmdroot.System.Variant.VARIANT* pvarRetLocal = &pvarRet)
_generated\625\Windows.Win32.Web_MsHtml_IHTMLDocument2_Extensions.g.cs (20)
33 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.get_alinkColor(winmdroot.System.Variant.VARIANT*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT get_alinkColor(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, out winmdroot.System.Variant.VARIANT p) 36 fixed (winmdroot.System.Variant.VARIANT* pLocal = &p) 43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.get_bgColor(winmdroot.System.Variant.VARIANT*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT get_bgColor(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, out winmdroot.System.Variant.VARIANT p) 46 fixed (winmdroot.System.Variant.VARIANT* pLocal = &p) 53 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.get_fgColor(winmdroot.System.Variant.VARIANT*)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT get_fgColor(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, out winmdroot.System.Variant.VARIANT p) 56 fixed (winmdroot.System.Variant.VARIANT* pLocal = &p) 63 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.get_linkColor(winmdroot.System.Variant.VARIANT*)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT get_linkColor(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, out winmdroot.System.Variant.VARIANT p) 66 fixed (winmdroot.System.Variant.VARIANT* pLocal = &p) 73 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.get_vlinkColor(winmdroot.System.Variant.VARIANT*)"/> 74 internal static unsafe winmdroot.Foundation.HRESULT get_vlinkColor(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, out winmdroot.System.Variant.VARIANT p) 76 fixed (winmdroot.System.Variant.VARIANT* pLocal = &p) 183 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandValue(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/> 184 internal static unsafe winmdroot.Foundation.HRESULT queryCommandValue(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.System.Variant.VARIANT pcmdValue) 186 fixed (winmdroot.System.Variant.VARIANT* pcmdValueLocal = &pcmdValue) 193 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.execCommand(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/> 194 internal static unsafe winmdroot.Foundation.HRESULT execCommand(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, out winmdroot.Foundation.VARIANT_BOOL pfRet)
_generated\627\Windows.Win32.Web_MsHtml_IHTMLDocument4_Extensions.g.cs (6)
33 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument4.Interface.createEventObject(winmdroot.System.Variant.VARIANT*, winmdroot.Web.MsHtml.IHTMLEventObj**)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT createEventObject(this winmdroot.Web.MsHtml.IHTMLDocument4.Interface @this, in winmdroot.System.Variant.VARIANT pvarEventObject, winmdroot.Web.MsHtml.IHTMLEventObj** ppEventObj) 36 fixed (winmdroot.System.Variant.VARIANT* pvarEventObjectLocal = &pvarEventObject) 43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument4.Interface.fireEvent(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT fireEvent(this winmdroot.Web.MsHtml.IHTMLDocument4.Interface @this, winmdroot.Foundation.BSTR bstrEventName, in winmdroot.System.Variant.VARIANT pvarEventObject, out winmdroot.Foundation.VARIANT_BOOL pfCancelled) 48 fixed (winmdroot.System.Variant.VARIANT* pvarEventObjectLocal = &pvarEventObject)
_generated\629\Windows.Win32.Web_MsHtml_IHTMLElement2_Extensions.g.cs (6)
33 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.getExpression(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT getExpression(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, winmdroot.Foundation.BSTR propname, out winmdroot.System.Variant.VARIANT expression) 36 fixed (winmdroot.System.Variant.VARIANT* expressionLocal = &expression) 183 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.addBehavior(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, int*)"/> 184 internal static unsafe winmdroot.Foundation.HRESULT addBehavior(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, winmdroot.Foundation.BSTR bstrUrl, in winmdroot.System.Variant.VARIANT pvarFactory, out int pCookie) 188 fixed (winmdroot.System.Variant.VARIANT* pvarFactoryLocal = &pvarFactory)
_generated\630\Windows.Win32.Web_MsHtml_IHTMLElement3_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement3.Interface.mergeAttributes(winmdroot.Web.MsHtml.IHTMLElement*, winmdroot.System.Variant.VARIANT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT mergeAttributes(this winmdroot.Web.MsHtml.IHTMLElement3.Interface @this, winmdroot.Web.MsHtml.IHTMLElement* mergeThis, in winmdroot.System.Variant.VARIANT pvarFlags) 26 fixed (winmdroot.System.Variant.VARIANT* pvarFlagsLocal = &pvarFlags) 43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement3.Interface.fireEvent(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT fireEvent(this winmdroot.Web.MsHtml.IHTMLElement3.Interface @this, winmdroot.Foundation.BSTR bstrEventName, in winmdroot.System.Variant.VARIANT pvarEventObject, out winmdroot.Foundation.VARIANT_BOOL pfCancelled) 48 fixed (winmdroot.System.Variant.VARIANT* pvarEventObjectLocal = &pvarEventObject)
_generated\632\Windows.Win32.Web_MsHtml_IHTMLElement_Extensions.g.cs (3)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement.Interface.getAttribute(winmdroot.Foundation.BSTR, int, winmdroot.System.Variant.VARIANT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT getAttribute(this winmdroot.Web.MsHtml.IHTMLElement.Interface @this, winmdroot.Foundation.BSTR strAttributeName, int lFlags, out winmdroot.System.Variant.VARIANT AttributeValue) 26 fixed (winmdroot.System.Variant.VARIANT* AttributeValueLocal = &AttributeValue)
_generated\633\Windows.Win32.Web_MsHtml_IHTMLFiltersCollection_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLFiltersCollection.Interface.item(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT item(this winmdroot.Web.MsHtml.IHTMLFiltersCollection.Interface @this, in winmdroot.System.Variant.VARIANT pvarIndex, out winmdroot.System.Variant.VARIANT pvarResult) 26 fixed (winmdroot.System.Variant.VARIANT* pvarResultLocal = &pvarResult) 28 fixed (winmdroot.System.Variant.VARIANT* pvarIndexLocal = &pvarIndex)
_generated\634\Windows.Win32.Web_MsHtml_IHTMLFramesCollection2_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLFramesCollection2.Interface.item(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT item(this winmdroot.Web.MsHtml.IHTMLFramesCollection2.Interface @this, in winmdroot.System.Variant.VARIANT pvarIndex, out winmdroot.System.Variant.VARIANT pvarResult) 26 fixed (winmdroot.System.Variant.VARIANT* pvarResultLocal = &pvarResult) 28 fixed (winmdroot.System.Variant.VARIANT* pvarIndexLocal = &pvarIndex)
_generated\636\Windows.Win32.Web_MsHtml_IHTMLOpsProfile_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface.addRequest(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT addRequest(this winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface @this, winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, out winmdroot.Foundation.VARIANT_BOOL success) 43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface.setAttribute(winmdroot.Foundation.BSTR, winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT setAttribute(this winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface @this, winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR value, winmdroot.System.Variant.VARIANT prefs, out winmdroot.Foundation.VARIANT_BOOL success) 63 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface.addReadRequest(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT addReadRequest(this winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface @this, winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, out winmdroot.Foundation.VARIANT_BOOL success)
_generated\637\Windows.Win32.Web_MsHtml_IHTMLRectCollection_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLRectCollection.Interface.item(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT item(this winmdroot.Web.MsHtml.IHTMLRectCollection.Interface @this, in winmdroot.System.Variant.VARIANT pvarIndex, out winmdroot.System.Variant.VARIANT pvarResult) 26 fixed (winmdroot.System.Variant.VARIANT* pvarResultLocal = &pvarResult) 28 fixed (winmdroot.System.Variant.VARIANT* pvarIndexLocal = &pvarIndex)
_generated\638\Windows.Win32.Web_MsHtml_IHTMLRuleStyle_Extensions.g.cs (3)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLRuleStyle.Interface.getAttribute(winmdroot.Foundation.BSTR, int, winmdroot.System.Variant.VARIANT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT getAttribute(this winmdroot.Web.MsHtml.IHTMLRuleStyle.Interface @this, winmdroot.Foundation.BSTR strAttributeName, int lFlags, out winmdroot.System.Variant.VARIANT AttributeValue) 26 fixed (winmdroot.System.Variant.VARIANT* AttributeValueLocal = &AttributeValue)
_generated\639\Windows.Win32.Web_MsHtml_IHTMLStyleSheetsCollection_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLStyleSheetsCollection.Interface.item(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT item(this winmdroot.Web.MsHtml.IHTMLStyleSheetsCollection.Interface @this, in winmdroot.System.Variant.VARIANT pvarIndex, out winmdroot.System.Variant.VARIANT pvarResult) 26 fixed (winmdroot.System.Variant.VARIANT* pvarResultLocal = &pvarResult) 28 fixed (winmdroot.System.Variant.VARIANT* pvarIndexLocal = &pvarIndex)
_generated\641\Windows.Win32.Web_MsHtml_IHTMLStyle_Extensions.g.cs (3)
33 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLStyle.Interface.getAttribute(winmdroot.Foundation.BSTR, int, winmdroot.System.Variant.VARIANT*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT getAttribute(this winmdroot.Web.MsHtml.IHTMLStyle.Interface @this, winmdroot.Foundation.BSTR strAttributeName, int lFlags, out winmdroot.System.Variant.VARIANT AttributeValue) 36 fixed (winmdroot.System.Variant.VARIANT* AttributeValueLocal = &AttributeValue)
_generated\642\Windows.Win32.Web_MsHtml_IHTMLWindow2_Extensions.g.cs (30)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.item(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT item(this winmdroot.Web.MsHtml.IHTMLWindow2.Interface @this, in winmdroot.System.Variant.VARIANT pvarIndex, out winmdroot.System.Variant.VARIANT pvarResult) 26 fixed (winmdroot.System.Variant.VARIANT* pvarResultLocal = &pvarResult) 28 fixed (winmdroot.System.Variant.VARIANT* pvarIndexLocal = &pvarIndex) 56 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.setTimeout(winmdroot.Foundation.BSTR, int, winmdroot.System.Variant.VARIANT*, int*)"/> 57 internal static unsafe winmdroot.Foundation.HRESULT setTimeout(this winmdroot.Web.MsHtml.IHTMLWindow2.Interface @this, winmdroot.Foundation.BSTR expression, int msec, in winmdroot.System.Variant.VARIANT language, out int timerID) 61 fixed (winmdroot.System.Variant.VARIANT* languageLocal = &language) 79 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.prompt(winmdroot.Foundation.BSTR, winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/> 80 internal static unsafe winmdroot.Foundation.HRESULT prompt(this winmdroot.Web.MsHtml.IHTMLWindow2.Interface @this, winmdroot.Foundation.BSTR message, winmdroot.Foundation.BSTR defstr, out winmdroot.System.Variant.VARIANT textdata) 82 fixed (winmdroot.System.Variant.VARIANT* textdataLocal = &textdata) 89 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.get_opener(winmdroot.System.Variant.VARIANT*)"/> 90 internal static unsafe winmdroot.Foundation.HRESULT get_opener(this winmdroot.Web.MsHtml.IHTMLWindow2.Interface @this, out winmdroot.System.Variant.VARIANT p) 92 fixed (winmdroot.System.Variant.VARIANT* pLocal = &p) 109 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.showModalDialog(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 110 internal static unsafe winmdroot.Foundation.HRESULT showModalDialog(this winmdroot.Web.MsHtml.IHTMLWindow2.Interface @this, winmdroot.Foundation.BSTR dialog, in winmdroot.System.Variant.VARIANT varArgIn, in winmdroot.System.Variant.VARIANT varOptions, out winmdroot.System.Variant.VARIANT varArgOut) 112 fixed (winmdroot.System.Variant.VARIANT* varArgOutLocal = &varArgOut) 114 fixed (winmdroot.System.Variant.VARIANT* varOptionsLocal = &varOptions) 116 fixed (winmdroot.System.Variant.VARIANT* varArgInLocal = &varArgIn) 135 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.setInterval(winmdroot.Foundation.BSTR, int, winmdroot.System.Variant.VARIANT*, int*)"/> 136 internal static unsafe winmdroot.Foundation.HRESULT setInterval(this winmdroot.Web.MsHtml.IHTMLWindow2.Interface @this, winmdroot.Foundation.BSTR expression, int msec, in winmdroot.System.Variant.VARIANT language, out int timerID) 140 fixed (winmdroot.System.Variant.VARIANT* languageLocal = &language) 148 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.execScript(winmdroot.Foundation.BSTR, winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/> 149 internal static unsafe winmdroot.Foundation.HRESULT execScript(this winmdroot.Web.MsHtml.IHTMLWindow2.Interface @this, winmdroot.Foundation.BSTR code, winmdroot.Foundation.BSTR language, out winmdroot.System.Variant.VARIANT pvarRet) 151 fixed (winmdroot.System.Variant.VARIANT* pvarRetLocal = &pvarRet)
_generated\643\Windows.Win32.Web_MsHtml_IHTMLWindow3_Extensions.g.cs (18)
53 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow3.Interface.setTimeout(winmdroot.System.Variant.VARIANT*, int, winmdroot.System.Variant.VARIANT*, int*)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT setTimeout(this winmdroot.Web.MsHtml.IHTMLWindow3.Interface @this, in winmdroot.System.Variant.VARIANT expression, int msec, in winmdroot.System.Variant.VARIANT language, out int timerID) 58 fixed (winmdroot.System.Variant.VARIANT* languageLocal = &language) 60 fixed (winmdroot.System.Variant.VARIANT* expressionLocal = &expression) 69 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow3.Interface.setInterval(winmdroot.System.Variant.VARIANT*, int, winmdroot.System.Variant.VARIANT*, int*)"/> 70 internal static unsafe winmdroot.Foundation.HRESULT setInterval(this winmdroot.Web.MsHtml.IHTMLWindow3.Interface @this, in winmdroot.System.Variant.VARIANT expression, int msec, in winmdroot.System.Variant.VARIANT language, out int timerID) 74 fixed (winmdroot.System.Variant.VARIANT* languageLocal = &language) 76 fixed (winmdroot.System.Variant.VARIANT* expressionLocal = &expression) 85 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow3.Interface.showModelessDialog(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.Web.MsHtml.IHTMLWindow2**)"/> 86 internal static unsafe winmdroot.Foundation.HRESULT showModelessDialog(this winmdroot.Web.MsHtml.IHTMLWindow3.Interface @this, winmdroot.Foundation.BSTR url, in winmdroot.System.Variant.VARIANT varArgIn, in winmdroot.System.Variant.VARIANT options, winmdroot.Web.MsHtml.IHTMLWindow2** pDialog) 88 fixed (winmdroot.System.Variant.VARIANT* optionsLocal = &options) 90 fixed (winmdroot.System.Variant.VARIANT* varArgInLocal = &varArgIn)
_generated\644\Windows.Win32.Web_MsHtml_IHTMLWindow4_Extensions.g.cs (3)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow4.Interface.createPopup(winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.IDispatch**)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT createPopup(this winmdroot.Web.MsHtml.IHTMLWindow4.Interface @this, in winmdroot.System.Variant.VARIANT varArgIn, winmdroot.System.Com.IDispatch** ppPopup) 26 fixed (winmdroot.System.Variant.VARIANT* varArgInLocal = &varArgIn)
_generated\645\Windows.Win32.Web_MsHtml_IOmHistory_Extensions.g.cs (9)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IOmHistory.Interface.back(winmdroot.System.Variant.VARIANT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT back(this winmdroot.Web.MsHtml.IOmHistory.Interface @this, in winmdroot.System.Variant.VARIANT pvargdistance) 26 fixed (winmdroot.System.Variant.VARIANT* pvargdistanceLocal = &pvargdistance) 33 /// <inheritdoc cref="winmdroot.Web.MsHtml.IOmHistory.Interface.forward(winmdroot.System.Variant.VARIANT*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT forward(this winmdroot.Web.MsHtml.IOmHistory.Interface @this, in winmdroot.System.Variant.VARIANT pvargdistance) 36 fixed (winmdroot.System.Variant.VARIANT* pvargdistanceLocal = &pvargdistance) 43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IOmHistory.Interface.go(winmdroot.System.Variant.VARIANT*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT go(this winmdroot.Web.MsHtml.IOmHistory.Interface @this, in winmdroot.System.Variant.VARIANT pvargdistance) 46 fixed (winmdroot.System.Variant.VARIANT* pvargdistanceLocal = &pvargdistance)
Interop\UiaCore\Interop.StubFragmentRoot.cs (1)
123HRESULT IRawElementProviderSimple.Interface.GetPropertyValue(UIA_PROPERTY_ID propertyId, VARIANT* pRetVal)
Microsoft\VisualStudio\Shell\IProvidePropertyBuilder.cs (4)
75VARIANT* pvarValue, 79return ((delegate* unmanaged[Stdcall]<IProvidePropertyBuilder*, int, BSTR*, IDispatch*, HWND, VARIANT*, VARIANT_BOOL*, HRESULT>)_lpVtbl[4])( 92/// browser and are invoked through <see cref="ExecuteBuilder(int, BSTR*, IDispatch*, HWND, VARIANT*, VARIANT_BOOL*)"/> 142VARIANT* pvarValue,
Microsoft\VisualStudio\Shell\IVSMDPerPropertyBrowsing.cs (4)
56/// <inheritdoc cref="Interface.GetPropertyAttributes(int, uint*, BSTR**, VARIANT**)"/> 61VARIANT** ppvarAttrValues) 64return ((delegate* unmanaged[Stdcall]<IVSMDPerPropertyBrowsing*, int, uint*, BSTR**, VARIANT**, HRESULT>)_lpVtbl[3])( 105VARIANT** ppvarAttrValues);
System\Drawing\ImageExtensions.cs (1)
64using VARIANT variant = default;
System\Windows\Forms\Automation\UiaTextProvider.cs (2)
118internal static VARIANT BoundingRectangleAsVariant(Rectangle bounds) 119=> (VARIANT)BoundingRectangleAsArray(bounds);
System\Windows\Forms\Automation\UiaTextRange.cs (7)
270HRESULT ITextRangeProvider.Interface.FindAttribute(UIA_TEXTATTRIBUTE_ID attributeId, VARIANT val, BOOL backward, ITextRangeProvider** pRetVal) 316HRESULT ITextRangeProvider.Interface.GetAttributeValue(UIA_TEXTATTRIBUTE_ID attributeId, VARIANT* pRetVal) 334VARIANT result = default; 683private VARIANT GetAttributeValue(UIA_TEXTATTRIBUTE_ID textAttributeIdentifier) 705using VARIANT variant = default; 713return value is null ? UiaGetReservedNotSupportedValue() : VARIANT.FromObject(value); 913private static VARIANT UiaGetReservedNotSupportedValue()
Windows\Win32\System\Com\StandardDispatch.cs (3)
106VARIANT* pVarResult, 163VARIANT* pvarRes, 196VARIANT* result,
Windows\Win32\System\Com\StructuredStorage\PropertyBagExtensions.cs (4)
10/// <inheritdoc cref="IPropertyBag.Interface.Read(PCWSTR, VARIANT*, IErrorLog*)"/> 11internal static unsafe HRESULT Read(this IPropertyBag.Interface @this, string pszPropName, VARIANT* pVar, IErrorLog* pErrorLog) 19/// <inheritdoc cref="IPropertyBag.Interface.Write(PCWSTR, VARIANT*)"/> 20internal static unsafe HRESULT Write(this IPropertyBag.Interface @this, string pszPropName, VARIANT* pVar)
Windows\Win32\System\Ole\ClassPropertyDispatchAdapter.cs (4)
138/// <see cref="IDispatchEx.InvokeEx(int, uint, ushort, DISPPARAMS*, VARIANT*, EXCEPINFO*, Com.IServiceProvider*)"/> 150VARIANT* result) 205VARIANT* variantValue = parameters->rgvarg; 235*result = VARIANT.FromObject(resultObject);
Windows\Win32\UI\Accessibility\UIAHelper.cs (5)
11/// Converts a window handle to a <see cref="VARIANT"/> for UIA purposes. 13/// <see cref="IRawElementProviderSimple.GetPropertyValue(IRawElementProviderSimple*, UIA_PROPERTY_ID, VARIANT*)"/> 17/// <returns>The <see cref="VARIANT"/> version of the window handle.</returns> 22/// <see cref="IRawElementProviderSimple.GetPropertyValue(IRawElementProviderSimple*, UIA_PROPERTY_ID, VARIANT*)"/> 28public static VARIANT WindowHandleToVariant(nint handle)