IComLTxEvents::OnLtxTransactionCommit method (comsvcs.h)

Generated when a transaction is committed.

The event ID for this event is EID_LTXCOMMIT.

Syntax

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

Parameters

[in] pInfo

A pointer to a COMSVCSEVENTINFO structure.

[in] guidLtx

A GUID that identifies the 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