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

File System Procedures
HP NonStop TMF Application Programmers Guide540139-009
4-69
TMF_VERSION_EXT_
Int .EXT64:REF:1
is an optional output parameter. Version returns the current version of the TMF
installed on a NonStop system. For example, if TMF 3.7 is installed on a NonStop
system, Version returns 3.
SubVersion output
Int .EXT:REF:1
or
Int .EXT64:REF:1
is an optional output parameter. SubVersion returns the current subversion of the
TMF installed on a NonStop system. For example, if TMF 3.7 is installed on a
NonStop system, SubVersion returns 7.
Platform_String output
String .EXT:REF:*
or
String .EXT64:REF:*
is an optional output parameter. Platform_String returns the release version
installed on a NonStop system. For example, if T8607H01^AKV is installed on a
NonStop system, Platform_String returns H01.
Platform_Max_Len input
INT
is an optional input parameter. This option is required when Platform_String is
passed. Platform_Max_Len must be set to the maximum size in bytes of the
Platform_String output buffer.
Release_String output
String .EXT:REF:*
or
String .EXT64:REF:*
is an optional output parameter. Release_String returns the software product
revision installed on a NonStop system. For example, if T8607H01^AKV is
installed on a NonStop system, Release_String returns AKV.
Release_Max_Len input
INT