IXATransLookup2

 

Applies To: Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server Technical Preview, Windows Vista

The IXATransLookup2 interface can be used by a resource manager to get a pointer to the ITransaction interface corresponding to the XA transaction manager's transaction identifier (XID).

When to Implement

You do not need to implement this interface. It is implemented by the core object of the DTC proxy.

When to Use

Use this interface to obtain an ITransaction pointer for an XA transaction corresponding to a specified XID. The IXATransLookup2 interface has only one method. This interface can be obtained by calling QueryInterface on other DTC interfaces or by calling the DtcGetTransactionManagerEx function.

Methods in Vtable Order

IXATransLookup methods Description
Lookup Gets a pointer to the ITransaction interface corresponding to the specified XID.

Requirements

For an explanation of the requirement values, see Requirements (Component Services).

Platforms: Windows Server 2016, Windows 10, Windows Server 2012 R2, Windows 8.1, Windows Server 2012, Windows 8, Windows Server 2008 R2, Windows 7, Windows Server 2008, Windows Vista

Header: Declared in txdtc.h

See Also

IXATransLookup