DTCLUXLN

 

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 DTCLUXLN enumeration defines values used to express either the view of the LU or the Microsoft Distributed Transaction Coordinator (MSDTC) as to the state of a Log Name Exchange (XLN) between them.

Syntax

typedef enum _DtcLu_Xln {

`` DTCLUXLN_COLD  = 1,

`` DTCLUXLN_WARM  = 2

} DTCLUXLN;

Elements

DTCLUXLN_COLD
The XLN is cold. This indicates there are no transactions in need of recovery through state comparison.

DTCLUXLN_WARM
The XLN is warm. This indicates there are transactions in need of recovery through state comparison.

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