Computer Accessories User Manual

acmsdi_get_version
3.12.2 acmsdi_get_version
The TP Desktop Connector gateway calls this routine on the OpenVMS system
whenever it receives an ENABLE request from the EXC. The action routine
can return a version string that is then passed to the desktop client program,
allowing a version comparison at the desktop system.
This service can also be used in a forced nonblocking environment, see
Section 4.3. On a Windows system, version checking occurs during enable
processing.
Format
acmsdi_get_version (form_file,
version)
Parameters
form_file
Type: char *
Access: read
Mechanism: by reference
Form file or request library specification from the ACMS task group definition.
version
Type: char *
Access: write
Mechanism: by reference
Twenty-four bytes in which the routine writes the version number or date
associated with the specified form file. The version parameter is passed to the
desktop client program to be checked in the acmsdi_check_version routine.
Return Status
Always returns SUCCESS status.
Portable API Presentation Procedures 3–27