IDtcNetworkAccessConfig

 

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 IDtcNetworkAccessConfig 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

IDtcNetworkAccessConfig methods Description
GetAnyNetworkAccess Determines whether the object has network access.
SetAnyNetworkAccess Sets the object's network access ability.
GetNetworkAdministrationAccess Determines whether the object has network administration privileges.
SetNetworkAdministrationAccess Sets the object's network administration privileges.
GetNetworkTransactionAccess Determines whether the object can participate in network transactions.
SetNetworkTransactionAccess Sets the object's ability to participate in network transactions.
GetNetworkClientAccess Determines whether the object can participate in DTC network transactions.
SetNetworkClientAccess Sets the object's ability to participate in DTC network transactions.
GetNetworkTIPAccess Determines whether the object can participate in TIP network transactions.
SetNetworkTIPAccess Sets the object's ability to participate in TIP network transactions.
GetXAAccess Determines whether the object can participate in XA network transactions.
SetXAAccess Sets the object's ability to participate in XA network transactions.
RestartDtcService Recycles the component processes of the DTC service.

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

See Also

Distributed Transaction Coordinator