Mark a distributed transaction as being aborted.
RETCODE abort_xact(connect, commid) DBPROCESS *connect; DBINT commid;
A pointer to the DBPROCESS used to communicate with the commit service.
The commid used to identify the transaction to the commit service.
SUCCEED or FAIL.
This routine informs the commit service that the status of a distributed transaction should be changed from “begin” to “abort.”