IXATransLookup

 

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 IXATransLookup interface can be used by a resource manager to get a pointer to the ITransaction interface on the calling thread for an XA transaction.

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. The IXATransLookup 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 on the calling thread.

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

IXATransLookup2