IDtcLuRecoveryInitiatedByDtcTransWork::CheckForCompareStates

 

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 CheckForCompareStates method checks to see whether the Microsoft Distributed Transaction Coordinator (MSDTC) wants to compare states. This method must be called after the log name exchange (XLN) protocol has been completed.

Syntax

HRESULT CheckForCompareStates (

[out] BOOL *  fCompareStates

);

Parameters

fCompareStates
[out] A pointer to a Boolean value that is true if the MSDTC wants to compare states; otherwise, false.

Return Values

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY and E_UNEXPECTED, as well as the following:

S_OK
Method completed successfully.

XACT_E_CONNECTION_DOWN
The connection 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