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

File System Procedures
HP NonStop TMF Application Programmer’s Guide—522419-005
4-26
TMF_GETTXHANDLE_
TMF_GETTXHANDLE_
This procedure returns the transaction handle of the current transaction.
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 output
INT .EXT:ref:10
specifies the transaction handle of the current transaction of the calling process.
The size of the returned handle is 20 bytes.
#include <cextdecs(TMF_GETTXHANDLE_)>
short TMF_GETTXHANDLE_ ( short _far *tx-handle );
status := TMF_GETTXHANDLE_ ( tx-handle ) ! o
CALLABLE;
0 Successful completion.
22 Bounds error.
29 Missing parameter(s).
75 No current transaction.