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