DCE Application Programming Guide
NonStop DCE Jacket Functions
HP NonStop DCE Application Programming Guide—429551-003
C-20
TMF Transaction Demarcation
Figure C-10. DCE_RESUMETRANSACTION(3) Reference Page
NAME
DCE_RESUMETRANSACTION - Restores a transaction associated with the current
process and the current thread
SYNOPSIS
#include <dce/pthread.h>
signed16 DCE_RESUMETRANSACTION(
signed32 trans-begin-tag
);
PARAMETERS
Input
trans-begin-tag
is the value returned for this transaction by the trans-begin-tag parameter
of DCE_BEGINTRANSACTION(). A value of 0 (zero) indicates that
there is no current transaction.
DESCRIPTION
This function restores a transaction associated with the current process and the
current thread. It can also be used to suspend the current thread’s association with a trans-
action.
RETURN VALUES
A status word is returned. The value is one of the following:
0 (FEOK) The DCE_RESUMETRANSACTION() operation finished
successfully.
Nonzero values The Guardian file-system error with this error number occurred.
RELATED INFORMATION
Functions: DCE_BEGINTRANSACTION(3).