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

File System Procedures
HP NonStop TMF Application Programmer’s Guide—522419-005
4-38
TMF_TXHANDLE_FROM_BEGINTAG_
TMF_TXHANDLE_FROM_BEGINTAG_
This procedure returns the transaction handle associated with the specified begin-
transaction-tag.
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.
trans-begin-tag input
INT(32):ref:1
specifies the begin-transaction-tag associated with the transaction whose
transaction handle is to be returned.
#include <cextdecs(TMF_SETTXHANDLE_FROM_BEGINTAG_)>
short TMF_TXHANDLE_FROM_BEGINTAG_
( long trans-begin-tag ,
short _far *tx-handle );
status := TMF_TXHANDLE_FROM_BEGINTAG_ ( trans-begin-tag, ! i
tx-handle ) ! o
CALLABLE, EXTENSIBLE;
0 Successful completion.
22 Bounds error.
29 Missing parameter(s).
78 Invalid transaction identifier or transaction not started on the EXPAND
node.
84 TMF not configured.