Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (F)
Guardian Procedure Calls Reference Manual522629-013
5-239
FNAMETOFNAME32 Procedure (Superseded)
FNAMETOFNAME32 Procedure (Superseded)
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Related Programming Manual
Summary
FNAMETOFNAME32 converts a file name from the 12-word internal format to the
32-character Distributed Name Service (DNS) 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.
fname input
STRING .EXT:ref:24
is the name to be converted. The array must contain a valid file name in 12-word
internal format.
Note. This procedure is supported for compatibility with previous software and should not be
used for new development.
status := FNAMETOFNAME32 ( fname ! i
,fname32 ); ! o