Guardian Procedure Calls Reference Manual
FNAME32TOFNAME Procedure (Superseded)
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Returned Value
Considerations
Related Programming Manual
Summary
NOTE: This procedure is supported for compatibility with previous software and should not be
used for new development.
The FNAME32TOFNAME procedure converts a file name from the 32-character format used by
the Distributed Name Service (DNS) to its internal format.
Syntax for C Programmers
This procedure does not have a C syntax, because it is superseded and should not be used for
new development. This procedure is supported only for compatibility with previous software.
Syntax for TAL Programmers
status := FNAME32TOFNAME ( fname32 ! i
,fname ); ! o
Parameters
fname32
input
STRING .EXT:ref:32
is the name to be converted. The array must contain a file name in DNS format.
fname
output
STRING .EXT:ref:24
is a 24-character array where the name is returned.
Returned Value
INT
A status value that indicates the outcome of the call:
File name successfully converted.-1
File name cannot be converted, or an error occurred.0
FNAME32TOFNAME Procedure (Superseded) 627