Open System Services System Calls Reference Manual (G06.29+, H06.08+, J06.03+)

SPT_TMF_SetAndValidateTxHandle(2) OSS System Calls Reference Manual
NAME
SPT_TMF_SetAndValidateTxHandle - Sets the current TMF transaction handle to be associ-
ated with the 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>
short SPT_TMF_SetAndValidateTxHandle(
SPT_TMF_TxHandle_t *tx_handle);
PARAMETERS
tx_handle Specifies the transaction handle of the current TMF transaction.
DESCRIPTION
This function sets the specified transaction handle as the current active transaction for the thread.
In addition, it validates the transaction. If the transaction is not valid, the transaction is aborted.
RETURN VALUES
This function returns an integer value indicating the result of the call. Possible return values are:
0 (zero) The SPT_TMF_SetAndValidateTxHandle() operation completed successfully;
the transaction handle was successfully set and validated.
Nonzero values
The Guardian file-system error with this error number occurred.
7430 Hewlett-Packard Company 527186-023