
  PROCEDURE [XREF] fmp$change_file_attributes
    (    file_attributes: amt$file_attributes;
         evaluated_file_reference: fst$evaluated_file_reference;
         execution_ring: ost$valid_ring;
     VAR open_changed_file: boolean;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_attributes
*copyc fst$evaluated_file_reference
*copyc osd$virtual_address
*copyc ost$status
?? POP ??

