39 references to IErrorLog
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.PropertyBagStream.cs (1)
64
HRESULT IPropertyBag.Interface.Read(PCWSTR pszPropName, VARIANT* pVar,
IErrorLog
* pErrorLog)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
1036
/// <inheritdoc cref="IPersistPropertyBag.Load(IPropertyBag*,
IErrorLog
*)"/>
1037
internal unsafe void Load(IPropertyBag* propertyBag,
IErrorLog
* errorLog)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.PropertyBagStream.cs (1)
49
HRESULT IPropertyBag.Interface.Read(PCWSTR pszPropName, VARIANT* pVar,
IErrorLog
* pErrorLog)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (2)
380
/// <inheritdoc cref="IPersistPropertyBag.Load(IPropertyBag*,
IErrorLog
*)"/>
381
HRESULT IPersistPropertyBag.Interface.Load(IPropertyBag* pPropBag,
IErrorLog
* pErrorLog)
System.Windows.Forms.Primitives (33)
Windows.Win32.IErrorLog.g.cs (15)
25
:IVTable<
IErrorLog
,
IErrorLog
.Vtbl>,IComIID {
41
return ((delegate *unmanaged [Stdcall]<
IErrorLog
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IErrorLog
*)Unsafe.AsPointer(ref this), riid, ppvObject);
46
return ((delegate *unmanaged [Stdcall]<
IErrorLog
*,uint>)lpVtbl[1])((
IErrorLog
*)Unsafe.AsPointer(ref this));
51
return ((delegate *unmanaged [Stdcall]<
IErrorLog
*,uint>)lpVtbl[2])((
IErrorLog
*)Unsafe.AsPointer(ref this));
69
private static winmdroot.Foundation.HRESULT AddError(
IErrorLog
* pThis, winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Com.EXCEPINFO* pExcepInfo)
93
((delegate *unmanaged [Stdcall]<
IErrorLog
*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.EXCEPINFO* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IErrorLog
*)Unsafe.AsPointer(ref this), pszPropName, pExcepInfo).ThrowOnFailure();
117
internal delegate *unmanaged [Stdcall]<
IErrorLog
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
119
internal delegate *unmanaged [Stdcall]<
IErrorLog
*,uint> AddRef_2;
121
internal delegate *unmanaged [Stdcall]<
IErrorLog
*,uint> Release_3;
123
internal delegate *unmanaged [Stdcall]<
IErrorLog
*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.EXCEPINFO* ,winmdroot.Foundation.HRESULT> AddError_4;
Windows.Win32.IPersistPropertyBag.g.cs (5)
119
private static winmdroot.Foundation.HRESULT Load(IPersistPropertyBag* pThis, winmdroot.System.Com.StructuredStorage.IPropertyBag* pPropBag, winmdroot.System.Com.
IErrorLog
* pErrorLog)
144
public unsafe winmdroot.Foundation.HRESULT Load(winmdroot.System.Com.StructuredStorage.IPropertyBag* pPropBag, winmdroot.System.Com.
IErrorLog
* pErrorLog)
146
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);
214
internal delegate *unmanaged [Stdcall]<IPersistPropertyBag*,winmdroot.System.Com.StructuredStorage.IPropertyBag* ,winmdroot.System.Com.
IErrorLog
* ,winmdroot.Foundation.HRESULT> Load_6;
251
unsafe winmdroot.Foundation.HRESULT Load(winmdroot.System.Com.StructuredStorage.IPropertyBag* pPropBag, winmdroot.System.Com.
IErrorLog
* pErrorLog);
Windows.Win32.IPropertyBag.g.cs (7)
54
/// <inheritdoc cref="Read(winmdroot.Foundation.PCWSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.
IErrorLog
*)"/>
55
internal unsafe winmdroot.Foundation.HRESULT Read(string pszPropName, ref winmdroot.System.Variant.VARIANT pVar, winmdroot.System.Com.
IErrorLog
* pErrorLog)
70
private static winmdroot.Foundation.HRESULT Read(IPropertyBag* pThis, winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar, winmdroot.System.Com.
IErrorLog
* pErrorLog)
96
public unsafe winmdroot.Foundation.HRESULT Read(winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar, winmdroot.System.Com.
IErrorLog
* pErrorLog)
98
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);
173
internal delegate *unmanaged [Stdcall]<IPropertyBag*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.
IErrorLog
* ,winmdroot.Foundation.HRESULT> Read_4;
202
unsafe winmdroot.Foundation.HRESULT Read(winmdroot.Foundation.PCWSTR pszPropName, winmdroot.System.Variant.VARIANT* pVar, winmdroot.System.Com.
IErrorLog
* pErrorLog);
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)
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
*)"/>
11
internal static unsafe HRESULT Read(this IPropertyBag.Interface @this, string pszPropName, VARIANT* pVar,
IErrorLog
* pErrorLog)