The IXATransLookup interface has only one method. This interface can be obtained by calling QueryInterface on other MS DTC interfaces, or by calling the function DtcGetTransactionManager.
interface IXATransLookup : IUnknown
{
HRESULT Lookup(
[out] ITransaction ** ppTransaction);
};