1 interface inheriting from ISQLErrorInfo
System.Data.OleDb (1)
_generated\0\System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo.cs (1)
20file unsafe interface InterfaceImplementation : global::System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo
12 references to ISQLErrorInfo
System.Data.OleDb (12)
_generated\0\System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo.cs (4)
37int global::System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo.GetSQLInfo(out string pbstrSQLState) 39var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo)); 76global::System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo @this = default; 85@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo>(__this_native);
_generated\2\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (5)
125global::System.Data.OleDb.OleDbHResult global::System.Data.Common.UnsafeNativeMethods.IErrorRecords.GetCustomErrorObject(int ulRecordNum, in global::System.Guid riid, out global::System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo ppObject) 146ppObject = global::System.Runtime.InteropServices.Marshalling.UniqueComInterfaceMarshaller<global::System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo>.ConvertToManaged(__ppObject_native); 153global::System.Runtime.InteropServices.Marshalling.UniqueComInterfaceMarshaller<global::System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo>.Free(__ppObject_native); 168global::System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo ppObject = default; 177__ppObject_native = (void*)global::System.Runtime.InteropServices.Marshalling.UniqueComInterfaceMarshaller<global::System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo>.ConvertToUnmanaged(ppObject);
OleDbError.cs (1)
63UnsafeNativeMethods.ISQLErrorInfo sqlErrorInfo;
UnsafeNativeMethods.cs (2)
562[MarshalUsing(typeof(UniqueComInterfaceMarshaller<ISQLErrorInfo>))] 563out ISQLErrorInfo ppObject);