TMF Application Programmer's Guide (G06.26+)
File System Procedures
HP NonStop TMF Application Programmer’s Guide—522419-005
4-14
GETTRANSID
GETTRANSID
This procedure returns the transaction identifier of the calling process’ 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.
#include <cextdecs(GETTRANSID)>
short GETTRANSID ( short _near *transid );
status := GETTRANSID ( transid ); ! o
0 Successful completion.
29 Missing parameter(s).
75 Current transaction in nil state.
78 Invalid or obsolete transaction identifier.
82 TMF not running.
84 TMF not configured.