IDtcLuRecoveryInitiatedByDtcTransWork::HandleTheirXlnResponse
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 HandleTheirXlnResponse method processes the remote response for a log name exchange (XLN).
Syntax
HRESULT HandleTheirXlnResponse (
[in] DTCLUXLN
Xln ,
[in] unsigned char *
pRemoteLogName ,
[in] DWORD
cbRemoteLogName ,
[in] DWORD
dwProtocol ,
[out] DTCLUXLNCONFIRMATION *
pConfirmation
);
Parameters
Xln
[in] A DTCLUXLN struct that describes the XLN.
pRemoteLogName
[in] The remote log name.
cbRemoteLogName
[in] The size (in bytes) of the remote log name.
dwProtocol
[in] The protocol to be used for the XLN.
pConfirmation
[out] A pointer to a DTCLUXLNCONFIRMATION struct that describes the XLN confirmation.
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