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

File System Procedures
HP NonStop TMF Application Programmers Guide540139-009
4-67
TMF_VERSION_EXT_
is the name of the string variable into which TRANSIDTOTEXT is to store the
external ASCII form of the transaction identifier.
text-byte-length input
INT:value
specifies the maximum number of bytes available in the string variable pointed to
by the text parameter. Any value greater than 3 is acceptable.
bytes-used output
INT .EXT:ref:1
or
INT .EXT64:ref:1
specifies the number of bytes in the string variable pointed to by text that were
actually used by TRANSIDTOTEXT.
TMF_VERSION_EXT_
Syntax for C Programmers
Note. This procedure can be called from 32-bit and 64-bit applications.
Syntax for TNS Programmers
Note. EPTAL callers can pass 64-bit pointers by specifying the compiler directives
__EXT64 and SETTOG _64BIT_CALLS before sourcing from the EXTDECS file.
#include <cextdecs(TMF_VERSION_EXT_)>
short TMF_VERSION_EXT_ ( short _far *
, short _far *
, char _far *
, short
, char _far *
, short
, char _far *
, short
, short _far *
, short _far *
, short _far *
, short _far *);