TMF Application Programmer's Guide (H06.06+, J06.03+)

File System Procedures
HP NonStop TMF Application Programmers Guide540139-009
4-23
GETTRANSACTIONDETAILS
TypeFlags output
FIXED .EXT:REF:1
or
FIXED .EXT64:REF:1
This is an optional parameter.
If this attribute is passed, one of the following is returned:
The type flags of the transaction of the corresponding TransID, TXID,
or TxHandle that is passed when InputID is set to 1, 2, or 3.
The type flags of the current transaction when the InputID is set to 0.
Phandle output
INT .EXT:REF:10
or
INT .EXT64:REF:10
This is an optional parameter.
If this attribute is passed, one of the following is returned:
The process handle of the transaction beginner process of the
corresponding TransID, TXID, or TxHandle that is passed when
InputID is set to 1, 2, or 3.
The process handle of the current transaction when the InputID is
set to 0.
BeginTag output
INT(32) .EXT:REF:1
or
INT(32) .EXT64:REF:1
This is an optional parameter.
If this attribute is passed, one of the following is returned:
The beginner tag associated with the corresponding TransID, TXID,
or TxHandle that is passed when the InputID is set to 1, 2, or 3.
The beginner tag associated with the current transaction when the
InputID is set to 0.
Note. EPTAL callers can pass 64-bit pointers by specifying the compiler directives
__EXT64 and SETTOG _64BIT_CALLS before sourcing from the EXTDECS file.