43 references to IErrorInfo
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
878
using ComScope<
IErrorInfo
> errorInfo = new(null);
System.Windows.Forms.Primitives (42)
_generated\126\Windows.Win32.IErrorInfo.g.cs (31)
26
:winmdroot.IVTable<
IErrorInfo
,
IErrorInfo
.Vtbl>,IComIID {
43
return ((delegate *unmanaged [Stdcall]<
IErrorInfo
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IErrorInfo
*)Unsafe.AsPointer(ref this), riid, ppvObject);
48
return ((delegate *unmanaged [Stdcall]<
IErrorInfo
*,uint>)lpVtbl[1])((
IErrorInfo
*)Unsafe.AsPointer(ref this));
53
return ((delegate *unmanaged [Stdcall]<
IErrorInfo
*,uint>)lpVtbl[2])((
IErrorInfo
*)Unsafe.AsPointer(ref this));
69
private static winmdroot.Foundation.HRESULT GetGUID(
IErrorInfo
* pThis, global::System.Guid* pGUID)
96
((delegate *unmanaged [Stdcall]<
IErrorInfo
*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IErrorInfo
*)Unsafe.AsPointer(ref this), pGUID).ThrowOnFailure();
112
private static winmdroot.Foundation.HRESULT GetSource(
IErrorInfo
* pThis, winmdroot.Foundation.BSTR* pBstrSource)
135
((delegate *unmanaged [Stdcall]<
IErrorInfo
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IErrorInfo
*)Unsafe.AsPointer(ref this), pBstrSource).ThrowOnFailure();
152
private static winmdroot.Foundation.HRESULT GetDescription(
IErrorInfo
* pThis, winmdroot.Foundation.BSTR* pBstrDescription)
175
return ((delegate *unmanaged [Stdcall]<
IErrorInfo
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IErrorInfo
*)Unsafe.AsPointer(ref this), pBstrDescription);
191
private static winmdroot.Foundation.HRESULT GetHelpFile(
IErrorInfo
* pThis, winmdroot.Foundation.BSTR* pBstrHelpFile)
214
((delegate *unmanaged [Stdcall]<
IErrorInfo
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IErrorInfo
*)Unsafe.AsPointer(ref this), pBstrHelpFile).ThrowOnFailure();
230
private static winmdroot.Foundation.HRESULT GetHelpContext(
IErrorInfo
* pThis, uint* pdwHelpContext)
253
((delegate *unmanaged [Stdcall]<
IErrorInfo
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IErrorInfo
*)Unsafe.AsPointer(ref this), pdwHelpContext).ThrowOnFailure();
279
internal delegate *unmanaged [Stdcall]<
IErrorInfo
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
281
internal delegate *unmanaged [Stdcall]<
IErrorInfo
*,uint> AddRef_2;
283
internal delegate *unmanaged [Stdcall]<
IErrorInfo
*,uint> Release_3;
285
internal delegate *unmanaged [Stdcall]<
IErrorInfo
*,global::System.Guid* ,winmdroot.Foundation.HRESULT> GetGUID_4;
287
internal delegate *unmanaged [Stdcall]<
IErrorInfo
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetSource_5;
289
internal delegate *unmanaged [Stdcall]<
IErrorInfo
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetDescription_6;
291
internal delegate *unmanaged [Stdcall]<
IErrorInfo
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetHelpFile_7;
293
internal delegate *unmanaged [Stdcall]<
IErrorInfo
*,uint* ,winmdroot.Foundation.HRESULT> GetHelpContext_8;
_generated\420\Windows.Win32.PInvoke.OLEAUT32.dll.g.cs (1)
38
internal static extern unsafe winmdroot.Foundation.HRESULT GetErrorInfo(uint dwReserved, winmdroot.System.Com.
IErrorInfo
** pperrinfo);
_generated\481\Windows.Win32.System_Com_IErrorInfo_Extensions.g.cs (10)
23
/// <inheritdoc cref="winmdroot.System.Com.
IErrorInfo
.Interface.GetGUID(global::System.Guid*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetGUID(this winmdroot.System.Com.
IErrorInfo
.Interface @this, out global::System.Guid pGUID)
33
/// <inheritdoc cref="winmdroot.System.Com.
IErrorInfo
.Interface.GetSource(winmdroot.Foundation.BSTR*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT GetSource(this winmdroot.System.Com.
IErrorInfo
.Interface @this, out winmdroot.Foundation.BSTR pBstrSource)
43
/// <inheritdoc cref="winmdroot.System.Com.
IErrorInfo
.Interface.GetDescription(winmdroot.Foundation.BSTR*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT GetDescription(this winmdroot.System.Com.
IErrorInfo
.Interface @this, out winmdroot.Foundation.BSTR pBstrDescription)
53
/// <inheritdoc cref="winmdroot.System.Com.
IErrorInfo
.Interface.GetHelpFile(winmdroot.Foundation.BSTR*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT GetHelpFile(this winmdroot.System.Com.
IErrorInfo
.Interface @this, out winmdroot.Foundation.BSTR pBstrHelpFile)
63
/// <inheritdoc cref="winmdroot.System.Com.
IErrorInfo
.Interface.GetHelpContext(uint*)"/>
64
internal static unsafe winmdroot.Foundation.HRESULT GetHelpContext(this winmdroot.System.Com.
IErrorInfo
.Interface @this, out uint pdwHelpContext)