IComLTxEvents::OnLtxTransactionPromote method (comsvcs.h)

Generated when a transaction is promoted.

The event ID for this event is EID_LTXPROMOTE.

Syntax

HRESULT OnLtxTransactionPromote(
  [in] COMSVCSEVENTINFO *pInfo,
  [in] GUID             guidLtx,
  [in] GUID             txnId
);

Parameters

[in] pInfo

A pointer to a COMSVCSEVENTINFO structure.

[in] guidLtx

A GUID that identifies the original transaction.

[in] txnId

A GUID that identifies the promoted transaction.

Return value

The user verifies the return values from this method.

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

IComLTxEvents