DTCLUXLNERROR

 

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 DTCLUXLNERROR enumeration defines values used to indicate a specific error encountered while processing a log name exchange (XLN) between an LU and the Microsoft Distributed Transaction Coordinator (MSDTC).

Syntax

typedef enum _DtcLu_Xln_Error {

`` DTCLUXLNERROR_PROTOCOL  = 1,

`` DTCLUXLNERROR_LOGNAMEMISMATCH  = 2,

`` DTCLUXLNERROR_COLDWARMMISMATCH  = 3

} DTCLUXLNERROR;

Elements

DTCLUXLNERROR_PROTOCOL
This value indicates a protocol error.

DTCLUXLNERROR_LOGNAMEMISMATCH
This value indicates that the log name that the LU sent the MSDTC does not agree with the MSDTC's log name. This is an error condition.

DTCLUXLNERROR_COLDWARMMISMATCH
This value indicates that according to the LU, no transactions are in need of recovery through state comparison, but according to the MSDTC, there are still transactions to recover. This is an error condition.

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