12 references to OletxXactRm
System.Transactions.Local (12)
_generated\24\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync.cs (8)
10
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, int, global::System.Transactions.DtcProxyShim.
OletxXactRm
, int, int, int> PrepareRequest_3;
11
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::System.Transactions.DtcProxyShim.
OletxXactRm
, nint, int> CommitRequest_4;
42
void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync.PrepareRequest(bool fRetaining, global::System.Transactions.DtcProxyShim.
OletxXactRm
grfRM, bool fWantMoniker, bool fSinglePhase)
45
var __target = ((delegate* unmanaged[MemberFunction]<void*, int, global::System.Transactions.DtcProxyShim.
OletxXactRm
, int, int, int> )__vtable[3]);
66
internal static int ABI_PrepareRequest(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, int __fRetaining_native, global::System.Transactions.DtcProxyShim.
OletxXactRm
grfRM, int __fWantMoniker_native, int __fSinglePhase_native)
93
void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync.CommitRequest(global::System.Transactions.DtcProxyShim.
OletxXactRm
grfRM, nint pNewUOW)
96
var __target = ((delegate* unmanaged[MemberFunction]<void*, global::System.Transactions.DtcProxyShim.
OletxXactRm
, nint, int> )__vtable[4]);
110
internal static int ABI_CommitRequest(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::System.Transactions.DtcProxyShim.
OletxXactRm
grfRM, nint pNewUOW)
System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionResourceAsync.cs (2)
15
OletxXactRm
grfRM,
19
void CommitRequest(
OletxXactRm
grfRM, IntPtr pNewUOW);
System\Transactions\DtcProxyShim\EnlistmentNotifyShim.cs (2)
36
public void PrepareRequest(bool fRetaining,
OletxXactRm
grfRM, bool fWantMoniker, bool fSinglePhase)
56
public void CommitRequest(
OletxXactRm
grfRM, IntPtr pNewUOW)