Condividi tramite


DTCINITIATEDRECOVERYWORK

 

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 DTCINITIATEDRECOVERYWORK enumeration values describe requests for LU recovery work on behalf of the Microsoft Distributed Transaction Coordinator (MSDTC).

Syntax

typedef enum _DtcLu_LocalRecovery_Work {

`` DTCINITIATEDRECOVERYWORK_CHECKLUSTATUS  = 1,

`` DTCINITIATEDRECOVERYWORK_TRANS  = 2,

`` DTCINITIATEDRECOVERYWORK_TMDOWN  = 3

} DTCINITIATEDRECOVERYWORK;

Elements

DTCINITIATEDRECOVERYWORK_CHECKLUSTATUS
The MSDTC wants to check the status of an LU pair.

DTCINITIATEDRECOVERYWORK_TRANS
The MSDTC has a transaction to recover, or it wants to do a Log Name Exchange (XLN) to synchronize with the LU.

DTCINITIATEDRECOVERYWORK_TMDOWN
The MSDTC is down.

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