
  PROCEDURE [XREF] rap$get_file_information
    (    file_ref_p: ^fst$file_reference;
         file_path: pft$path;
         pf_info_record_p: pft$p_info_record;
         info_offset: pft$info_offset;
         validation_selections: rat$validation_selections;
         checksum_files: boolean;
     VAR validation_errors: {output} boolean;
     VAR element: {output} rat$element;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc fst$file_reference
*copyc ost$status
*copyc pft$info_offset
*copyc pft$p_info_record
*copyc pft$path
*copyc rat$subproduct_info_types
*copyc rat$validation_selections
?? POP ??
