IDtcNetworkAccessConfig2
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 IDtcNetworkAccessConfig2 interface contains methods to get and set configuration information about the kinds of 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 kinds of network transactions in which your component can participate.
Methods in Vtable Order
- IUnknown methods
IDtcNetworkAccessConfig2 methods | Description |
---|---|
IDtcNetworkAccessConfig2::GetNetworkInboundAccess | Gets whether to allow a distributed transaction that originates from a remote computer to run on this computer. |
IDtcNetworkAccessConfig2::SetNetworkInboundAccess | Sets whether to allow a distributed transaction that originates from a remote computer to run on this computer. |
IDtcNetworkAccessConfig2::GetNetworkOutboundAccess | Gets whether to allow the local computer to initiate a transaction and run it on a remote computer. |
IDtcNetworkAccessConfig2::SetNetworkOutboundAccess | Sets whether to allow the local computer to initiate a transaction and run it on a remote computer. |
IDtcNetworkAccessConfig2::GetAuthenticationLevel | Gets the authentication level for communication between the local DTC and remote DTCs. |
IDtcNetworkAccessConfig2::SetAuthenticationLevel | Sets the authentication level for communication between the local DTC and remote DTCs. |
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