Guardian Programming Reference Summary for C
Functions Summary (D-F)
Guardian Programming Reference Summary for C—522630-001
5-48
FIXSTRING
Edits a string based on subcommands provided in a template.
modification-status
FNAME32COLLAPSE
(obsolete) Converts the 32-character file name used by the Distributed Name Service to
external format for display.
This procedure does not have C syntax, because it is superseded and should not be used
for new development. This procedure is supported only for compatibility with previous
software.
FNAME32EXPAND
(superseded by FILENAME_SCAN_ and FILENAME_RESOLVE_) Expands a partial
file name from the compacted external form to the 32-character filename used by the
Distributed Name Service programmatic interface.
This procedure does not have C syntax, because it is superseded and should not be used
for new development. This procedure is supported only for compatibility with previous
software.
#include <cextdecs(FIXSTRING)>
_cc_status FIXSTRING ( char *template /* i */
,short template-len /* i */
,char *data /* i,o */
,short _near *data-len /* i,o */
,[ short maximum-data-len ] /* i */
,[ short _near *modification-status ] ); /* o */
_status_lt (<return_value>) One or more of the required parameters is
missing.
_status_eq (<return_value>) The operation finished successfully.
_status_gt (<return_value>) An insert or replace would have caused the
data string to exceed the maximum-data-
len.
0 = No change was made to data.
1 = A replacement, insertion, or deletion was performed on data.