Open System Services Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)
SPT_BEGINTRANSACTION(3) OSS Library Calls Reference Manual
NAME
SPT_BEGINTRANSACTION - Starts a new 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_BEGINTRANSACTION(
signed32 *trans-begin-tag
);
PARAMETERS
Output
trans_begin_tag
Returns a value that identifies the new transaction among other transaction
identifiers that the calling process has begun
DESCRIPTION
This function begins a new 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 (zero) The SPT_BEGINTRANSACTION( ) operation completed successfully.
Nonzero values
The Guardian file-system error with this error number occurred.
RELATED INFORMATION
Functions: SPT_ENDTRANSACTION(3).
6−90 Hewlett-Packard Company 527187-017