11 references to OletxXactStat
System.Transactions.Local (11)
_generated\7\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.cs (7)
11
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, byte*, uint, uint, global::System.Transactions.DtcProxyShim.
OletxXactStat
*, int> Reenlist_4;
125
void global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.Reenlist(byte[] pPrepInfo, uint cbPrepInfom, uint lTimeout, out global::System.Transactions.DtcProxyShim.
OletxXactStat
pXactStat)
128
var __target = ((delegate* unmanaged[MemberFunction]<void*, byte*, uint, uint, global::System.Transactions.DtcProxyShim.
OletxXactStat
*, int> )__vtable[4]);
133
fixed (global::System.Transactions.DtcProxyShim.
OletxXactStat
* __pXactStat_native = &pXactStat)
146
internal 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)
150
ref global::System.Transactions.DtcProxyShim.
OletxXactStat
__pXactStat_native = ref *__pXactStat_native__param;
151
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,