Open System Services System Calls Reference Manual (G06.25+, H06.03+)

SPT_TMF_GetTxHandle(2) OSS System Calls Reference Manual
NAME
SPT_TMF_GetTxHandle - Gets the current TMF transaction handle
LIBRARY
G-series native OSS processes: /G/system/sysnn/zsptsrl
H-series OSS processes: /G/system/zdllnnn/zsptdll
SYNOPSIS
#include <spthread.h>
short SPT_TMF_GetTxHandle(
SPT_TMF_TxHandle_t *tx_handle );
PARAMETERS
tx_handle Receives the current active TMF transaction handle.
DESCRIPTION
This function retrieves the current active transaction handle of the thread.
RETURN VALUES
This function returns an integer value indicating the result of the call. Possible return values are:
0 (zero) Successful completion of the call. The current active transaction
handle is returned in tx_handle.
22 A bounds error occurred.
29 There are missing parameters.
75 There is no current transaction.
RELATED INFORMATION
Functions: SPT_TMF_SetTxHandle(2), SPT_TMF_Init(2).
STANDARDS CONFORMANCE
This function is an extension to the UNIX98 specication. Interfaces documented on this refer-
ence page conform to the following industry standards:
IEEE Std 1003.1c-1995, POSIX System Application Program Interface
The use of the header le spthread.h is an HP exception to the POSIX standard.
7146 Hewlett-Packard Company 527186-003