39 references to IErrorLog
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.PropertyBagStream.cs (1)
64HRESULT IPropertyBag.Interface.Read(PCWSTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
1036/// <inheritdoc cref="IPersistPropertyBag.Load(IPropertyBag*, IErrorLog*)"/> 1037internal unsafe void Load(IPropertyBag* propertyBag, IErrorLog* errorLog)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.PropertyBagStream.cs (1)
49HRESULT IPropertyBag.Interface.Read(PCWSTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (2)
380/// <inheritdoc cref="IPersistPropertyBag.Load(IPropertyBag*, IErrorLog*)"/> 381HRESULT IPersistPropertyBag.Interface.Load(IPropertyBag* pPropBag, IErrorLog* pErrorLog)
System.Windows.Forms.Primitives (33)
_generated\127\Windows.Win32.IErrorLog.g.cs (15)
26 :winmdroot.IVTable<IErrorLog,IErrorLog.Vtbl>,IComIID { 43 return ((delegate *unmanaged [Stdcall]<IErrorLog*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IErrorLog*)Unsafe.AsPointer(ref this), riid, ppvObject); 48 return ((delegate *unmanaged [Stdcall]<IErrorLog*,uint>)lpVtbl[1])((IErrorLog*)Unsafe.AsPointer(ref this)); 53 return ((delegate *unmanaged [Stdcall]<IErrorLog*,uint>)lpVtbl[2])((IErrorLog*)Unsafe.AsPointer(ref this)); 72 private static winmdroot.Foundation.HRESULT AddError(IErrorLog* pThis, winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Com.EXCEPINFO* pExcepInfo) 96 ((delegate *unmanaged [Stdcall]<IErrorLog*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.EXCEPINFO* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IErrorLog*)Unsafe.AsPointer(ref this), pszPropName, pExcepInfo).ThrowOnFailure(); 122 internal delegate *unmanaged [Stdcall]<IErrorLog*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 124 internal delegate *unmanaged [Stdcall]<IErrorLog*,uint> AddRef_2; 126 internal delegate *unmanaged [Stdcall]<IErrorLog*,uint> Release_3; 128 internal delegate *unmanaged [Stdcall]<IErrorLog*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.EXCEPINFO* ,winmdroot.Foundation.HRESULT> AddError_4;
_generated\219\Windows.Win32.IPersistPropertyBag.g.cs (5)
122 private static winmdroot.Foundation.HRESULT Load(IPersistPropertyBag* pThis, winmdroot.System.Com.StructuredStorage.IPropertyBag* pPropBag, winmdroot.System.Com.IErrorLog* pErrorLog) 147 public unsafe winmdroot.Foundation.HRESULT Load(winmdroot.System.Com.StructuredStorage.IPropertyBag* pPropBag, winmdroot.System.Com.IErrorLog* pErrorLog) 149 return ((delegate *unmanaged [Stdcall]<IPersistPropertyBag*,winmdroot.System.Com.StructuredStorage.IPropertyBag* ,winmdroot.System.Com.IErrorLog* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IPersistPropertyBag*)Unsafe.AsPointer(ref this), pPropBag, pErrorLog); 219 internal delegate *unmanaged [Stdcall]<IPersistPropertyBag*,winmdroot.System.Com.StructuredStorage.IPropertyBag* ,winmdroot.System.Com.IErrorLog* ,winmdroot.Foundation.HRESULT> Load_6; 256 unsafe winmdroot.Foundation.HRESULT Load(winmdroot.System.Com.StructuredStorage.IPropertyBag* pPropBag, winmdroot.System.Com.IErrorLog* pErrorLog);
_generated\222\Windows.Win32.IPropertyBag.g.cs (7)
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) 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); 179 internal delegate *unmanaged [Stdcall]<IPropertyBag*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.IErrorLog* ,winmdroot.Foundation.HRESULT> Read_4; 208 unsafe winmdroot.Foundation.HRESULT Read(winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar, winmdroot.System.Com.IErrorLog* pErrorLog);
_generated\482\Windows.Win32.System_Com_IErrorLog_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Com.IErrorLog.Interface.AddError(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.EXCEPINFO*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT AddError(this winmdroot.System.Com.IErrorLog.Interface @this, string pszPropName, in winmdroot.System.Com.EXCEPINFO pExcepInfo)
_generated\487\Windows.Win32.System_Com_StructuredStorage_IPropertyBag_Extensions.g.cs (2)
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)
Windows\Win32\System\Com\StructuredStorage\PropertyBagExtensions.cs (2)
10/// <inheritdoc cref="IPropertyBag.Interface.Read(PCWSTR, VARIANT*, IErrorLog*)"/> 11internal static unsafe HRESULT Read(this IPropertyBag.Interface @this, string pszPropName, VARIANT* pVar, IErrorLog* pErrorLog)