ITransactionExportFactory
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
This interface is used to create a new export object. The export object represents the connection between a process that exports transactions and a process that imports transactions. The export object is used when propagating transactions between the systems.
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 create a new export object when propagating transactions between systems.
Methods in Vtable Order
- IUnknown methods
ITransactionExportFactory methods | Description |
---|---|
GetRemoteClassId | Returns the class identifier of the local transaction manager. |
Create | Creates an export object. |
Remarks
You obtain a pointer to this interface by calling the DtcGetTransactionManager function with a riid of IID_ITransactionExportFactory when initially connecting to DTC or by calling QueryInterface on any interface on the DTC proxy core object with a riid of IID_ITransactionExportFactory.
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 txcoord.h