ITransactionTransmitter

 

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 ITransactionTransmitter interface is used to marshal transaction tokens.

When to Implement

This interface is implemented by the DTC infrastructure.

When to Use

Use this interface to marshal transaction tokens.

Methods in Vtable Order

ITransactionTransmitter methods Description
Set Initialize the transaction transmitter.
GetPropagationTokenSize Obtains the size of the propagation token.
MarshalPropagationToken Marshals a propagation token.
UnmarshalReturnToken Unmarshals a return token.
Reset Resets the transaction transmitter.

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

ITransactionReceiver