Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (F)
Guardian Procedure Calls Reference Manual522629-013
5-3
FILE_ALTERLIST_ Procedure
FILE_ALTERLIST_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
OSS Considerations
Example
Related Programming Manual
Summary
The FILE_ALTERLIST_ procedure changes certain attributes of a disk file that are
normally set when the file is created.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
error returned value
INT
is a file-system error number indicating the outcome of the operation.
filename:length input:input
#include <cextdecs(FILE_ALTERLIST_)>
short FILE_ALTERLIST_ ( const char *filename
,short length
,short *item-list
,short number-of-items
,short *values
,short values-length
,[ short partonly ]
,[ short *error-item ] );
error := FILE_ALTERLIST_ ( filename:length ! i:i
,item-list ! i
,number-of-items ! i
,values ! i
,values-length ! i
,[ partonly ] ! i
,[ error-item ] ); ! o