3.8.4.1 ITransaction Interface

msdn link

The ITransaction interface provides methods that complete transaction processing. The version number for this interface is 1.0. This interface does not receive remote calls.

The following opnum table begins at opnum 3. Opnums 0 through 2 are inherited from the IUnknown interface, as specified in [MS-DCOM] section 3.1.1.5.8.

Methods in RPC Opnum Order

Method

Description

Commit

Commits the transaction.

Opnum: 3

Abort

Aborts the transaction.

Opnum: 4

GetTransactionInfo

Retrieves information about the transaction.

Opnum: 5