IDtcNetworkAccessConfig3

 

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 IDtcNetworkAccessConfig3 interface contains methods to get and set configuration information about the LU network transactions in which a DTC proxy can participate.

When to Implement

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

When to Use

Use this interface to get or set configuration information about the LU network transactions in which your component can participate.

Methods

IDtcNetworkAccessConfig3 methods Description
IDtcNetworkAccessConfig3::GetLUAccess Determines whether the object can participate in LU network transactions.
IDtcNetworkAccessConfig3::SetLUAccess Sets the object’s ability to participate in LU network transactions.

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

Header: Declared in TxCoord.h

See Also

Distributed Transaction Coordinator