11 references to OletxXactStat
System.Transactions.Local (11)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.cs (7)
11
public unsafe delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, byte*, uint, uint, global::System.Transactions.DtcProxyShim.
OletxXactStat
*, int> Reenlist_4;
140
void global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.Reenlist(byte[] pPrepInfo, uint cbPrepInfom, uint lTimeout, out global::System.Transactions.DtcProxyShim.
OletxXactStat
pXactStat)
145
var __target = ((delegate* unmanaged[MemberFunction]<void*, byte*, uint, uint, global::System.Transactions.DtcProxyShim.
OletxXactStat
*, int>)__vtable[4]);
150
fixed (global::System.Transactions.DtcProxyShim.
OletxXactStat
* __pXactStat_native = &pXactStat)
164
internal static unsafe 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)
170
ref global::System.Transactions.DtcProxyShim.
OletxXactStat
__pXactStat_native = ref *__pXactStat_native__param;
171
global::System.Transactions.DtcProxyShim.
OletxXactStat
pXactStat = default;
System\Transactions\DtcProxyShim\DtcInterfaces\IResourceManager.cs (1)
24
out
OletxXactStat
pXactStat);
System\Transactions\DtcProxyShim\ResourceManagerShim.cs (3)
44
ResourceManager!.Reenlist(prepareInfo, (uint)prepareInfo.Length, 5, out
OletxXactStat
xactStatus);
47
OletxXactStat
.XACTSTAT_ABORTED => OletxTransactionOutcome.Aborted,
48
OletxXactStat
.XACTSTAT_COMMITTED => OletxTransactionOutcome.Committed,