1 interface inheriting from ISQLErrorInfo
System.Data.OleDb (1)
_generated\0\System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo.cs (1)
20
file 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)
37
int global::System.Data.Common.UnsafeNativeMethods.
ISQLErrorInfo
.GetSQLInfo(out string pbstrSQLState)
39
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Data.Common.UnsafeNativeMethods.
ISQLErrorInfo
));
76
global::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)
125
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)
146
ppObject = global::System.Runtime.InteropServices.Marshalling.UniqueComInterfaceMarshaller<global::System.Data.Common.UnsafeNativeMethods.
ISQLErrorInfo
>.ConvertToManaged(__ppObject_native);
153
global::System.Runtime.InteropServices.Marshalling.UniqueComInterfaceMarshaller<global::System.Data.Common.UnsafeNativeMethods.
ISQLErrorInfo
>.Free(__ppObject_native);
168
global::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)
63
UnsafeNativeMethods.
ISQLErrorInfo
sqlErrorInfo;
UnsafeNativeMethods.cs (2)
562
[MarshalUsing(typeof(UniqueComInterfaceMarshaller<
ISQLErrorInfo
>))]
563
out
ISQLErrorInfo
ppObject);