11 references to OletxXactStat
System.Transactions.Local (11)
_generated\7\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.cs (7)
11public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, byte*, uint, uint, global::System.Transactions.DtcProxyShim.OletxXactStat*, int> Reenlist_4; 125void global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.Reenlist(byte[] pPrepInfo, uint cbPrepInfom, uint lTimeout, out global::System.Transactions.DtcProxyShim.OletxXactStat pXactStat) 128var __target = ((delegate* unmanaged[MemberFunction]<void*, byte*, uint, uint, global::System.Transactions.DtcProxyShim.OletxXactStat*, int> )__vtable[4]); 133fixed (global::System.Transactions.DtcProxyShim.OletxXactStat* __pXactStat_native = &pXactStat) 146internal static int ABI_Reenlist(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, byte* __pPrepInfo_native, uint cbPrepInfom, uint lTimeout, global::System.Transactions.DtcProxyShim.OletxXactStat* __pXactStat_native__param) 150ref global::System.Transactions.DtcProxyShim.OletxXactStat __pXactStat_native = ref *__pXactStat_native__param; 151global::System.Transactions.DtcProxyShim.OletxXactStat pXactStat = default;
System\Transactions\DtcProxyShim\DtcInterfaces\IResourceManager.cs (1)
24out OletxXactStat pXactStat);
System\Transactions\DtcProxyShim\ResourceManagerShim.cs (3)
44ResourceManager!.Reenlist(prepareInfo, (uint)prepareInfo.Length, 5, out OletxXactStat xactStatus); 47OletxXactStat.XACTSTAT_ABORTED => OletxTransactionOutcome.Aborted, 48OletxXactStat.XACTSTAT_COMMITTED => OletxTransactionOutcome.Committed,