IServiceSysTxnConfig::ConfigureBYOTSysTxn method (comsvcs.h)

Enables you to run the enclosed code in the scope of an existing transaction that you specify with a transaction proxy.

Syntax

HRESULT ConfigureBYOTSysTxn(
  [in] ITransactionProxy *pTxProxy
);

Parameters

[in] pTxProxy

The ITransactionProxy interface of the existing transaction in which you will run the enclosed code.

Return value

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_FAIL, and S_OK.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 with SP1 [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

IServiceSysTxnConfig