Open System Services Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)
OSS Library Calls (s) SPT_RESUMETRANSACTION(3)
NAME
SPT_RESUMETRANSACTION - Restores a transaction associated with the current process
and current thread
LIBRARY
G-series native OSS processes: /G/system/sysnn/zsptsrl
H-series and J-series OSS processes: /G/system/zdllnnn/zsptdll
SYNOPSIS
#include <spthread.h>
signed16 SPT_RESUMETRANSACTION(
signed32 trans-begin-tag
);
PARAMETERS
Input
trans_begin_tag
This is the value returned for this transaction by the trans-begin-tag parameter of
SPT_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 transaction.
RETURN VALUES
A status word is returned. The value is one of the following:
0 (zero) The SPT_RESUMETRANSACTION( ) operation completed successfully.
Nonzero values
The Guardian file-system error with this error number occurred.
RELATED INFORMATION
Functions: SPT_BEGINTRANSACTION(3).
527187-017 Hewlett-Packard Company 6−93