37 references to IErrorInfo
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
878using ComScope<IErrorInfo> errorInfo = new(null);
System.Windows.Forms.Primitives (36)
Windows.Win32.IErrorInfo.g.cs (31)
25 :IVTable<IErrorInfo,IErrorInfo.Vtbl>,IComIID { 41 return ((delegate *unmanaged [Stdcall]<IErrorInfo*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IErrorInfo*)Unsafe.AsPointer(ref this), riid, ppvObject); 46 return ((delegate *unmanaged [Stdcall]<IErrorInfo*,uint>)lpVtbl[1])((IErrorInfo*)Unsafe.AsPointer(ref this)); 51 return ((delegate *unmanaged [Stdcall]<IErrorInfo*,uint>)lpVtbl[2])((IErrorInfo*)Unsafe.AsPointer(ref this)); 66 private static winmdroot.Foundation.HRESULT GetGUID(IErrorInfo* pThis, global::System.Guid* pGUID) 93 ((delegate *unmanaged [Stdcall]<IErrorInfo*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IErrorInfo*)Unsafe.AsPointer(ref this), pGUID).ThrowOnFailure(); 99 private static winmdroot.Foundation.HRESULT GetSource(IErrorInfo* pThis, winmdroot.Foundation.BSTR* pBstrSource) 122 ((delegate *unmanaged [Stdcall]<IErrorInfo*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IErrorInfo*)Unsafe.AsPointer(ref this), pBstrSource).ThrowOnFailure(); 128 private static winmdroot.Foundation.HRESULT GetDescription(IErrorInfo* pThis, winmdroot.Foundation.BSTR* pBstrDescription) 151 return ((delegate *unmanaged [Stdcall]<IErrorInfo*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IErrorInfo*)Unsafe.AsPointer(ref this), pBstrDescription); 157 private static winmdroot.Foundation.HRESULT GetHelpFile(IErrorInfo* pThis, winmdroot.Foundation.BSTR* pBstrHelpFile) 180 ((delegate *unmanaged [Stdcall]<IErrorInfo*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IErrorInfo*)Unsafe.AsPointer(ref this), pBstrHelpFile).ThrowOnFailure(); 195 private static winmdroot.Foundation.HRESULT GetHelpContext(IErrorInfo* pThis, uint* pdwHelpContext) 218 ((delegate *unmanaged [Stdcall]<IErrorInfo*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IErrorInfo*)Unsafe.AsPointer(ref this), pdwHelpContext).ThrowOnFailure(); 242 internal delegate *unmanaged [Stdcall]<IErrorInfo*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 244 internal delegate *unmanaged [Stdcall]<IErrorInfo*,uint> AddRef_2; 246 internal delegate *unmanaged [Stdcall]<IErrorInfo*,uint> Release_3; 248 internal delegate *unmanaged [Stdcall]<IErrorInfo*,global::System.Guid* ,winmdroot.Foundation.HRESULT> GetGUID_4; 250 internal delegate *unmanaged [Stdcall]<IErrorInfo*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetSource_5; 252 internal delegate *unmanaged [Stdcall]<IErrorInfo*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetDescription_6; 254 internal delegate *unmanaged [Stdcall]<IErrorInfo*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> GetHelpFile_7; 256 internal delegate *unmanaged [Stdcall]<IErrorInfo*,uint* ,winmdroot.Foundation.HRESULT> GetHelpContext_8;
Windows.Win32.PInvoke.OLEAUT32.dll.g.cs (1)
38 internal static extern unsafe winmdroot.Foundation.HRESULT GetErrorInfo(uint dwReserved, winmdroot.System.Com.IErrorInfo** pperrinfo);
Windows.Win32.System_Com_IErrorInfo_Extensions.g.cs (4)
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.GetHelpContext(uint*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetHelpContext(this winmdroot.System.Com.IErrorInfo.Interface @this, out uint pdwHelpContext)