Inheritance diagram for ITransactional:

Public Member Functions | |
| HRESULT | TransactionAbort () |
| Aborts (rolls-back) the transaction. Does nothing if transaction is not in progress. | |
| HRESULT | TransactionCommit () |
| Commits the transaction. Does nothing if transaction is not in progress. | |
| HRESULT | TransactionStart () |
| Starts the transaction. Does nothing if transaction is already in progress. | |
Properties | |
| VARIANT_BOOL | TransactionInProgress [get] |
Returns VARIANT_TRUE if transaction is in progress. | |
1.5.1-p1