1 interface inheriting from ISQLErrorInfo
System.Data.OleDb (1)
Generated\361d1da7f942c932\System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo.cs (1)
29
file unsafe interface InterfaceImplementation : global::System.Data.Common.UnsafeNativeMethods.
ISQLErrorInfo
12 references to ISQLErrorInfo
System.Data.OleDb (12)
Generated\361d1da7f942c932\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (5)
149
global::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)
172
ppObject = global::System.Runtime.InteropServices.Marshalling.UniqueComInterfaceMarshaller<global::System.Data.Common.UnsafeNativeMethods.
ISQLErrorInfo
>.ConvertToManaged(__ppObject_native);
179
global::System.Runtime.InteropServices.Marshalling.UniqueComInterfaceMarshaller<global::System.Data.Common.UnsafeNativeMethods.
ISQLErrorInfo
>.Free(__ppObject_native);
197
global::System.Data.Common.UnsafeNativeMethods.
ISQLErrorInfo
ppObject = default;
206
__ppObject_native = (void*)global::System.Runtime.InteropServices.Marshalling.UniqueComInterfaceMarshaller<global::System.Data.Common.UnsafeNativeMethods.
ISQLErrorInfo
>.ConvertToUnmanaged(ppObject);
Generated\361d1da7f942c932\System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo.cs (4)
49
int global::System.Data.Common.UnsafeNativeMethods.
ISQLErrorInfo
.GetSQLInfo(out string pbstrSQLState)
53
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.
ISQLErrorInfo
));
94
global::System.Data.Common.UnsafeNativeMethods.
ISQLErrorInfo
@this = default;
104
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Data.Common.UnsafeNativeMethods.
ISQLErrorInfo
>(__this_native);
OleDbError.cs (1)
75
UnsafeNativeMethods.
ISQLErrorInfo
sqlErrorInfo;
UnsafeNativeMethods.cs (2)
562
[MarshalUsing(typeof(UniqueComInterfaceMarshaller<
ISQLErrorInfo
>))]
563
out
ISQLErrorInfo
ppObject);