Share via


DTCLUXLNRESPONSE

 

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 DTCLUXLNRESPONSE enumeration defines values used to express the result of a Log Name Exchange (XLN) between an LU and the Microsoft Distributed Transaction Coordinator (MSDTC).

Syntax

typedef enum _DtcLu_Xln_Response {

`` DTCLUXLNRESPONSE_OK_SENDOURXLNBACK  = 1,

`` DTCLUXLNRESPONSE_OK_SENDCONFIRMATION  = 2,

`` DTCLUXLNRESPONSE_LOGNAMEMISMATCH  = 3,

`` DTCLUXLNRESPONSE_COLDWARMMISMATCH  = 4

} DTCLUXLNRESPONSE;

Elements

DTCLUXLNRESPONSE_OK_SENDOURXLNBACK
Client XLN is OK. Send the XLN to the client.

DTCLUXLNRESPONSE_OK_SENDCONFIRMATION
Client XLN is OK.

DTCLUXLNRESPONSE_LOGNAMEMISMATCH
A log name mismatch exists with the supplied XLN.

DTCLUXLNRESPONSE_COLDWARMMISMATCH
A mismatch exists between the COLD and WARM settings locally and for that supplied in the XLN.

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