Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (F)
Guardian Procedure Calls Reference Manual522629-013
5-228
FNAME32TOFNAME Procedure (Superseded)
FNAME32TOFNAME Procedure (Superseded)
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Related Programming Manual
Summary
FNAME32TOFNAME 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
Parameters
status returned value
INT
indicates the outcome of the call:
-1 File name successfully converted
0 File name cannot be converted, or an error occurred
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.
Note. This procedure is supported for compatibility with previous software and should not be
used for new development.
status := FNAME32TOFNAME ( fname32 ! i
,fname ); ! o