Condividi tramite


ITransactionOutcomeEvents::Indoubt

 

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

This event is raised when the outcome of the transaction is in-doubt. The outcome of the transaction can be in-doubt if the connection between the MSDTC proxy and the MSDTC TM was broken after the proxy asked the transaction manager to commit or abort a transaction but before the transaction manager's response to the commit or abort was received by the proxy. Note: Receiving this method call is not the same as the state of the transaction being in-doubt.

Syntax

  
HRESULT Indoubt(void);  
  

Return Values

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

S_OK
Success.

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 transact.h

See Also

ITransaction