DCE Application Programming Guide

NonStop DCE Jacket Functions
HP NonStop DCE Application Programming Guide429551-003
C-19
TMF Transaction Demarcation
Figure C-9. DCE_ABORTTRANSACTION(3) Reference Page
NAME
DCE_ABORTTRANSACTION - Aborts and backs out a transaction associated with
the current process and the current thread
SYNOPSIS
#include <dce/pthread.h>
signed16 DCE_ABORTTRANSACTION(
void
);
DESCRIPTION
This function aborts and backs out a transaction associated with the current process and
the current thread.
RETURN VALUES
A status word is returned. The value is one of the following:
0 (FEOK) The DCE_ABORTTRANSACTION() operation finished
successfully.
Nonzero values The Guardian file-system error with this error number occurred.
RELATED INFORMATION
Functions: DCE_ENDTRANSACTION(3).