TMF Application Programmer's Guide (G06.24+)

File System Procedures
HP NonStop TMF Application Programmer’s Guide—522419-004
4-33
TMF_SETTXHANDLE_
TMF_SETTXHANDLE_
This procedure sets the current transaction to the one associated with the specified
transaction handle.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
status returned value
INT
is a file system error number:
For a list of all possible file system error numbers, refer to the Operator Messages
Manual.
tx-handle input
INT .EXT:ref:10
specifies the transaction handle of the transaction that is to become the current
transaction.
#include <cextdecs(TMF_SETTXHANDLE_)>
short TMF_SETTXHANDLE_ ( short _far *tx-handle );
status := TMF_SETTXHANDLE_ ( tx-handle ) !i
CALLABLE;
0 Successful completion.
22 Bounds error.
29 Missing parameter(s).
75 No current transaction.
78 Invalid transaction identifier or transaction not started on this EXPAND
node.
715 Invalid transaction handle.